Supported Platforms: iOS / Android / Mac OS X / tvOS / Windows / Android TV
Follow these methods to build the embeddable player URL:
HTTPS method (For secured websites with SSL certificate)
If your website has an SSL certificate, use the https protocol for the embeddable URL. Your streaming URL must also support https.
Example: https://anym3u8player.com/mp4-player/video-player.php?url=https://example.com/playlist.mp4
Example of embed iframe:
<iframe frameborder="0" allowfullscreen="" scrolling="no" allow="autoplay;fullscreen" src="https://anym3u8player.com/mp4-player/video-player.php?url=https://example.com/playlist.mp4" style="position: absolute; height: 100%; width: 100%; left: 0px; top: 0px;"></iframe>
HTTP method (For non-secured websites)
If your website doesn't have an SSL certificate, use one of these methods:
Example 1: http://anym3u8player.com/mp4-player/video-player.php?url=http://example.com/playlist.mp4
Example 2: http://anym3u8player.com/mp4-player/video-player.php?url=https://example.com/playlist.mp4