Dash-Industry-Forum / dash.js

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
http://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html
Other
5.06k stars 1.67k forks source link

availabilityTimeComplete false #2654

Closed amitmiz closed 6 years ago

amitmiz commented 6 years ago

Hi wanted to know if there is plan to support availabilityTimeComplete set to false to enable fetching of not yet ready segs ? As I see , currently there isn't special treatment in the code for this.

epiclabsDASH commented 6 years ago

Hi @amitmiz. That's supported since dash.js v2.7.0 as part of its Low Latency playback support. Take into account both availabilityTimeComplete and availabilityTimeOffset are only taken into account when low latency mode is enabled in dash.js (MediaPlayer.setLowLatencyEnabled)