security-union / videocall-rs

teleconference system written in rust
https://www.videocall.rs
MIT License
1.36k stars 117 forks source link

Play packets in order and drop packets that arrive out of order #83

Closed griffobeid closed 1 year ago

griffobeid commented 1 year ago

Closes #80

darioalessandro commented 1 year ago

hey @griffobeid did this fix the stutters?

griffobeid commented 1 year ago

hey @griffobeid did this fix the stutters?

Yes it was much better after this

darioalessandro commented 1 year ago

Hey griffin, I refactored to using streams and I think that it works better than this PR

griffobeid commented 1 year ago

https://github.com/security-union/zoom-rs/pull/86 contains this commit