SRT

Preview · Network ingest fabric · reach: direct · meters at $0.005/min. WAN-reachable (reach: direct) — an encoder/publisher hits a hosted *.wave.online edge worker directly. Also the bridge TARGETS that LAN fabrics convert to.

SRT is the broadcast workhorse for getting a clean feed into WAVE over an unpredictable public network — it recovers from packet loss and jitter that would wreck plain RTMP. Use it for live contribution from the field, a venue, or an encoder. Point any SRT-capable encoder (OBS, vMix, Haivision) at your WAVE SRT endpoint.

Hosted endpoint: srt.wave.online — fronted by the WAVE gateway (reach: direct).

Install

Adapter: @wave-av/transports/srt (wave-transports/srt).

# Stream into WAVE from any SRT encoder (caller mode)
srt://srt.wave.online:9000?streamid=$WAVE_KEY&latency=200

Every fabric authenticates with the same WAVE key (Authorization: Bearer $WAVE_KEY) and is gated by the same scope grant. A call carrying x-wave-protocol: srt is attributed to this fabric end-to-end.

API reference

The WAVE gateway (api.wave.online) enforces auth, scope, entitlement, and metering for SRT — the same contract as every other fabric.

Scopesrt:read / srt:write
Protocol tagx-wave-protocol: srt
Stripe meterwave_usage_duration_ms_srt
Price envSTRIPE_PRICE_STREAM_MIN_SRT
TransportNetwork ingest (network-ingest)
Reachdirect
Bridge targets
Spokehttps://srt.wave.online

A subscription to the SRT product grants both srt:read and srt:write. Usage is reported as wall-clock minutes under the metering dimension duration_ms:srt, which bills the live Stripe meter wave_usage_duration_ms_srt once STRIPE_PRICE_STREAM_MIN_SRT is provisioned. Read your own accumulated usage at GET /v1/usage (scope usage:read).

All fabric reference fields above are generated from the fabric-support contract (catalog/fabrics.json) and the pricing SSOT, so the docs can never drift from what the gateway actually enforces.

Pricing

MeterRateBilled unit
wave_usage_duration_ms_srt$0.005minute

Every transport fabric meters at the uniform $0.005/min anchor. Metering is wall-clock and mutually exclusive — a minute is billed under duration_ms:srt or the aggregate stream dimension, never both. Prices are inert until your subscription is attached; you are billed only for minutes the gateway observes.