Skip to content

Commit c668b28

Browse files
committed
enable loss based bwe controller
1 parent c5cf04f commit c668b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pulsebeam/src/controller.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ impl ControllerActor {
124124
// .set_stats_interval(Some(Duration::from_millis(200)))
125125
// TODO: enable bwe
126126
.enable_bwe(Some(str0m::bwe::Bitrate::kbps(300)))
127+
.enable_experimental_loss_based_bwe(true)
127128
// Uncomment this to see statistics
128129
// .set_stats_interval(Some(Duration::from_secs(1)))
129130
// enable for compatibility, some clients don't support remote ice-lite

0 commit comments

Comments
 (0)