
New beeee
I am needing to stream to Apple and Android. I have the free player. the m3u8 file plays to Apple, but nothing works to android. Any suggestions out there. Here is the code for the player page.
<head>
<script type='text/javascript' src='jwplayer.js'></script>
</head>
<body>
<script type='text/javascript' src='jwplayer.js'></script>
<div id='mediaspace'>Requires <a target="_blank" href="https://www.adobe.com/go/getflashplayer">Adobe Flash Player</a></div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'file': 'rtmp://fml.D715.smartstreamingsolutions.ca/20D715/livestream',
'controls': 'true',
'stretching': 'uniform',
'primary': 'html5',
'fallback': 'true',
'autostart': 'false',
'mute': 'false',
'repeat': 'false',
'listbar': {
'position': 'none',
'size': '180',
},
'rtmp': {
'subscribe': 'true',
'bufferlength': '',
},
'width': '480',
'height': '30'
});
</script>
<div id='mediaspace'>Mobile users <a target="_blank" href="http://d715.ws.smartstreamingsolutions.ca/livestream/playlist.m3u8">click here</a></div>
</body>