how can I make a player to read m3u8 files that works for mobile

0

I have been looking for a player for m3u8 files, now I have this code that I use for my channels

<script src="http://jwpsrv.com/library/ejuoyqCsEeK4ayIACpYGxA.js"></script>
<script>// <![CDATA[
jwplayer.key="6RfMdMqZkkH88h026pcTaaEtxNCWrhiF6ACoxKXjjiI=";
// ]]&gt;</script>
<div id="playerOPr7jp5Kixy0_wrapper" style="position: relative; display: block; width: 700px; height: 400px;"><object type="application/x-shockwave-flash" data="http://p.jwpcdn.com/6/8/jwplayer.flash.swf" width="100%" height="100%" bgcolor="#000000" id="playerOPr7jp5Kixy0" name="playerOPr7jp5Kixy0" tabindex="0"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="seamlesstabbing" value="true"><param name="wmode" value="opaque"></object><div id="playerOPr7jp5Kixy0_aspect" style="display: none;"></div><div id="playerOPr7jp5Kixy0_jwpsrv" style="position: absolute; top: 0px; z-index: 10;"></div></div>
<script>// <![CDATA[
jwplayer('playerOPr7jp5Kixy0').setup({
    file: "http://a3live-lh.akamaihd.net/i/antena3_1@35248/master.m3u8",
    width: "700",
    skin: "five",
    height: "400",
    title: 'xsoundtv.com',
    image: "",
    logo: {
    file: "",
    position: 'top-right',
    margin: '0',
    link: ""
    },
    stretching: "fill",
    autostart: "true",
                abouttext: '',
            aboutlink: '',
  });
// ]]&gt;</script>

but it does not work on mobile phones, what should I do to function, thanks in advance

    
asked by Marlon Camacho Polo 21.07.2016 в 16:42
source

0 answers