
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