Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle codec negotiation error #7

Open
murillo128 opened this issue Jul 25, 2022 · 2 comments
Open

Handle codec negotiation error #7

murillo128 opened this issue Jul 25, 2022 · 2 comments

Comments

@murillo128
Copy link
Collaborator

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

@seanturner
Copy link

seanturner commented Mar 19, 2024

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
Copy link

jech commented Apr 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants