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 fu-a and stap-a packetization #48

Merged
merged 6 commits into from
Apr 19, 2024
Merged

Fix fu-a and stap-a packetization #48

merged 6 commits into from
Apr 19, 2024

Conversation

mat-hek
Copy link
Member

@mat-hek mat-hek commented Apr 17, 2024

  • Fixed the end bit in the last packet of a fu-a sequence that was not set when sent NALu size was divisible by the packet size. Now always set properly.
  • Fixed the NRI field in the stap-a header that was always set to 0. Now it's properly set (to the maximum of NRIs of NALus in the stap-a packet)
  • Fixed the F bit (incorrectly called reserved) always set to 0 in stap-a. Now it's properly set (to the maximum of F bits of NALus in the stap-a packet).

@mat-hek mat-hek requested a review from varsill April 17, 2024 15:52
@mat-hek mat-hek force-pushed the fix-fua branch 2 times, most recently from d3bca09 to 01699b0 Compare April 17, 2024 15:53
@mat-hek mat-hek merged commit 69f3361 into master Apr 19, 2024
3 checks passed
@mat-hek mat-hek deleted the fix-fua branch April 19, 2024 14: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.

2 participants