Supported Platforms:iOS / Android / Mac OS X / tvOS / Windows / Android TV
As the first step you will need to build the embeddable player URL by following methods.
If your website is secured with SSL certificate, then you will need to use the https protocol for the embeddable URL. At the same time your streaming URL also will need to be supported for the https URL format. Otherwise your stream won't work.
Ex: https://anym3u8player.com/tv/video-player.php?url=https://example.com/playlist.m3u8
Example of embed iframe:
<iframe class="embed-responsive-item" id="livecam" width="100%" height="500px" src="https://anym3u8player.com/tv/video-player.php?url=https://live.webcamromania.ro/WR127/wrcam_127/playlist.m3u8" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
In this method, if your website is not secured with SSL certificate, then you will be able to use this embeddable URL as follows. There are two methods for preparing the URL for embedding.
HTTP URLEx 01: http://anym3u8player.com/tv/video-player.php?url=http://example.com/playlist.m3u8
Ex 02: http://anym3u8player.com/tv/video-player.php?url=https://example.com/playlist.m3u8
One of the unique features of anym3u8player.com is its ability to play encrypted M3U8/HLS streams. This means that users can access content that is protected by encryption, such as paid subscription services or premium content.