|
@@ -33,7 +33,6 @@ void WHIPService::ApplyEncoderSettings(obs_data_t *video_settings, obs_data_t *)
|
|
// For now, ensure maximum compatibility with webrtc peers
|
|
// For now, ensure maximum compatibility with webrtc peers
|
|
if (video_settings) {
|
|
if (video_settings) {
|
|
obs_data_set_int(video_settings, "bf", 0);
|
|
obs_data_set_int(video_settings, "bf", 0);
|
|
- obs_data_set_string(video_settings, "rate_control", "CBR");
|
|
|
|
obs_data_set_bool(video_settings, "repeat_headers", true);
|
|
obs_data_set_bool(video_settings, "repeat_headers", true);
|
|
}
|
|
}
|
|
}
|
|
}
|