Skip to content

Commit

Permalink
Adjust step size in low latency testplayer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jul 2, 2021
1 parent fa0360e commit 7cdfdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/low-latency/testplayer/testplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h6>General</h6>
<div class="input-group input-group-sm mb-3">
<span class="input-group-text">Catch-up playback rate</span>
<input type="number" id="catchup-playback-rate" class="form-control" value="0.1"
step="0.1" max="0.5" min="0.0">
step="0.01" max="0.5" min="0.0">
</div>
<div class="input-group input-group-sm mb-3">
<span class="input-group-text"> Live catchup latency threshold (sec):</span>
Expand Down

0 comments on commit 7cdfdcd

Please sign in to comment.