Evo with JWPlayer and Android and iOS

Evo with JWPlayer and Android and iOS

Support ForumCategory: Installation and Basic OperationEvo with JWPlayer and Android and iOS
admin Staff asked 11 years ago
Well, we have installed the trial version, got a cheap run of the mill server running ontop of our old one. The idea is to stream our Live Stream feed, that runs 24/7 and is sent via XSplit. Our current layout is XSplit -> crtmpserver -> evo Using the WebUI on Evo, I Pulled the stream from crtmpserver, and setup a HLS the WebUI looks like Stream List ID Name URI Type 328 PeaceLive1 rtmp://69.242.214.46/flvplayback/live pull 329 PeaceLive1 E:/easyphp/data/localweb/HLS_T/playlist.m3u8 hls the website is using JWPlayer, and its code is –
jwplayer("playerp4gMqUSKgugp").setup({
    playlist: [{
        sources: [{ 
            file: "rtmp://69.242.214.46/flvplayback/live"
        },{
            file: "rtsp://71.197.16.18:5544/PeaceLive1"
        },{
            file: "http://71.197.16.18:8080/HLS_T/PeaceLive1/playlist.m3u8"
        }]				   
    }],
    height: 360,
    primary: "flash",
    width: 640
});
When the page loads on a Desktop it opens the feed off the original CRTMPServer, running the evo server remotley on a seperate system, I can watch the terminal getting connections, but no one on a android or iphone/pad seems to be able to load it, it only loads the first, origianal feed from the server everything else dosent seem to find a stream to play/load the website its hosted at is at http://peacemakersinternational.org/sample-page/ Any ideas on what we are missing on this setup? Live stream is new to me all together, so Im lucky I managed to get anything running without blowing the place up lol We are trying to make it so users can goto this page, and it will play a stream based on thier device, ie Android, Win, iOS, etc. From the looks of it the server (evo) is setup to handel the stream, but not sure it its doing what its supposed to or if im looking at it wrong. In the WebRoot, I can see it is making segment files. On the webserver, the dir E:easyphpdatalocalwebHLS_T only contains a playlist file, and a dir called PeaceLive1 In the PeaceLive1 dir, it hold the segments, and another playlist file. Should the JWPlayer code point to the HLS_T playlist, or the HLS_T/PeaceLive1/playlist ?



Offcanvas

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