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"
}],
});
↧