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

Raise maximum NALU count #64

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Raise maximum NALU count #64

merged 1 commit into from
Aug 22, 2023

Conversation

milaq
Copy link
Contributor

@milaq milaq commented Aug 17, 2023

First off: Awesome work! Thanks for taking your time to create such an awesome project.

Similar to 169c5a3 here goes my humble request to raise the NAL limits a bit:

Raising the maximum NAL unit count from 20 to 21 allows for streaming with recent encoders' "zerolatency" tune mode.

Fixes the "unable to decode AVCC: NALU count (21) exceeds maximum allowed (20))" error messages and allows for potential sub-second latency streaming with older protocols (e.g. RTMP).

Raising the maximum NAL unit count from 20 to 21 allows for streaming with
recent encoders' "zerolatency" tune mode.

Fixes the "unable to decode AVCC: NALU count (21) exceeds maximum allowed
(20))" error messages and allows for potential sub-second latency streaming
with older protocols (e.g. RTMP).
@aler9
Copy link
Member

aler9 commented Aug 22, 2023

merged, thanks

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #64 (f681cbc) into main (742db52) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #64   +/-   ##
=======================================
  Coverage   83.79%   83.79%           
=======================================
  Files          56       56           
  Lines        4826     4826           
=======================================
  Hits         4044     4044           
  Misses        570      570           
  Partials      212      212           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aler9 aler9 merged commit da60416 into bluenviron:main Aug 22, 2023
@aler9
Copy link
Member

aler9 commented Aug 30, 2023

added in MediaMTX v1.0.1

@milaq
Copy link
Contributor Author

milaq commented Sep 3, 2023

Thanks for the fast integration! 🥇

@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants