wish-wg / webrtc-http-egress-protocol

WHEP - WebRTC HTTP egress protocol draft
4 stars 4 forks source link

Handle codec negotiation error #7

Open murillo128 opened 1 year ago

murillo128 commented 1 year ago

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

seanturner commented 3 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 3 months ago

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