LIVE
const config = { sources: [ { type: ‘hls’, src: ‘http://5.2.164.228:1935/live/smil:hls.smil/playlist.m3u8’, } ], }; const element = document.getElementById(‘playerContainer’); const player = IndigoPlayer.init(element, config); // You can use the player object now …