Demonstrate caption styling with HLS streams.
<div class="flex w-full">
<div id="hls" class=""></div>
</div>
<script type="text/javascript">
var player = flowplayer("#hls", {
"clip": {
"sources": [
{
"src": "https://bitmovin-a.akamaihd.net/content/sintel/hls/playlist.m3u8",
"type": "application/x-mpegurl"
}
]
},
"share": false
});
</script>