Hello ilGhera,
Yes, you are correct, indeed. Just needed to do more exploring to determine what I was missing. I do have an issue with WordPress trying to run the rmtp and .m3u8 links so that they show depending upon the platform. The code masters around the web seem to think it’s a bug with the new jwplayer 7. I’ve created a work-around but it shows error screens toggling b/w desktop and mobile, so I created a separate “mobile” button. Link: http://54.69.234.117/index.php/compass-live-broadcast/compass-college-sports-channel/ — If you have any possible solutions, please share. Thanks in advance! KG
My Streaming Links:
Flash version: rtmp://noxsolutions.mpl.miisolutions.net/noxsolutions-live01/CMNCollege1
iPhone/iPad version: http://noxsolutions.mpl.miisolutions.net/noxsolutions-live01/CMNCollege1/playlist.m3u8
SUGGESTED WEB SCRIPT FOR MULTIPLE PLATFORMS:
<script type=”text/javascript”>// <![CDATA[
var playerInstance = jwplayer(“myElement”); playerInstance.setup({ playlist: [{ image: “http://54.69.234.117/wp-content/uploads/2016/02/CMNSports640-1.jpg”, sources: [{ file: “http://noxsolutions.mpl.miisolutions.net/noxsolutions-live01/CMNCollege1/playlist.m3u8” },{ file: “rtmp://noxsolutions.mpl.miisolutions.net/noxsolutions-live01/CMNCollege1” }] }], height: 350, width: 640, primary: “html5” }); // ]]></script>