obs-studio/plugins/obs-ffmpeg/ffmpeg-mux
Eric Lindvall 4f87337646 obs-ffmpeg: Add error detection to ffmpeg-mux
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.
2020-10-03 22:26:52 -07:00
..
CMakeLists.txt cmake: Add cmake folders 2020-05-13 06:52:37 -07:00
ffmpeg-mux.c obs-ffmpeg: Add error detection to ffmpeg-mux 2020-10-03 22:26:52 -07:00
ffmpeg-mux.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00