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:
- Stream Sniffer — detects HLS/DASH/MSE streams at the network level.
- Video Player — plays them natively with PiP, gestures and background audio.
- Downloads — saves streams and files with pause/resume.
- 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
| Capability | Details |
|---|---|
| Detection | HLS (.m3u8), DASH (.mpd), direct MP4/WebM, MSE/blob |
| Playback | ExoPlayer — PiP, 0.25–3× speed, gestures, background audio |
| Download | Segment-by-segment with pause/resume |
| Audio | FFmpeg extraction (loaded on demand) |
| Batch | Multi-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.