diff --git a/rffmpeg b/rffmpeg index e71c752..e06f6be 100755 --- a/rffmpeg +++ b/rffmpeg @@ -608,6 +608,7 @@ def run_control(config): if len(fallback_processes) > 0: host_mappings[0] = { "hostname": "localhost (fallback)", + "servername": "localhost (fallback)", "weight": 0, "current_state": "fallback", "commands": fallback_processes,