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

No playable sources foundAMS 5 with JW Player 6


I have AMS setup and working fine as far as I can tell

http://cc.toonamo.org will show you the video i am attempting to load while on a pc.

http://cc.toonamo.org/vod/sequence/Sequence.m3u8 is the link to the HLS stream for ios devices

http://cc.toonamo.org/jw.html is were i am playing with the code to get the jw player working

jw.html contains:
bc.. jwplayer('my-video').setup({
width: '640',
height: '360',
players: [{
config: {
'file': 'http://cc.toonamo.org/vod/sequence/Sequence.f4m',
'provider': 'hds',
'image': '/vod/example.jpg'
},
type: 'flash',
src: 'jw/jwplayer.flash.swf'
},{
config: {
'file': 'http://cc.toonamo.org/vod/sequence/Sequence.m3u8'
},
type: 'html5'
}],
});
</script>



So far on a pc i get a black screen with the error Playlist could not be loaded: No playable sources found

On my iphone i get error loading player: No playable sources found

Is there some sort of debug option to see what jw see's and gets when it loads the manifest files?

Or better yet does anyone know how to fix this?

12 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

You are using modes / provider (hds isn’t supported in jw6), and these options are not supported by jw6.

http://www.longtailvideo.com/support/jw-player/28834/migrating-from-jw5-to-jw6

JW Player

User  
0 rated :

I am only aware of how to incorporate hds and hls from Adobe Media Server 5 (using adapative bitrate that is).

I swapped out jw6 with jw5 and the above code works perfectly.

I read your link and saw the changes you made however I am confused as to how to make it work with version 6

i have a dynamic manifest for .f4m, m3u8, and another f4m that points to the video files using rtmp

I goggled as much as i could and tried all kinds of variations. I know the streams work as i am able to get the adobe video player to work. However i want to be able to utilize the jw player for its control and customization.

I want to be able to use adaptive bit rate files and utilize the adobe media server. Eventually i will also need to pass a key between jw player and ams. Is that still going to be possible with jw6?

Are these features available now or possibly in the future? Should i just stick with jw5 and keep an eye out for updates to jw6 to utilize these features?

Ethan Feldman

JW Player Support Agent  
0 rated :

Yes, because HDS is not supported in JW6.

JW Player

User  
0 rated :

Because i am using HLS for iphone though is there a way to only utilize that with the new player?

I can't seem to even get hls working with jw 6

it is working on jw 5 though

JW Player

User  
0 rated :

the jw6 with hls can be viewed at
http://cc.toonamo.org/jw6.html

bc.. <html>
<head>
<title>test</title>
<script src="/jw6/jwplayer.js"></script>
<script>jwplayer.key="JRv4CztPOhn8GD8qRd9plIFXCyYCdvca/iMFrQ=="</script>
</head>
<body>
<p>JW Player 6</p><br/>
<div id='my-video'>Loading the player ...</div>
<script>
jwplayer("my-video").setup({
file: "http://cc.toonamo.org/vod/sequence/Sequence.m3u8",
});
</script>
</body>
</html>

Ethan Feldman

JW Player Support Agent  
0 rated :

Not Found

The requested URL /jw6.html was not found on this server.
Apache/2.2.21 (Unix) DAV/2 Server at cc.toonamo.org Port 80

Please advise.

JW Player

User  
0 rated :

My apologizes i didn't upload it to my external server.

It is uploaded now.

Ethan Feldman

JW Player Support Agent  
0 rated :

Are you using JW6 Premium? HLS only works on desktops in JW6 Premium.

Also, I tested your m3u8 out with a premium player, and when I press play, I get this request, which results in a 404 – http://cc.toonamo.org/vod/sequence/000

JW Player

User  
0 rated :

No i didn't want to buy it if it wasn't going to work for me.

I wanted to see it working first.

if you load that same m3u8 file using a ios device it plays the video fine so perhaps jw player 6 isn't completely compatable with apple hls?

Or perhaps not compatible adobe media server 5?

the m3u8 files contains
bc.. #EXTM3U

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3440
000
/hls-vod/sequence/Sequence_720.f4v.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1740000
/hls-vod/sequence/Sequence_480.f4v.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=650000
/hls-vod/sequence/Sequence_360.f4v.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=300
000
/hls-vod/sequence/Sequence_240.f4v.m3u8

Ethan Feldman

JW Player Support Agent  
0 rated :

If you want to try it out, we can send you a trial – http://www.longtailvideo.com/contact-us

JW Player

User  
0 rated :

I requested the trial

thank you for all your help

Ethan Feldman

JW Player Support Agent  
0 rated :

np

This question has received the maximum number of answers.