Skip to content

Commit

Permalink
Fix wfb-cli issue with multiple video streams
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Sep 22, 2024
1 parent 549fcda commit 01d7895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfb_ng/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def init_udp_direct_tx(service_name, cfg, wlans, link_id, ant_sel_f, is_cluster)
).split() + wlans

control_port_df = defer.Deferred() if cfg.control_port == 0 else None
df = TXProtocol(ant_sel_f, cmd, 'video tx', control_port_df=control_port_df).start()
df = TXProtocol(ant_sel_f, cmd, '%s tx' % (service_name,), control_port_df=control_port_df).start()
log.msg('%s: %s' % (service_name, ' '.join(cmd),))

control_port = cfg.control_port
Expand Down

0 comments on commit 01d7895

Please sign in to comment.