Skip to main content

Stream Video Downloader

Paste any stream.new video URL. We locate a verified media file so you can preview it and save it locally.

Works with links like stream.new/v/<id>

How it works

6 strategies

stream.new publishes no download API, so the resolver runs a waterfall of independent extraction strategies and returns the first one that finds a verified media file. If a stream.new UI change breaks one strategy, the rest still run.

  1. 01

    Progressive MP4 detection

    Finds explicit MP4 URLs and byte-range verifies progressive CDN renditions before HLS fallback.

  2. 02

    Open Graph meta tags

    Reads og:video / twitter:player meta tags from the page head.

  3. 03

    HTML <video> / JSON-LD parsing

    Parses server-rendered <video>, <source>, data-* attributes and JSON-LD VideoObject blocks.

  4. 04

    Embedded JSON hydration config

    Walks __NEXT_DATA__, RSC flight chunks and inline JSON config objects looking for media URLs.

  5. 05

    HLS master playlist expansion

    Finds an .m3u8 playlist referenced by the page and expands its quality variants.

  6. 06

    Headless browser fallback

    Renders the page in Chromium, records media network requests and reads <video>.currentSrc.