Skip to content

Commit

Permalink
Fix wrong link to controlbar in Low Latency testplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jul 27, 2022
1 parent f5422bd commit 544d5e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/low-latency/testplayer/testplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="../../../dist/dash.all.debug.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.3.2/dist/chart.min.js"></script>
<script src="../../../contrib/akamai/controlbar/Controlbar.js"></script>
<script src="../../../contrib/akamai/controlbar/ControlBar.js"></script>

</head>
<body>
Expand Down Expand Up @@ -61,7 +61,7 @@ <h6>General</h6>
<div class="input-group input-group-sm mb-3">
<span class="input-group-text">Target latency (sec)</span>
<input type="number" id="target-latency" class="form-control" value="3"
step="0.1">
step="0.5">
</div>
<div class="input-group input-group-sm mb-3">
<span class="input-group-text">Max drift (sec)</span>
Expand All @@ -71,7 +71,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.01" max="0.5" min="0.0">
step="0.1" max="0.5" min="0.0">
</div>
</div>
<div class="col-md-3">
Expand Down

0 comments on commit 544d5e7

Please sign in to comment.