Features and Introduction
🚀 Key Features
- High Compatibility: Supports all standard HLS (m3u8) video streams, including the fMP4 format.
- High Performance: Based on the powerful hls.js core to ensure a smooth and efficient playback experience.
- Feature-Rich: Powered by DPlayer, providing a clean UI and various player functionalities.
- Easy Embedding: Embed this player into any of your websites with just a single line of code.
🛠️ How to Use
Paste your M3U8 link into the input box at the top and click the "Play" button. You can also specify the video source directly via a URL parameter for easy sharing.
https://your-domain.com/?src=YOUR_M3U8_LINK
🌐 Embed On Your Website
Copy the code below and replace `YOUR_M3U8_LINK` with your M3U8 address to embed the player on your webpage.
<iframe src="https://your-domain.com/player.html?url=YOUR_M3U8_LINK" width="100%" height="500" frameborder="0" allowfullscreen></iframe>
📖 What is M3U8?
M3U8 is a playlist file format based on UTF-8 encoding. It plays a core role in HTTP Live Streaming (HLS) technology by indexing a series of media segments to enable video live streaming and on-demand playback.
This player utilizes the industry-leading DPlayer and hls.js core to ensure optimal compatibility and performance.