Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

HLS seek


A solution was found to seek in a HLS video?

We work with chapters, so to seek on the begin of chapter is critical.

http://support.jwplayer.com/customer/portal/questions/6244087-hls-seek

On this exemple :
http://support.jwplayer.com/customer/portal/articles/1430240-hls-adaptive-streaming

var myPlayer = jwplayer('container');
myPlayer.seek(60); //realy seek to56

//even after loading, it doesn't works
var myPlayer = jwplayer('container');
myPlayer.seek(60); //realy 56
setTimeout(function() { //wait 4 seconds
myPlayer.seek(57); //57 should be downloaded
}, 4000);

4 Community Answers

Ethan Feldman

JW Player Support Agent  
1 rated :

Right now we only support seeking to the beginning of a fragment in HLS. We are going to support intra fragment seeking in 6.9 though.

nfo

User  
0 rated :

Cool ! I look forward to 6.9 :)

Ethan Feldman

JW Player Support Agent  
-1 rated :

:)

registry

User  
0 rated :

Hello we are waiting this function too in 6.9

This question has received the maximum number of answers.