← Back to Sebiu Labs

How to Stream OMT to a Web Browser

Get live video from your Open Media Transport sources into Chrome, Firefox, Safari, or Edge — no plugins, no apps.

The Problem

You have cameras and video sources on an OMT (Open Media Transport) network. You want someone — a producer, a client, a remote team member — to watch a live feed in their web browser. OMT doesn't play natively in browsers. You need a bridge.

The Options

Option 1: Convert to HLS/DASH

Transcode your OMT stream to HLS or DASH using FFmpeg or a media server. This works for one-way viewing, but adds 5–30 seconds of latency due to segment-based delivery. Fine for archival viewing, not great for live monitoring or talkback.

Option 2: Convert to NDI, then capture in OBS, then WHIP

If your OMT system supports NDI output, you could receive it in OBS Studio and output via WHIP to a WebRTC server. This requires a PC running OBS for every source — it doesn't scale and adds complexity.

Option 3: Use the OMT WHEP Gateway

The OMT WHEP Gateway receives OMT streams directly from the network, transcodes them with hardware acceleration, and serves them as WebRTC/WHEP — the standard protocol for browser-based live video. One appliance, all your sources, sub-200ms latency.

WHEP stands for WebRTC-HTTP Egress Protocol. It's the standardised way for a browser to request a live video stream from a server. The OMT WHEP Gateway implements this protocol so any modern browser can play your streams without plugins.

How It Works (Step by Step)

  1. Write the ISO — Download the OMT WHEP Gateway ISO and write it to a USB drive using Rufus, balenaEtcher, or dd.
  2. Boot the appliance — Insert the drive into any x86_64 PC, NUC, or mini server on the same network as your OMT sources. Boot from the drive.
  3. Run the setup wizard — A console wizard guides you through hostname, admin password, GPU encoding, and TLS configuration.
  4. Open the dashboard — The appliance displays its IP address on the console. Open https://<ip>:8443 in your browser to access the web UI.
  5. Add a channel — The gateway auto-discovers OMT sources on the network. Select a source, choose your output codec and resolution, and click Start.
  6. Share the link — Each channel gets a watch URL. Send it to anyone — they open it in Chrome, Firefox, Safari, or Edge and see the live stream immediately.

What About Remote Viewers?

By default, the WHEP Gateway streams on your local network. For viewers outside your network, the gateway has built-in Cloudflare Tunnel support. Enable it in the web UI and viewers can watch from anywhere with zero port forwarding or firewall configuration.

For viewers behind strict corporate firewalls that block UDP (which WebRTC normally uses), the gateway automatically falls back to a WebSocket relay — the stream works even on locked-down networks.

Latency and Quality

Pricing

The WHEP Gateway includes a 30-day free trial with full functionality. After that:

No per-viewer fees. No bandwidth charges. Fixed pricing.

Try it free for 30 days

Full functionality, no license key needed.

Setup Guide →