obs-studio/deps/media-playback
pkv 50aec9c2a0 media-playback: Fix rist demuxing
We currently pass a 'buffer_size' option to avformat in bytes.
Unfortunately, avformat/librist.c admits an option with the same name but in milliseconds.
The default values set in the UI (2 MB) go beyond the range admitted in ms (0-30 000)
so avformat issues errors.
This fix disables the option when rist protocol is detected.

Signed-off-by: pkv <pkv@obsproject.com>
2022-01-14 20:50:14 -08:00
..
media-playback media-playback: Fix rist demuxing 2022-01-14 20:50:14 -08:00
CMakeLists.txt CMake: Set PIC for all library targets 2020-09-09 01:55:50 +02:00