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

I am working on a tv station website


I am in the process to completely redo a TV station website that has live streaming online they recently expanded the viewing capabilities to reach 33 more cities once they did that upgrade they lost the capability to live stream on cell phones but if you have a tablet or a regular laptop or desktop you can still see the live TV broadcast. Right now I have not determined if this issue is mechanical meaning they crossed the wrong wires or if it is in the code. Below is the original code that worked before the TV station did the upgrades. Any help is greatly appreciated.
Thank you....

<div id="mediaplayer" align="center"><a href="http://www.adobe.com/go/getflash"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" border="0" /></a></div>
<script src="http://174.127.77.205/jw6/jwplayer.js"></script><script>// <![CDATA[
jwplayer('mediaplayer').setup({ file: 'rtmp://174.127.77.205:1935/whprtv33/livestream', autostart: 'true', width: '580', height: '470' }); if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { if (document.cookie.indexOf('iphone_redirect=false') == -1) window.location = 'http://174.127.77.205:1935/whprtv33/livestream/playlist.m3u8'; }
// ]]></script>

My thoughts are because they have migrated to an upgraded broadcast system this may have caused this conflict

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

RTMP streams will not work on mobile devices. You will need HLS streams.

Hope this helps,
Todd

This question has received the maximum number of answers.