1
0
mirror of https://github.com/videojs/video.js.git synced 2025-12-07 23:34:58 +02:00
Files
video.js/test/unit/tech/html5.test.js
mister-ben ed59531f78 fix: Suppress Infinity duration on Android Chrome before playback (#3476)
HTML5 tech will return NaN instead of Infinity if playback has not started. Fires a durationupdate event once the reported duration can be believed if the duration is still Infinity, so controls can update.

Fixes #3079.
2016-11-03 15:39:09 -04:00

19 KiB