SL Sebiu Labs

OMT Monitor v1.3.2

Real-time video and audio monitoring for Open Media Transport streams.

Quick Start API Bitfocus Companion Firewall Troubleshooting

1 Install & Launch

Run the installer and follow the prompts. OMT Monitor starts automatically after installation and runs in your system tray (bottom-right of your taskbar).

Windows SmartScreen may show a warning on first launch. Click More info then Run anyway. This is normal for newly released software.

2 Open the Monitor

Once running, open your browser and go to:

http://localhost:5280

Or right-click the system tray icon and select Open Monitor

3 Discover Sources

OMT Monitor automatically discovers all OMT sources on your local network via DNS-SD (UDP 5353). No IP addresses to configure — sources appear within seconds.

How it works: OMT sources transmit video using VMX, a low-latency compressed video format. OMT Monitor receives the VMX stream, decodes it on your machine, and delivers the video to your browser in real-time. You don't need to know anything about VMX — just click a source and watch.

4 Keyboard Shortcuts

F Toggle fullscreen M Mute / unmute audio H Toggle HUD overlay (source name, resolution, FPS) Esc Exit fullscreen

Troubleshooting


System Requirements


REST API

Base URL: http://localhost:5280
MethodEndpointDescription
GET/api/sourcesAll discovered OMT sources
GET/api/sources/{id}Single source details
POST/api/connectConnect — body: { sourceId, preferredFormat, suggestedQuality, jpegQuality }
POST/api/disconnect/{id}Disconnect from a source
GET/api/statsStats for all connections
GET/api/stats/{id}Stats for one connection
GET/api/stream/{id}MJPEG video stream
GET/api/snapshot/{id}Single JPEG frame
GET/api/healthHealth check
WS/wsWebSocket — real-time JSON events + binary JPEG/PCM frames

Bitfocus Companion

Use the Generic HTTP module in Bitfocus Companion to control OMT Monitor from a Stream Deck or button panel. Point it at the REST API above.


Firewall & Ports

If sources aren't appearing or you can't connect, make sure these ports are open.

PortProtocolDirectionPurpose
5280TCPInboundWeb server & API
5353UDPInboundDNS-SD discovery (mDNS)
6400-6600TCPOutboundOMT receiver → sender

Troubleshooting


Need Help?

Contact us at contact@sebiulabs.co.uk

Website: sebiulabs.co.uk