<!DOCTYPE html> <html> <!-- <body> <audio autoplay=true controls> <source src="https://hlsliveamdgl0-lh.akamaihd.net/i/rnerne_1@586398/master.m3u8" type="audio/mpegURL"> <source src="http://shoutcast.ccma.cat/ccma/catalunyainformacioHD.mp3"/> </audio> </body> --> <head> <link href="https://vjs.zencdn.net/7.10.2/video-js.css" rel="stylesheet" /> <!-- If you'd like to support IE8 (for Video.js versions prior to v7) --> <!-- <script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script> --> </head> <body> <audio id="my-video" class="video-js" controls preload="auto" width="640" height="264" data-setup="{}" autoplay=true > <source src="https://rtvelivestream.akamaized.net/rtvesec/rne/rne_r1_main.m3u8" type="audio/mpegURL"/> <p class="vjs-no-js"> To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="https://videojs.com/html5-video-support/" target="_blank" >supports HTML5 video</a > </p> </audio> <script src="https://vjs.zencdn.net/7.10.2/video.min.js"></script> </body> </html>