
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
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
What is “playlistPlayer”? What file type are you trying to run for html5?
playList = [{ title: "Radio24",
file: "rtmp://cp154821.live.edgefcs.net/live/Radio24Audio@69140",
bitrate: "128",
image: "/images2013/player/bg-player-onair.png"
}]
RTMP won’t work in HTML5…
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
We don’t support Flash on Android in JW6. Also Adobe / Google officially stopped supporting it on Android anyways…
How can i run live streaming in jw6?
RTMP for desktop, HLS for mobile.
i have HLS link and this is work on Apple device but it is not work on Android, why?
Android has issues with HLS natively. Not every version supports it properly. Do you have an RTSP stream as well?
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.
If it works for you, I would use the link to video tag as a work around, then.