[11/8/2022, 9:38:06 PM] [CameraUI] ERROR Side Deck: FFmpeg prebuffer process exited with error! (null) - Unrecognized option 'rtsp_transport'. - Error splitting the argument list: Option not found - [11/8/2022, 9:38:06 PM] [CameraUI] Side Deck: Prebuffering process closed ...
So, the easiest (hacky) way I found is to add the flag manually in the library where it constructs the subprocess command. In the module, there is a script _run.py @output_operator() def run_async( stream_spec, cmd='ffmpeg', pipe_stdin=False, pipe_stdout=False, pipe_stderr=False,...
The first part of the error message (“Nonmatching transport in server reply”) suggests that the server is using a different transport protocol than what was requested by the client. The second part of the error message (“Invalid data found when processing input”) indicates that there may b...