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

Fix WEBM packet retry (sending | receiving) #917

Merged
merged 1 commit into from
Apr 14, 2023
Merged

Conversation

jonoomph
Copy link
Member

Fix webm packet reading, to correctly retry packets. Sometimes we must send more packets before receiving decoded data, and sometimes we must receive more decoded data before sending additional packets. We had a logic error in this code. This is a delicate dance, and we had an infinite loop... oops.

…t send more packets before receiving decoded data, and sometimes we need to receive more decoded data before sending more packets. We had a logic error in this code.
@jonoomph
Copy link
Member Author

@jonoomph jonoomph changed the title Fix WEBM packet reading, to correctly retry packets Fix WEBM packet retry (sending | receiving) Apr 14, 2023
@jonoomph jonoomph merged commit b21a686 into develop Apr 14, 2023
@jonoomph jonoomph deleted the webm-packet-retry branch April 14, 2023 23:54
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.

1 participant