Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/03/2015, 16:55
rascabuchitos
 
Fecha de Ingreso: abril-2011
Ubicación: Peru
Mensajes: 486
Antigüedad: 13 años, 1 mes
Puntos: 9
Respuesta: jwplayer - html5

entonces este codigo que me arroja el mismo jwplayer
como lo trabajo para poder hacer que el reproductor funcione en moviles?
Código HTML:
Ver original
  1. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  2.     <script src="http://jwpsrv.com/library/NaAtksG4EeSaogp+lcGdIw.js"></script>
  3.     <link rel="stylesheet" type="text/css" href="style.css">
  4.     <title>Streaming</title>
  5. </head>
  6. <div id='playerlUMPZCcHWumr'></div>
  7. <script type='text/javascript'>
  8.     jwplayer('playerlUMPZCcHWumr').setup({
  9.         file: 'rtmp://167.114.144.23:1935/live/myStream',
  10.         image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
  11.         title: 'jj',
  12.         width: '100%',
  13.         aspectratio: '16:9'
  14.     });
  15. </body>
  16. </html>

gracias