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

Akamai Plugin, JW Player 6: HDS,HLS, (LIVE and VOD)


Trying to configure JW Player 6 to use the Akamai plugin to play HD Live Streams. I have unsuccessfully attempted to play HDS url as well as a HLS Stream. We have both LIVE and VOD streams to play. We are also trying to solve the flashless Androids to play our stream as well. Any help would be greatly appreciated!

5 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have a link?

JW Player

User  
0 rated :

I am working on making it a public link.. standby..

Does JWPLayer v6.x support HDS with Akamai?

Also on the new Android OSs that do not have flash anymore what should the player offer to those devices?

Ethan Feldman

JW Player Support Agent  
0 rated :

Yes, via – http://mediapm.edgesuite.net/jw/

I would advise doing an mp4 for those devices.

JW Player

User  
0 rated :

mp4 would fix the VOD but what about LIVE streams?

Ethan Feldman

JW Player Support Agent  
0 rated :

For live streams, we recommend an rtsp fallback – http://www.longtailvideo.com/support/jw-player/28856/using-apple-hls-streaming

HLS Live on Android

For live streams, there’s not yet a good solution for playback on Android or other non-iOS mobile platforms. One workaround is to offer a native app for Android, in which HLS streams can be supported. This is beyond the scope of JW Player though. Another option, if you use the Wowza Media Server, is to offer a fallback RTSP stream for devices that don’t support HLS. For example:

<div id="myElement"> <a href="rtsp://example.com/vod/mp4:myVideo.mp4">watch this stream over RTSP</a> </div>

jwplayer(“myElement”).setup({
file: “http://example.com:1935/vod/mp4:myVideo.mp4/playlist.m3u8”,
image: “/assets/myPoster.jpg”,
fallback: false
});

This question has received the maximum number of answers.