html5 not working on mobile but on browser it works fine
Hi just a quick question to see if i'm doing something incorrect i wanna stream to both mobile devices as well as browsers i have the free player form the jwplayer's site but it only working with the browsers and not on mobile devices i have a test page setup at http://streamjamz.com/jwplayer/jwtest.html but with this code below but it wont work and this was from the jw's website under my free account can you help me see where i'm going wrong.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="http://jwpsrv.com/library/3WZFajFQEeOEgxIxOUCPzg.js"></script>
</head>
<body>
<table width="650" border="0">
<tr>
<td valign="top"><div id='playerUZULnwGsRVwY'></div>
<script type='text/javascript'>
jwplayer('playerUZULnwGsRVwY').setup({
file: 'rtmp://195.154.231.134:1935/live/myStream',
image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '100%',
aspectratio: '16:9',
autostart: 'true'
});
</script>