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

H26x packet handling fixes #86

Merged
merged 2 commits into from
Nov 12, 2021
Merged

H26x packet handling fixes #86

merged 2 commits into from
Nov 12, 2021

Conversation

fador
Copy link
Member

@fador fador commented Nov 10, 2021

Fixed a bug causing a small packet handling to continue to the "large" packet handling, where it should never go.
Also added a fix removing the limitation of at least 3 bytes for the NALU, which should not be needed

#82

 * Caused uvgrtp to crash because it would continue to large packet handling from the small packet handling
 * I see no reason to limit the data amount and additionally subtracting 3 from the data_len seems incorrect
@jrsnen
Copy link
Member

jrsnen commented Nov 12, 2021

Thanks!

@jrsnen jrsnen merged commit b9de6ad into master Nov 12, 2021
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.

None yet

2 participants