We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04084b commit 73d68f4Copy full SHA for 73d68f4
pulsebeam/src/controller.rs
@@ -106,6 +106,8 @@ impl ControllerActor {
106
tracing::info!("{offer}");
107
let mut rtc_config = RtcConfig::new()
108
.clear_codecs()
109
+ // TODO: enable bwe
110
+ // .enable_bwe(Some(str0m::bwe::Bitrate::kbps(300))) // enable pacer
111
// Uncomment this to see statistics
112
// .set_stats_interval(Some(Duration::from_secs(1)))
113
.set_ice_lite(false);
0 commit comments