This commit is contained in:
parent
a3ac1f4391
commit
a2136cc3d6
@ -943,7 +943,7 @@ class UnifiCamBase(metaclass=ABCMeta):
|
|||||||
f"Spawning ffmpeg for {stream_index} ({stream_name}): {cmd}"
|
f"Spawning ffmpeg for {stream_index} ({stream_name}): {cmd}"
|
||||||
)
|
)
|
||||||
self._ffmpeg_handles[stream_index] = subprocess.Popen(
|
self._ffmpeg_handles[stream_index] = subprocess.Popen(
|
||||||
cmd, stdout=subprocess.DEVNULL, shell=True
|
cmd, shell=True
|
||||||
)
|
)
|
||||||
|
|
||||||
def stop_video_stream(self, stream_index: str):
|
def stop_video_stream(self, stream_index: str):
|
||||||
|
Reference in New Issue
Block a user