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

JWPlayer 7.* flash pseudo streaming problem on seek


We use server side player and https://ucdn.com/ videos.
Pseudo streaming work's fine, but after seeking jw slider return to begin and time is incorrect.
On KVS player seeking works fine (http://www.kernel-scripts.com/en/player/)

Also thats demo https://support.jwplayer.com/customer/portal/articles/1430518-pseudo-streaming-in-flash not work for me at all

Configuration:
var playerInstance = jwplayer("player");
playerInstance.setup({
width: "100%",
aspectratio: "16:9",
image: "{{$flashvars.preview_url}}",
startparam: "start",
primary : 'flash',
sources: [ {
file: flashvars.video_url,
type: 'video/mp4',
label: flashvars.video_url_text
},
{
file: flashvars.video_alt_url,
type: 'video/mp4',
label: flashvars.video_alt_url_text
},
{
file: flashvars.video_alt_url2,
type: 'video/mp4',
label: flashvars.video_alt_url2_text
}],
skin: {name:'five'},
sharing : {
code : getEmbed(),
sites : ['reddit','tumblr','twitter','facebook']
},
tracks: [{
file: flashvars.timeline_screens_url + '&vtt=1&time='+flashvars.timeline_screens_interval,
kind: "thumbnails"
}],
});

5 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

Pseudo-streaming is not supported in JW Player 7. It was only supported in JW Player 6.

Please let me know if you need any more help or have any other questions.

Thank you!

gibigate

User  
0 rated :

Where i can download jw6?

Alex

JW Player Support Agent  
0 rated :

JW 6 is no longer available for download.

g...

User  
0 rated :

if pseudo streaming not supported in jw7, why parameter 'startparam' work's fine?

Alex

JW Player Support Agent  
0 rated :

In certain cases, that option may still work. It’s just not supported functionality so we cannot provide support if things related to pseudo-streaming aren’t working.

This question has received the maximum number of answers.