M3U8 Inspector: Analyze HLS Playlists Online
What this tool does
Paste any HLS m3u8 URL and this Inspector parses the manifest directly in your browser. It reports: master vs media playlist, all quality variants (resolution, bandwidth, codecs, FPS), AES-128 encryption detection via the EXT-X-KEY tag, external audio renditions, segment count and estimated total duration. This is a pre-flight analyzer, not a converter. It does not download segments. For the actual conversion to MP4, follow our M3U8 to MP4 conversion guide.
Note: fetching the manifest is subject to CORS. Most CDNs block cross-origin requests from external tools. If the analysis fetch fails, the Inspector still generates the ffmpeg and yt-dlp commands for you to run locally with your URL.
Once analyzed: how to actually download as MP4
The Inspector tells you the structure of your playlist. To save it as an MP4, you need a separate tool. Here are the three methods - for the full walkthrough see the M3U8 to MP4 conversion guide.
One click. Works on authenticated streams, AES-128 encrypted HLS, and separate audio renditions. No CORS issues because it runs inside your browser tab.
Install Vidora - free during launch → 5 free downloads includedFree and unlimited. Handles AES-128 automatically. Use -c copy to remux without re-encoding (fast, lossless quality).
ffmpeg -i "YOUR_M3U8_URL" -c copy output.mp4
After inspecting above, the command updates with your URL automatically.
Smarter extraction with site-specific handlers. Best for streams where cookies or Referer headers are required.
yt-dlp "YOUR_M3U8_URL" -o output.mp4
After inspecting above, the command updates with your URL automatically.
Frequently asked questions
What does the M3U8 Inspector check?
Why does the Inspector show a CORS error when I paste my m3u8 URL?
What does AES-128 encryption mean for this playlist?
What is the difference between a master playlist and a media playlist?
After inspecting, how do I actually convert the m3u8 to MP4?
Vidora Engineering
The Vidora team builds and maintains the Vidora Chrome extension for HLS, DASH, and MP4 video download. Based in Albuquerque, NM. We write about video streaming protocols, browser extension architecture, and practical ffmpeg recipes.