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

about flv videos


We have problem about video source type. Player working perfect with mp4 videos. But if video format is .flv then getting video load problem. ( screen shot is below )

Setup codes is below. Could you please help us ?


jwplayer.key = "___";
jwplayer(obj.playerElement).setup({
file: obj.file,
image: obj.thumbnail,
width: obj.width,
height: obj.height,
title: obj.title,
type: "mp4",//flash,flv
autostart: autoStart,
description: obj.description
, advertising: {
client: 'vast',
'skipoffset': 10,
schedule: {
adbreak1: { offset: "pre", tag: 'http://ad4.liverail.com/?LR_PUBLISHER_ID=000000&LR_SCHEMA=vast2&LR_VIDEO_POSITION=0%25' },
adbreak2: { offset: "post", tag: 'http://ad4.liverail.com/?LR_PUBLISHER_ID=000000&LR_SCHEMA=vast2&LR_VIDEO_POSITION=100%25' }
},
skipmessage: "xx Saniye Kaldı",
skiptext: "Reklamı Geç",
admessage: "Reklam xx Süre Sonra bitecektir."
}
});



1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Is your .flv URL working in our Stream Tester at http://demo.jwplayer.com/stream-tester/ ?

This question has received the maximum number of answers.