Expand description
Per-codec bridges between moq-mux and str0m.
Two directions:
- Ingest (
Bridge): str0m hands a decoded codec frame viaEvent::MediaData; the bridge converts it into the shape the moq-mux importer expects and publishes it. - Egress (
Track): the egress source subscribes to a moq-mux broadcast and the track yields RTP-ready codec frames that the session loop hands tostr0m::media::Writer::write.
Modules§
Structs§
- Frame
- One codec frame received from str0m, paired with a microsecond timestamp.
- Packetized
Frame - One RTP-ready codec frame produced by an egress
Track. - Track
- A subscribed moq-mux track, normalized to the bitstream shape str0m’s Frame API expects.
Traits§
- Bridge
- Bridges depacketized media frames from str0m to a hang broadcast track.