M3U vs M3U8 Playlists Explained — How to Play Them Online
Playlists Are the Control Plane
In HTTP streaming, media files are the data plane; playlists are the control plane. They tell players what exists, in what order, at which bitrates, and whether the presentation is live or finished.
Play a URL free: open our online M3U8 player and paste a single stream link (legal use only).
M3U vs M3U8 in Streaming
M3U is the older ASCII playlist family; M3U8 is UTF-8 and carries the HLS tag set used for adaptive streaming. Details: M3U8 vs M3U and what is M3U8.
Master vs Media Playlists
Master lists variants; media lists segments. Players walk master → media → segments. Structure: format explained.
IPTV Playlists vs HLS Media Playlists
IPTV M3U files often list many channels (each pointing to its own stream). An HLS media playlist lists segments of one stream. Do not confuse a channel directory with a segment list. IPTV guide: IPTV M3U8 playlist.
How Players Consume Playlists
A player fetches the playlist, parses tags, schedules segment downloads, and updates live lists. You can inspect the same text in an editor before playback. Try playback in our player.
Frequently Asked Questions
Is a playlist a video?
No — it references media.
Why do streaming services use playlists?
To enable ABR, live updates, and CDN-friendly delivery.
Can I edit a playlist?
Yes, carefully — invalid tags break players.
Which extension should I use?
.m3u8 for modern HLS.