You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how would compound RTCP which needs to be SRTP-encrypted in a single call work?
I fail to understand the problem you mean. The RTCP compound packet is not split into N datagrams. It's not that way. When mediasoup needs to generate RTCP compound packets it calculates the total size it would need and instead generates N RTCP compound packets of size less than hardcoded MTU (13XX bytes AFAIR) and then it encrypts each compound packet independently before sending each one. Nothing changes here regarding that.
yeah but how often does the get bigger than the MTU?
How is that related to using this new UDP api in libuv? Absolutely nothing changes here no matter the total size of data to place in RTCP Compound packets.
Details
uv_udp_try_send2
.The text was updated successfully, but these errors were encountered: