videojs / videojs-contrib-hls

HLS library for video.js
http://videojs.github.io/videojs-contrib-hls/
Other
2.84k stars 792 forks source link

segment files stop downloading but new m3u8 files keep coming #483

Closed billybobilly closed 8 years ago

billybobilly commented 8 years ago

video.js version 5.4.4 videojs.hls.min.js version 1.3.1 videojs.css version 4.12.15

LIVE stream All browsers Occurs direct from our origin as well as from our CDN's edge Desktop only. Android does not have same problem.

Video plays for a short time (random, but usually about 5 or six segments) and then stops. The ts files download and play normally for a while, then they stop coming.

m3u8 file continues to be downloaded (and it is not a cached version, each file is fresh) but no additional ts files are downloaded.

Resolved the issue by rolling back to these versions:

video.js version 5.3.0 vidoejs.hls.min.js version 1.2.2

raj2569 commented 8 years ago

@billybobilly

Can you specify the exact versions of video.js, videojs-hls.js, .css, etc, you are using?

raj

On Sat, Apr 2, 2016 at 11:42 PM, billybobilly notifications@github.com wrote:

Finally have it all working. Using latest video.js, videojs-hls.js, .css, etc.

The live from capture card and 'live' from vod are both playing without freezing. The vod problem turned out to be a parameter in the ffmpeg encoder where we had -c copy in the command. removed that and everything is fine.

Unless someone else has a continuing problem, I think this issue can be closed.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/videojs/videojs-contrib-hls/issues/483#issuecomment-204768076

Tralapo commented 8 years ago

@raj2569 Do a build of this repo today (2.1.1 I see it's called now) and try it with the CDN version of 5.8. Works for me.

@billybobilly I think it should be closed indeed.

ssanth commented 7 years ago

I am still seeing this issue on live streams videojs 5.15.1 contrib hls v4.1.1 Mainly on chrome, probably repros on firefox too and looking for a fix. Few more of us are also seeing the issue and mentioned in the ticket: https://github.com/videojs/videojs-contrib-hls/issues/491

vpowers commented 7 years ago

I'm also seeing this on live streams. Seems to be mainly chrome for me as well although I haven't done enough testing in other browsers.

videojs 5.16.0 contrib hls 4.1.1

tim1mw commented 6 years ago

This still happens with the latest release v5.11.0, it also causes the page load to be very slow if the underlying m3u8 file has been deleted.