WebRTC servers

In order to ingest a WebRTC stream from a remote server, add the corresponding WHEP URL into the source parameter of a path:

paths:
  proxied:
    # url of the source stream, in the format whep://host:port/path (HTTP) or wheps:// (HTTPS)
    source: wheps://host:port/path

If the remote server is a MediaMTX instance, remember to add a /whep suffix after the stream name, since in MediaMTX it’s part of the WHEP URL:

paths:
  proxied:
    source: whep://host:port/mystream/whep