DASH MPD Analyzer: Free Online Inspector
Paste any .mpd URL to inspect periods, adaptation sets, video and audio tracks, and DRM protection. Entirely in your browser.
A DASH .mpd (Media Presentation Description) manifest is an XML file that lists every available video quality, audio track, and subtitle for an adaptive stream. This tool parses the XML client-side, extracts Period elements, AdaptationSets (grouped by media type), and Representations (each quality level with resolution and bandwidth), and flags any DRM scheme declared via ContentProtection elements. No data leaves your browser.
Want to actually download this DASH stream?
This tool inspects manifests, but can't download them. The Vidora extension detects DASH streams on any page you visit and downloads them to MP4 in one click - no ffmpeg, no terminal, no CORS issues.
- Detects DASH, HLS, and MP4 streams automatically
- Downloads to MP4 - picks the highest quality automatically
- Works on Vimeo, Bunny.net, Wistia, and more
- No command line required - install and click
Frequently asked questions
What is a DASH .mpd file?
Can I download DASH streams in the browser?
What is the difference between HLS m3u8 and DASH mpd?
Does this tool decrypt DRM-protected DASH?
How do I use ffmpeg with .mpd?
ffmpeg -i "https://example.com/manifest.mpd" -c copy output.mp4
For streams requiring auth headers, add
-headers "Authorization: Bearer TOKEN". Note that ffmpeg cannot handle Widevine or PlayReady DRM - for those, use the Vidora extension or an authorized player.
RGC Digital LLC
Tool updated 2026-05-10. We build Vidora, a Chrome extension for downloading HLS, DASH, and MP4 streams. This tool is part of our free utilities for video developers and researchers.