0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/plugins/obs-webrtc
TDV Alinsa e6b3ae738f obs-webrtc: Allow non-CBR rate control with WHIP
Nothing about WHIP requires CBR (and many things that use it use VBR),
and there's no specific upstream service to care about it (WHIP is a
protocol, not a service, despite being exposed as a "service" in OBS),
so let's stop forcing it to be CBR and allow the user to choose other
rate control methods.
2023-10-28 18:15:03 -05:00
..
cmake obs-webrtc: Add custom User-Agent and randomize SSRCs 2023-07-18 12:33:00 -04:00
data/locale Update translations from Crowdin 2023-10-10 13:34:41 +00:00
CMakeLists.txt plugins: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
obs-webrtc.cpp obs-webrtc: Add WHIP output & service 2023-06-09 20:20:49 -05:00
whip-output.cpp obs-webrtc: Move libdatachannel code to C++ from C 2023-09-19 15:03:11 -04:00
whip-output.h obs-webrtc: Move libdatachannel code to C++ from C 2023-09-19 15:03:11 -04:00
whip-service.cpp obs-webrtc: Allow non-CBR rate control with WHIP 2023-10-28 18:15:03 -05:00
whip-service.h obs-webrtc: Add WHIP output & service 2023-06-09 20:20:49 -05:00
whip-utils.h obs-webrtc: Move libdatachannel code to C++ from C 2023-09-19 15:03:11 -04:00