Hello ..
I am using a php file to stream flv videos ..
http://mywebsite.extension/jw2/video.php
this is my jwplayer code =>
Loading the player...
var playerInstance = jwplayer("container");
playerInstance.setup({
file: "http://mywebsite.extension/jw2/video.php",
flashplayer: "http://ssl.p.jwpcdn.com/player/v/7.2.4/jwplayer.flash.swf",
image: "//example.com/uploads/myPoster.jpg",
width: 745,
height: 450,
title: 'Basic Video Embed',
description: 'A video with a basic title and description!',
mediaid: '123456',
cast:{
appid:"",
loadscreen:"d.gif",
endscreen:"d..gif",
logo:"d.gif",
railcolor:"#e31e76"
}
});
and am getting this error => Error loading player. No playable sources found
I need the solution ...
but my http://mywebsite.extension/jw2/video.php this working with other type of players as well. am getting this error only in jwplayer .. need the solution very fast ...
Thank you ...
↧