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

Error: No playable sources found


I use JW6, and I have an error "Error loading player:
No playable sources found" whith using playlist.
There is a code:
jwplayer('mediaplayerf4m').setup({
'width': '960',
'height': '480',
'shownavigation': 'true',
'playlist': [{
'file': "http://c4v.peterservice.cdnvideo.ru/mc10/_definst_/mp4:20/f/s13/66/663_f939c7530a8a847f8b9c110cf80211fb/m/663_f939c7530a8a847f8b9c110cf80211fb_part2_14_64.mp4/manifest.f4m",
'provider': '/sites/all/themes/Billing/js/swfobject/HDSMediaProvider.swf',
'title': "Sintel Trailer"
},{
'file': "http://c4v.peterservice.cdnvideo.ru/mc10/_definst_/mp4:20/f/s13/66/663_29c7f71e1979b8fb562f007d3a68af9a/m/663_29c7f71e1979b8fb562f007d3a68af9a_part1_intro_14_64.mp4/manifest.f4m",
'provider': '/sites/all/themes/Billing/js/swfobject/HDSMediaProvider.swf',
'title': "Big Buck Bunny Movie Trailer"
}],
'primary': "flash",
'listbar': {
'position': "right",
'size': '280',
'layout': 'basic'
}
});
Ann link https://cp.billing.ru/jw/jwplayer.php.
What did I write wrong?

4 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

This link uses JW5 and works fine.

JW Player

User  
0 rated :

I am getting the same error message when using hte Joomla 3.5 module:

Error loading player: No playable sources found

The thing is the same playlist works on the home page but when I duplicate the module and set the duplicate to display in another menu called Video Evidence I get the error message instead.

What I don't understand is where the additional flashvars param is coming from.

The code the module generate on the home page is:

<div id="jwplayer123_wrapper" style="position: relative; display: inline-block; width: 100%; height: auto;">
<object id="jwplayer123" width="100%" height="100%" type="application/x-shockwave-flash" data="http://www.jsandbox.org/media/jwadvanced/player/6/jwplayer.flash.swf" bgcolor="#000000" name="jwplayer123" tabindex="0" style="position: absolute;">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="seamlesstabbing" value="true">
<param name="wmode" value="opaque">
</object>
<div id="jwplayer123_aspect" style="display: block; margin-top: 56.25%; padding-bottom: 480px;"></div>
<div id="jwplayer123_jwpsrv" style="position: absolute; top: 0px; z-index: 10;"></div>
</div>
<script type="text/javascript">
jwplayer('jwplayer123').setup({
'playlist': ' http://gdata.youtube.com/feeds/api/playlists/UshF3H0xxH1g2tTJYOj4sliiWazpK9jE?alt=rss',
'primary': 'flash',
'width': '100%',
'height': '100%',
'wmode': 'opaque',
'aspectratio': '16:9',
'abouttext': 'AE911Truth.org: We are advocating for getting a new investigation into 9/11',
'aboutlink': 'http://www.ae911truth.org/en/about-us.html',
'controlbar': 'bottom',
'repeat': 'true',
'skin': 'roundster',
'listbar': {
'size': '480',
'position': 'bottom'
},
'logo': {
'link': 'http://www.ae911truth.org',
'file': 'images/banners/jwplayer/ae911truth-logo-white-50-opac.png'
}
});
</script>
</div>

The code for the copy the code that is generated is:

<div id="jwplayer129_wrapper" style="position: relative; width: 100%; height: 100%;">
<object id="jwplayer129" width="100%" height="100%" type="application/x-shockwave-flash" data="/jwplayer/player.swf" bgcolor="#000000" name="jwplayer129" tabindex="0">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="seamlesstabbing" value="true">
<param name="wmode" value="opaque">
<param name="flashvars" value="netstreambasepath=http%3A%2F%2Fwww.jsandbox.org%2Fevidence%2Fvidoes.html&id=jwplayer129&primary=flash&wmode=opaque&aspectratio=16%3A9&abouttext=AE911Truth.org%3A%20We%20are%20advocating%20for%20getting%20a%20new%20investigation%20into%209%2F11&aboutlink=http%3A%2F%2Fwww.ae911truth.org%2Fen%2Fabout-us.html&repeat=true&skin=roundster&listbar=%5B%5BJSON%5D%5D%7B%22size%22%3A%22480%22%2C%22position%22%3A%22bottom%22%7D&controlbar.position=bottom&playlist.position=http%3A%2F%2Fgdata.youtube.com%2Ffeeds%2Fapi%2Fplaylists%2FUshF3H0xxH1g2tTJYOj4sliiWazpK9jE%3Falt%3Drss&logo.link=http%3A%2F%2Fwww.ae911truth.org&logo.file=images%2Fbanners%2Fjwplayer%2Fae911truth-logo-white-50-opac.png&volume=90">
</object>
</div>
<script type="text/javascript">
jwplayer('jwplayer129').setup({
'playlist': 'http://gdata.youtube.com/feeds/api/playlists/UshF3H0xxH1g2tTJYOj4sliiWazpK9jE?alt=rss',
'primary': 'flash',
'width': '100%',
'height': '100%',
'wmode': 'opaque',
'aspectratio': '16:9',
'abouttext': 'AE911Truth.org: We are advocating for getting a new investigation into 9/11',
'aboutlink': 'http://www.ae911truth.org/en/about-us.html',
'controlbar': 'bottom',
'repeat': 'true',
'skin': 'roundster',
'listbar': {
'size': '480',
'position': 'bottom'
},
'logo': {
'link': 'http://www.ae911truth.org',
'file': 'images/banners/jwplayer/ae911truth-logo-white-50-opac.png'
}
});
</script>
</div>

JW Player

User  
0 rated :

The link to the above is: http://www.jsandbox.org/evidence/vidoes.html

Click on home and you can see the same list working on the home page.

Ethan Feldman

JW Player Support Agent  
-1 rated :

This link is password protected.

This question has received the maximum number of answers.