Comunidad de diseño web y desarrollo en internet online

jwplayer - html5

Citar            
MensajeEscrito el 11 Mar 2015 11:50 pm
hola amigos
este codigo me arroja el mismo jwplayer
como lo trabajo para poder hacer que el reproductor funcione en moviles?
gracias

Código HTML :

    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <script src="http://jwpsrv.com/library/NaAtksG4EeSaogp+lcGdIw.js"></script>
        <link rel="stylesheet" type="text/css" href="style.css">
        <title>Streaming</title>
    </head>
    <body>
    <div id='playerlUMPZCcHWumr'></div>
    <script type='text/javascript'>
        jwplayer('playerlUMPZCcHWumr').setup({
            file: 'rtmp://167.114.144.23:1935/live/myStream',
            image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
            title: 'jj',
            width: '100%',
            aspectratio: '16:9'
        });
    </script>
    </body>
    </html>

Por rascabuchitos

5 de clabLevel



 

firefox
Citar            
MensajeEscrito el 12 Mar 2015 06:02 pm
amigos
encontre esto y funciona muy bien en desktop y moviles
pero no me sale para poder hacer streaming
por favor, si alguien me da una manito... gracias...!!!


Código HTML :


<script src="http://p.jwpcdn.com/6/8/jwplayer.js"></script>
 
<center><div id='container'></div></center>
 
<script>
 
if (navigator.userAgent.match(/android/i) != null){
 
    jwplayer("container").setup({
 
        file: "http://playertest.longtailvideo.com/adaptive/bbbfull/bbbfull.m3u8",
 
        type: "mp4",
 
        primary: "html5"
 
    });
 
} else {
 
jwplayer("container").setup({
 
  playlist: [{
 
    image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg",
 
    sources: [{
 
      file: "http://content.jwplatform.com/manifests/s8BPzDe0.smil"
 
    },{
 
      file: "http://playertest.longtailvideo.com/adaptive/bbbfull/bbbfull.m3u8"
 
    }]
 
  }],
 
  primary: "flash"
 
});
 
}
 
</script>

Por rascabuchitos

5 de clabLevel



 

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.