mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-07 04:52:46 -05:00
ffmpeg-mux does not notice if ffmpeg returns an error from av_interleaved_write_frame() which means that OBS never knows if there is a problem in ffmpeg. This is the biggest issue for cases like srt:// or tcp:// streams that can regularly fail. Without this change OBS never knows that something went wrong.