fix stream-delay-calculation

This option should be default enabled!
This commit is contained in:
Christian Giese
2024-03-25 07:44:40 +00:00
parent c20fb8e00d
commit 36a8d6a5f0
+1
View File
@@ -4153,6 +4153,7 @@ bbl_config_init_defaults()
g_ctx->config.traffic_autostart = true;
g_ctx->config.stream_autostart = true;
g_ctx->config.stream_rate_calc = true;
g_ctx->config.stream_delay_calc = true;
g_ctx->config.stream_max_burst = 16;
g_ctx->config.multicast_traffic_autostart = true;
g_ctx->config.session_traffic_autostart = true;