You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
The media source object has a duration property. (which may have not been there when this project was started)
Having this would help prevent the Source Handler interface from getting more complicated (in-progress in videojs/video.js#1560). The HLS plugin currently overrides the vjs.Flash duration() method, whereas with this feature the HLS logic could set the duration on the media source and the video element's duration method would report the playlist duration.
The text was updated successfully, but these errors were encountered:
The media source object has a duration property. (which may have not been there when this project was started)
Having this would help prevent the Source Handler interface from getting more complicated (in-progress in videojs/video.js#1560). The HLS plugin currently overrides the vjs.Flash duration() method, whereas with this feature the HLS logic could set the duration on the media source and the video element's duration method would report the playlist duration.
The text was updated successfully, but these errors were encountered: