Fix issue with live stream calling endOfStream.
only issue endOfStream in vod mode. fix invalid index error. add test for live endOfStream. In some situation(such as slow downloading), (original.mediaSequence + mediaIndex) - update.mediaSequence may be < 0, It will cause exceptions in place such as: videojs.Hls.prototype.fetchKeys = function(playlist, index)
Showing
2 changed files
with
19 additions
and
1 deletions
-
Please register or sign in to post a comment