David Zhao
David Zhao
@AshishKumar4 the PR was ready to merge months ago, but several folks took issues with certain design decisions. We could merge as is, but in trying to be good citizens,...
@jech we are using this (and TCPMux) with LiveKit and only see packet loss when UDP buffer gets overwhelmed. (increasing it gets rid of the loss for us). https://github.com/livekit/livekit-server/blob/master/pkg/rtc/config.go#L70 Do...
what is considered double-stack? having both ipv4/6?
With livekit we are using UDP4 with the mux and that could explain the difference. The challenge with dual-stack is ensuring what's advertised to match the dest addr that we...
> Disabling IPv6 is of course not an option I agree having IPv6 is nice, but I would question if it's a must have. Is the slight connection speed improvement...
It'll only cause an issue on servers that don't support IPv4. we have not gotten any feedback about this. AFAIK, all major cloud vendors run their machines with dual stack....
Looks like the video is published at High profile level 3.1. WebRTC only supports H.264 constrained mainline 3.1 @davidliu seems like we'll need to force Android SDK to negotiate only...
@khmak3 thank you for sharing the codec info there. that's super helpful. 🙏
@dat0106 that's helpful to know.. it looks like Chrome decodes it incorrectly when it's also encoding on windows. By the way, you do not want to disable vp8 there. LiveKit...
try running `pod repo update` first