
Player on Mobile - web page: file could not be played
Hi,
i've this problem
on my site https://www.telebari.it/televisione/web-tv-2.html the player works fine, also if i open it on a mobile phone (samsung and iphone for example).
But with my app android, if i open the link IN the app, the page load fine but the player show the message file could not be played
Here is my web page's code
<script src='https://www.telebari.it/jwplayer/jwplayer.js' type="text/javascript"></script>
<script type="text/javascript">// <![CDATA[
jwplayer.key='*************';// ]]></script>
<div id="mediaplayer" align="center">Loading...</div>
<script type="text/javascript">// <![CDATA[
var playerInstance = jwplayer('mediaplayer');
playerInstance.setup({playlist: [{sources: [
{file: 'rtmp://fl1.mediastreaming.it:1935/telebari/livestream'},
{file: 'http://fl1.mediastreaming.it:1935/telebari/livestream/playlist.m3u8'}]}],
primary: 'html5', autostart: 'true', androidhls: 'true', hlshtml: 'true', width: 'auto', height: '290'});
// ]]></script>