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

Phone browser JWplayer


Hi ,

I'm using jwplayer education reasons and I have set it up on my jsp application it works from the desktop but not from the phone ( Android ) didn't try Iphone. However this is the link for my site : http://we.tutorme.ae/ticktock/

this is the code in the page

<div style="width: 100%;display: inline-block;">

<div style="float:left;width:300px;height:240px;">
<div id="myElement">Loading the player ...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "rtmp://62.151.178.59/vod/bbb.mp4",
height: 200,
width: 300
});
</script>
</div>

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

RTMP is not supported on Android or iOS:
https://support.jwplayer.com/customer/en/portal/articles/1403635-media-format-reference#streaming

Use HLS instead

This question has received the maximum number of answers.