Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 971 Bytes

whep.md

File metadata and controls

11 lines (8 loc) · 971 Bytes

Whep

As discussed in this blog by Lorenzo Miniero, there are two ways to set up a WHEP session.

  1. The client originates an SDP offer (stating their intention of receiving specific media), and wait for an answer from the WHEP server, or
  2. ask the WHEP server to provide an SDP offer instead (with a description of the media session), and then provide the SDP answer in a further exchange. This approach was axed in the latest WHEP draft.

For testing purpose, we find two WHEP players.

  1. whepsrc (from gst-plugin-rs ). It takes the initiative and generate an SDP offer.
  2. whep player (from Eyevinn). It expects the server to provide an SDP offer.

For end-to-end test, wrtc-egress is available.