Skip to content

Commit

Permalink
Set minimum catchup rate in LL testplayer to -0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Nov 10, 2022
1 parent 7b6197f commit b63d175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/low-latency/testplayer/testplayer.html
Expand Up @@ -74,7 +74,7 @@ <h6>General</h6>
</div>
<div class="input-group input-group-sm mb-3">
<span class="input-group-text">Minimum catch-up playback rate</span>
<input type="number" id="min-catchup-playback-rate" class="form-control" value="0.0"
<input type="number" id="min-catchup-playback-rate" class="form-control" value="-0.1"
step="0.05" max="0.0" min="-0.5">
</div>
</div>
Expand Down

0 comments on commit b63d175

Please sign in to comment.