Skip to content

Commit

Permalink
Merge pull request #2555 from epiclabsDASH/live-latency-note
Browse files Browse the repository at this point in the history
Add note to live latency description
  • Loading branch information
epiclabsDASH committed Apr 25, 2018
2 parents 13e49b5 + 5de53cb commit 3dea58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/dash-if-reference-player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
<div class="text-success" ng-show="isDynamic">
<input id="liveLatencyCB" type="checkbox" ng-model="chartState.video.liveLatency.selected" ng-change="enableChartByName('liveLatency', 'video')" >
<label class="text-primary" for="liveLatencyCB" data-toggle="tooltip" data-placement="top"
title="Difference between live time and current playback position in seconds">Live Latency:</label> {{videoLiveLatency}}
title="Difference between live time and current playback position in seconds. This latency estimate does not include the time taken by the encoder to encode the content">Live Latency:</label> {{videoLiveLatency}}
</div>
</div>
</div>
Expand Down

0 comments on commit 3dea58c

Please sign in to comment.