mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-07-18 00:45:53 +00:00
Status command fix
When there are processes running on localhost (fallback), can't use status command because it expects servername field which is missing for locahost (fallback)
This commit is contained in:
parent
ca12fdae01
commit
35743e10eb
1 changed files with 1 additions and 0 deletions
1
rffmpeg
1
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue