maybee loog??
All checks were successful
Build Docker image / docker (push) Successful in 1m28s

This commit is contained in:
Lee 2024-03-02 12:58:34 +00:00
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):