OS
Orbi Sports
OrbiBond // Network Bonding Protocol

Unbreakable
Live Streaming

Bond multiple network paths into one ultra-reliable connection. Your stream stays live when individual connections fail.

OrbiBond is launching in the next few weeks. Sign up to be notified when the app and SDK are available.

Live Network Topology
WiFi Cellular OB Destination
Core Features
FEAT-01

Multi-Path Bonding

Aggregate WiFi and cellular connections into a single bonded tunnel. Your stream uses all available bandwidth, not just one connection at a time.

FEAT-02

Packet Recovery

Dual-layer recovery system automatically detects and recovers lost packets before they reach your stream. Handles both random loss and burst loss scenarios.

FEAT-03

Adaptive Bitrate

Real-time bitrate adjustment based on current network conditions. Drops quality gracefully under congestion and recovers smoothly when conditions improve.

FEAT-04

Instant Failover

When a network path degrades or drops, traffic seamlessly shifts to remaining paths with no interruption to your stream. No manual switching required.

FEAT-05

Cross-Platform

iOS and Android apps launching in the coming weeks. Linux, Windows, and macOS support coming soon.

FEAT-06

Self-Hosted Docker Server

Run the OrbiBond server on your own infrastructure with Docker. Media bonding, VPN bonding, or both. No vendor lock-in — you control your deployment, your data, and your uptime.

Bonding Modes
MODE-01

Turbo Mode

The default. Intelligently distributes traffic across all available paths based on real-time conditions. Maximizes throughput while adapting to congestion and loss on each path automatically.

MODE-02

Redundant Mode

Sends every packet on all paths simultaneously. If any single path delivers the packet, your stream continues uninterrupted. Maximum reliability for mission-critical broadcasts.

Why Bond?

Single Connection

  • Single point of failure
  • No recovery when packets are lost
  • Manual quality adjustment
  • Stream drops when connection fails

OrbiBond Bonded

  • Multiple paths, no single point of failure
  • Automatic packet recovery
  • Real-time adaptive bitrate
  • Seamless failover, stream stays live
Streaming Output

Stream to any destination. OrbiBond supports all major streaming protocols out of the box.

OUT-01

SRT

Stream to any SRT-compatible ingest server. Full codec passthrough with no transcoding required.

OUT-02

RTMP

Direct output to Twitch, YouTube Live, Facebook Live, and any standard RTMP ingest point.

OUT-03

Enhanced RTMP

HEVC/H.265 streaming via Enhanced RTMP for platforms supporting next-generation codecs.

OUT-04

UDP Multicast

Forward bonded streams as multicast on your local network. Feed production switchers, multiviewers, and broadcast equipment. Optional RTP encapsulation.

OUT-05

NDI

Output bonded streams as NDI sources discoverable on your production network. Contact us for NDI-enabled server builds.

OUT-06

Multi-Destination

Fork the same bonded stream to multiple destinations simultaneously — SRT, RTMP, multicast, and NDI outputs running in parallel.

Platform Support
Docker
Available Now
iOS
Launching Soon
Android
Launching Soon
Linux
Coming Soon
Windows
Coming Soon
macOS
Coming Soon
Deploy with Docker

Self-host on any Linux server. Supports media bonding (MPEG-TS → SRT/RTMP/UDP/NDI), full network VPN bonding, or both simultaneously.

docker pull orbisports/orbibond-server:latest

docker run -d --name orbibond \
  --network host \
  --restart unless-stopped \
  -v orbibond-data:/app/data \
  orbisports/orbibond-server:latest \
  -p 28000 --web /app/web

This example runs media mode and explicitly serves the dashboard with --web /app/web. If you want VPN mode, you must also grant NET_ADMIN and /dev/net/tun access; otherwise the VPN path will not start.

Works With OrbiStudio

OrbiBond is built into OrbiStudio Pro. Bond your streams directly from your iPad production workflow.

Explore OrbiStudio