
playlist mp4 + flv with seek
Hi,
I am trying run the player using file flv + mp4, in a playlist.
Alone each format work search/seek file, with startparam.
But in playlist, I cant fast foward the video.
How to solve this?
[code]
jwplayer("verVideo").setup({
abouttext: "Videos Player CnnAmador.com",
aboutlink: "http://www.cnnamador.com/",
playlist: [{
image: "http://www.cnnamador.com/img/thumbs/56249_1.jpg",
file: "http://vd2.cnnamador.com/puta-amadora-fudendo-com-porteiro-de-sorte_56249.flv",
title: "SD Quality",
type: "flv",
startparam: "start"
},
{
image: "http://www.cnnamador.com/img/thumbs/56249_1.jpg",
file: "http://mp4.cnnamador.com/puta-amadora-fudendo-com-porteiro-de-sorte_ebdfe927ce4c9c71c702e69dcc08e0e2.mp4",
title: "HD Quality",
type: "mp4",
startparam: "starttime"
}],
listbar: {
position: 'bottom',
size: 70,
layout: "basic"
},
width: "100%",
height: "100%",
related: {
file: 'http://www.cnnamador.com/videos/xml_relacionados/puta-amadora-fudendo-com-porteiro-de-sorte/',
onclick: 'link',
heading: 'Temos Mais Videos Selecionados Para Voce'
},
fallback: "false"
});
[/code]