
Continue HLS caching after pause
Hello.
It's a possible continue hls caching after pausing (update manifest and download segments)?
Thanks.
Hello.
It's a possible continue hls caching after pausing (update manifest and download segments)?
Thanks.
What version of the player are you using? I believe we already do this in all versions of JW7 and even a few of the later releases for JW6.
7.4.3.
Not looks like that works for my side.
After pausing jwplayer stops cease make any requests which concerns hls stream.
Is this an HLS VOD or live stream? I see the fragments and manifests continue to load with our our live stream test at http://demo.jwplayer.com/jelly/
@Todd
basically, need to support both types: live and VOD.
@Todd
also, I need to get update duration each time (when jw paused inclusive). I can see (in dev tools network tab) that jw updating manifest sometimes, but getDuration returns value before which was calculated before pausing. t's possible for now?
thank you.
The duration is calculated as a sum of all the fragments in the current manifest. Can you provide a reproduction page for the behavior you are seeing?