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>