Sean DuBois
Sean DuBois
Hey @richlegrand That is expected behavior. Chrome still allows non-mDNS if you [do getUserMedia](https://groups.google.com/g/discuss-webrtc/c/6stQXi72BEU) Do you know if the mDNS issue was fixed. I can make a PR if that...
Can you try setting https://github.com/sepfy/libpeer/blob/main/src/config.h#L53 to 0? I forget the exact GitHub issue. But if you are running against Pion you will get disconnects without that changed.
Nice find @oto313! How did you find this, I am really impressed! If you run `go test -v` locally you have some build/test failures. * Maybe we make this part...
Hey @Warchamp7 I coded up a implementation of this if you want to try it out! https://github.com/Sean-Der/obs-studio/pull/2 It adds a check box to enable/disable Simulcast  You can use it...
Great suggestion @voluntas! I have moved it. New builds from my PR now have it on the `Stream` tab. 
Hey @chhofi I would love to help! Mind moving conversation to https://github.com/Sean-Der/obs-studio/pull/2?
@Warchamp7 it doesn’t need to be capped to 2! WHIP doesn’t allow the server to control the users computer. The server is allowed to reject the users offer though! The...
I haven't seen it implemented either. At Twitch/IVS we disconnect the user if they exceed, but they are free to configure w/e they like in those constraints. I believe I...
I empathize with 'things should be better', but I can't change things. I am just implementing an existing protocol. I want this output to work with all the WebRTC providers/services...
> All of these examples have the server and client application controlled by the same party Discord/Facetime don't control the browser. They do a Offer/Answer exchange and they both implement...