Hls Media Encryption

How to play HLS aes 128 bit encrypted media

You can use the video tag as follows:

<video width="320" height="240" autoplay controls>
    <source src="YOUR_VIDEO_URL" type="application/x-mpegurl">
</video>