HTTP Live Streaming (HLS)
<video id='hls-video'>
<source src='stream_hls.m3u8' type='application/x-mpegURL'/>
</video>
<script>
fluidPlayer(
'hls-video',
{
layoutControls: {
fillToContainer: true
}
}
);
</script>HTTP Live Streaming with VAST
Customizing HLS
Built in video quality switcher with auto option
Was this helpful?