wish-wg / webrtc-http-egress-protocol

WHEP - WebRTC HTTP egress protocol draft
6 stars 7 forks source link

Handle codec negotiation error #7

Open murillo128 opened 2 years ago

murillo128 commented 2 years ago

How to handle the case when the stream's codec is not in the negotiated codecs?

seanturner commented 8 months ago

From Brisbane, if the stream's codec is not there why did you not negotiate it?

From Lorenzo: In WHEP, the subscriber sends the SDP offer: they don't know what the stream supports in advance.

jech commented 7 months ago

Please fail the whole session in that case. Dealing with partial failures is not worth the trouble IMHO.