
How can I embeb a live stream on a mobile browser?
This woks fine on a PC:
jwplayer('playerpmtoYlRcDFrP').setup({
playlist: [{
image: "http://bestradiobrasil.com/br/wp-content/uploads/2014/02/logo-bestradio.png",
title: "BestRadio Brasil - Quem ouve, curte!",
sources: [
{file: "rtmp://best.viaflux.com/brb/brbtv.mp4"},
{file: "http://best.viaflux.com/brb/brbtv.mp4"}
]
}],
width: '300',
height: '194',
aspectratio: '16:9',
mute: 'true',
primary: 'flash',
autostart: 'true'
But on a mobile browser it just displays a black box and nothing else.
As far as I understood from Google and JW Player Support site, it appears to be impossible to do a live stream on mobile. Is that right?
Thanks and my best regards!