Closed neilyoung closed 8 months ago
I checked the code and found, that you are entering WHEP mode if the id is != "". Changed the publish URL to "/", but same result
The problem seems to be the missing 201 status code.
Trying to figure out how to set this alongside with the other header manipulations here (neither a go fan nor pro):
w.Header().Set("Content-Type", "application/sdp")
w.Header().Set("Location", fmt.Sprintf("http://%s/%s", r.Host, pcid))
Yes, this is the problem. Creating a PR
http://localhost:8080/123
as WHIP URL in OBS StudioHere the SDP exchange as seen by Wireshark (public addresses obfuscated):
Any idea, what could go wrong? The SDP doesn't look too bad to me.
Looks like an ICE problem...