Answer for Evo with JWPlayer and Android and iOS

All seems to be working now, the Evo was working like it was supposed to but the player wasent switching right. For anyone else with the same issues, here is a fix for making JWplayer work with multiple stream types for diffrent platforms As the other person don said, test the server make sure it all loads like it should localy One the web page to make JWPlayer load only for certain stream types, we are now using this
<div id="xxxxxx"></div>
<script type="text/javascript">// <![CDATA[
	var match=/android/i;
	if (match.exec(navigator.userAgent))
	{
            window.location = "rtsp://IP:5544/LiveStream";
	}
        else
        {
            jwplayer("xxxxxx").setup({
            playlist: [{
                image: "image.png",
                sources: [{ 
                file: "http://IP/HLS_T/PeaceLive1/playlist.m3u8"
                },{
                file: "rtmp://IP/live/LiveStream"
                }]
            }],
            primary: "flash"
            });
        }
// ]]></script>
The java sniplet at the top will stop JWPlayer from trying to load the wrong type, and just directly loads the link with the stream for androids using thier built in player on the device. Then JWPlayer will load the rest and not interfear with Android. Seems our issue was the player itself, Evo works perfectly.

admin

This information box about the author only appears if the author has biographical information. Otherwise there is not author box shown. Follow YOOtheme on Twitter or read the blog.

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.