Online M3U8 Player

Features and Introduction

🚀 Key Features

🛠️ 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.