Skip to content
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

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

Closed
wants to merge 1 commit into from

Conversation

griffobeid
Copy link
Member

Closes #80

@darioalessandro
Copy link
Member

hey @griffobeid did this fix the stutters?

@griffobeid
Copy link
Member Author

hey @griffobeid did this fix the stutters?

Yes it was much better after this

@darioalessandro
Copy link
Member

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

@griffobeid
Copy link
Member Author

#86 contains this commit

@griffobeid griffobeid closed this Jun 29, 2023
@griffobeid griffobeid deleted the issue-80 branch June 29, 2023 21:56
darioalessandro added a commit that referenced this pull request Jul 3, 2023
* Factor out AudioPeerDecoder and VideoPeerDecoder

* Created a new submodule `model/decode/`

* Factored screen, video, and audio decoding code out of
  `components/attendants.rs`, into `model/decode/peer_decoder.rs`

* Moved `components/video_decoder_with_buffer.rs` into `model/decode/`

* Moved configure_audio_context() from `model/mod.rs` into
  `model/decode/config.rs`

* Merge changes from #83 : Play packets in order

* cargo fmt

---------

Co-authored-by: Dario A Lencina-Talarico <darioalessandrolencina@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebTransport - playback packets in order
2 participants