-
Notifications
You must be signed in to change notification settings - Fork 8
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
No Location header in response when using WHIP #19
Comments
@lminiero glad to see you again! 😄 You are right!
But, to your questions, Lorenzo, I have been carefully re-reading the current spec,
I think client developers who want to support both models, would need to provide an option at the client side: "all-candidates-in-sdp", or some thing like this. See the my bolded text:
|
I also posted a question regarding this to the list. |
Yeah, and trickling candidates from the WHIP client is in principle not needed, if the server supports prflx candidates for instance. The issue I see, though, is that apparently ICE is never starting on the WHIP client side, and I'm wondering if the fact we never manage to send any candidate to deadsfu (trickle in WHIP not supported, and we're not putting them in our SDP offer) may be the cause. I'll investigate later today. |
Mh the issue was actually different, as I was getting this SDP answer back:
The reason was I was offering VP8, that's apparently unsupported? Anyway, that caused audio not to be published either. Changing the pipeline to send H.264 instead did work ✌️ |
@lminiero Lorenzo, thanks for trying those!!! |
I may not get to this immediately, unfortunately, but it's clearly very important. |
Hi there, it's me again 😄
I'm still working on those WHIP interop tests, so after getting your WHIP/WHAP client to work with my WHIP server (and Janus), I now wanted to test my WHIP client with deadsfu instead.
A first attempt got my WHIP client to crash, and apparently the cause was a missing
Location
header for the WHIP resource in the response to the POST. I fixed the crash in my client, but this now means I have no way to trickle candidates to deadsfu the WHIP way. Is this indeed not supported anymore? Should candidates be added as part of the SDP offer instead? If so I'll have to update the WHIP client as I think I don't support this yet.Thanks!
The text was updated successfully, but these errors were encountered: