Expand description
HTTP-server side: accept WHIP/WHEP offers from remote clients.
Accepts offers that publish into moq_net::origin::Producer (WHIP
/ server publish) and pull from moq_net::origin::Consumer (WHEP /
server subscribe). The HTTP listener itself is the caller’s
responsibility; the moq-cli rtc subcommand mounts the bundled axum
routers (the server feature) under an HTTP server.
Modules§
Structs§
- Config
- Configuration shared by both
server publishandserver subscribe. - Response
- The result of a WHIP/WHEP
whip::accept/whep::accept: the SDP answer to return to the client, plus an opaque resource id for theLocationheader (the RFC 9725 session resource URL). - Server
- Shared WebRTC media state: the UDP mux and live sessions behind
whip::acceptandwhep::accept.