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

streaming to mobile devices


hello eveyone, i need your help:

1- i'm streaming on RTMP using adobe live streaming, just audio
2- the server used is Wowza v.4.2
3- at the wowza server i had include that the server produces all versions of strem
4- i'm using the next code to play it in my website:

<div id='playerskKQnitPaVXb'></div>
<script type='text/javascript'>
jwplayer('playerskKQnitPaVXb').setup({
file: 'rtmp://74.208.201.97/live/rconline',
image: 'https://s3.amazonaws.com/rconline/2015html/images/player_base.png',
title: 'la RC.online',
width: '520',
height: '180',
skin: 'roundster'
});
</script>

but it's play just into the browsers....

how i need to configure that code so it will be played in alll type od mobile devices an tablets???

Thanks,

Dan Rdven

3 Community Answers

MisterNeutron

User  
1 rated :

RTMP is a Flash protocol. There's no Flash on any mobile device. There is no change in the setup code that will change this.

You're going to have to start looking at HLS streaming.

Everything you need to know about streaming:

http://support.jwplayer.com/customer/portal/topics/564477-streaming/articles

diegoloslagos

User  
0 rated :

so, i can stil use Wowza server, but not Adobe RTMP to encode from the beginning... right?

which encoder to HLS i can use from my windows 7 desktop?

MisterNeutron

User  
0 rated :

Way beyond the scope of this forum. Google for "wowza hls stream."

This question has received the maximum number of answers.