Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>

5 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

You are using RTMP here, RTMP is for desktops only.

mail.jamone

User  
0 rated :

So what should i be using to get it to work on all devices?

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have any other streams other than RTMP?

mail.jamone

User  
0 rated :

trying to figure out how to figure it. but that where i am stuck right now. any help would be great. i can use wirecast or flash media encoder

Ethan Feldman

JW Player Support Agent  
0 rated :

You need to ask your streaming service to provide you with an hls stream.

This question has received the maximum number of answers.