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