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

live streaming on android Error loading player


Hii
i try to run jwplayer live streaming on android and that give me Error loading player: No playable sources found.
you can try on this page
http://www.radio24.ilsole24ore.com/player.php?channel=1

11 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

What is “playlistPlayer”? What file type are you trying to run for html5?

JW Player

User  
0 rated :

playList = [{ title: "Radio24",
file: "rtmp://cp154821.live.edgefcs.net/live/Radio24Audio@69140",
bitrate: "128",
image: "/images2013/player/bg-player-onair.png"
}]

Ethan Feldman

JW Player Support Agent  
0 rated :

RTMP won’t work in HTML5…

JW Player

User  
0 rated :

i have flash installed in my smartphone, why it is not work?
with jwplayer 5 its run:
http://www.radio24.ilsole24ore.com/jwPlayerRequiredFiles/old/myTest.html

Ethan Feldman

JW Player Support Agent  
0 rated :

We don’t support Flash on Android in JW6. Also Adobe / Google officially stopped supporting it on Android anyways…

JW Player

User  
0 rated :

How can i run live streaming in jw6?

Ethan Feldman

JW Player Support Agent  
0 rated :

RTMP for desktop, HLS for mobile.

JW Player

User  
0 rated :

i have HLS link and this is work on Apple device but it is not work on Android, why?

Ethan Feldman

JW Player Support Agent  
-3 rated :

Android has issues with HLS natively. Not every version supports it properly. Do you have an RTSP stream as well?

JW Player

User  
-1 rated :

http://radio24-lh.akamaihd.net/i/radio24_1@99307/master.m3u8
if i set this link in html5 video tag, its work.

bc.. <video id="video" autobuffer height="240" width="360" controls="control">
<source src="http://radio24-lh.akamaihd.net/i/radio24_1@99307/master.m3u8" type="audio/ogg">
</video>


or if i set
bc.. <a href="http://radio24-lh.akamaihd.net/i/radio24_1@99307/master.m3u8">RADIO PLAYER</a>


its open on android video player and work correctly, but with jwplayer not work.

Ethan Feldman

JW Player Support Agent  
-2 rated :

If it works for you, I would use the link to video tag as a work around, then.

This question has received the maximum number of answers.