Skip to content

Commit 73d68f4

Browse files
committed
add bwe todo
1 parent a04084b commit 73d68f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pulsebeam/src/controller.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ impl ControllerActor {
106106
tracing::info!("{offer}");
107107
let mut rtc_config = RtcConfig::new()
108108
.clear_codecs()
109+
// TODO: enable bwe
110+
// .enable_bwe(Some(str0m::bwe::Bitrate::kbps(300))) // enable pacer
109111
// Uncomment this to see statistics
110112
// .set_stats_interval(Some(Duration::from_secs(1)))
111113
.set_ice_lite(false);

0 commit comments

Comments
 (0)