Skip to content

Instantly share code, notes, and snippets.

@englishm-ietf
Created March 30, 2023 09:05
Show Gist options
  • Save englishm-ietf/48cbab582f8a748d8ebab0b2c47c9d5c to your computer and use it in GitHub Desktop.
Save englishm-ietf/48cbab582f8a748d8ebab0b2c47c9d5c to your computer and use it in GitHub Desktop.

Here's what I'm imagining:

sequenceDiagram
    participant wc as WHEP Client
    participant ws as WHEP Server
    wc->>+ws: GET /whep/stream123
    ws-->>wc: HTTP Response with SDP Offer body, Link header "/whep/stream123/session456", optional header with ICE servers
    wc->>ws: POST /whep/stream123/session456 with SDP Answer body
    ws-->>wc: 201 Created
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment