WEBRTC: No paced sending causes packets drop. #3690
jianjun0606
started this conversation in
Ideas
Replies: 1 comment
-
Why would it cause packet loss? If the UDP buffer is large enough, it shouldn't be a problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When playing WebRTC, the server-side sending is not smoothed, which may cause packet loss.
The attachment is my packet capture screenshot. You can see that the I-frame is sent within about 0.3ms, without smooth sending.
Beta Was this translation helpful? Give feedback.
All reactions