This commit is contained in:
parent
eb31e4668b
commit
b194f46f83
@ -932,8 +932,7 @@ class UnifiCamBase(metaclass=ABCMeta):
|
||||
f" {self.get_base_ffmpeg_args(stream_index)}"
|
||||
f' -i "{source}"'
|
||||
f" {self.get_extra_ffmpeg_args(stream_index)} -metadata"
|
||||
f" streamName={stream_name} -f flv - | {sys.executable} -m"
|
||||
f" | nc {destination[0]} {destination[1]}"
|
||||
f" streamName={stream_name} -f flv - | nc {destination[0]} {destination[1]}"
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user