Media Hub

Omni treats video as a first-class citizen. It finds streams the page tries to hide, plays them in a real native player, and lets you keep a copy.

The pipeline

Media flows through four stages, each with its own page:

  1. Stream Sniffer — detects HLS/DASH/MSE streams at the network level.
  2. Video Player — plays them natively with PiP, gestures and background audio.
  3. Downloads — saves streams and files with pause/resume.
  4. Audio Extraction — pulls the soundtrack out with FFmpeg.

Why a native stack

Most browsers only see what the page’s <video> tag exposes, and play everything in a web player. Omni goes deeper: it intercepts the actual stream, then hands it to AndroidX Media3 (ExoPlayer) — the same playback engine behind the best Android video apps.

At a glance

CapabilityDetails
DetectionHLS (.m3u8), DASH (.mpd), direct MP4/WebM, MSE/blob
PlaybackExoPlayer — PiP, 0.25–3× speed, gestures, background audio
DownloadSegment-by-segment with pause/resume
AudioFFmpeg extraction (loaded on demand)
BatchMulti-image and manga chapter grabs
Respect the law and creators

The media tools are for your own media, offline viewing of content you’re entitled to, and accessibility. Don’t use them to infringe copyright.