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

feat: Parse MPEG-TS PMT ES language and maximum bitrate descriptors (#369) #1311

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Dec 4, 2023

  1. feat: Parse MPEG-TS PMT ES language and maximum bitrate descriptors (s…

    …haka-project#369)
    
    This adds support for some MPEG-TS PMT elementary stream descriptors:
    - ISO639 Language Descriptor providing language code and audio type
    - Maximum Bitrate Descriptor providing peak stream bandwidth
    
    Those metadata are propagated to StreamInfo structures:
    - StreamInfo.language field
    - AudioStreamMetadata.max_bitrate field for audio streams
    - audio type is currently not propageted - field has to be added
    
    Test vector file containing those descriptors is provided.
    modernletter committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cfe23a0 View commit details
    Browse the repository at this point in the history