-
-
Notifications
You must be signed in to change notification settings - Fork 408
Miss of built-in packet loss handling solutions #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does configure_nack help your case? https://github.com/webrtc-rs/webrtc/blob/master/src/api/interceptor_registry/mod.rs#L40 |
I will give it a try once I can and let you know, thanks! |
I also have the same issues with NACK. |
@aegroto, have you tried configure_nack? Does this help for your packet loss case? |
Hello, I'm sorry but I had no chance yet as I've been busy with other experiments. @giangndm I'm not sure we've got the same issues, my code doesn't make advantage of NACKs at all. |
Hello,
I'm trying to use this library to make some trials about real-time desktop streaming, but the video stream is nearly immediately corrupted because of packet loss/reordering. What's the suggested approach to handle this kind of issues? I've explored the examples but I can't see anything related to handling network errors, maybe I've missed it.
For anyone interested on exploring the project, this is the repo and the source code (right now mostly undocumented): https://github.com/aegroto/remotia/tree/webrtc-nohardrework
The text was updated successfully, but these errors were encountered: