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 the issue that duplicate AUDs are added and can't be played normally in MacOS. #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2016

  1. [What] Duplicate AUDs are added when the input H.264 already has AUD.…

    … And the output HLS stream or the ts files can't be played normal in Safari/QuickTime player. (the frame display becomes incorrect.)
    
    [Why] The size of AUD in the sample are 3 and "nalu_size != 2" is always true, so AUDs are added.
    [How] Remove the nalu_size checking and only check unit type.
    keicotu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    3fb5b92 View commit details
    Browse the repository at this point in the history