Skip to content

Commit

Permalink
Minor changes to low latency testplayer sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jul 2, 2021
1 parent a73d6d4 commit fa0360e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/low-latency/testplayer/testplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ <h6>General</h6>
step="0.5" min="0" type="number">
</div>
<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.5"
<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">
</div>
<div class="input-group input-group-sm mb-3">
Expand Down

0 comments on commit fa0360e

Please sign in to comment.