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

[HLSTree] Fixes for parser regressions #1364

Merged
merged 3 commits into from
Aug 30, 2023

Commits on Aug 26, 2023

  1. [AdaptiveTree] Removed some uses of RemoveParameters

    The current RemoveParameters method can be misleading and can delete required url parts
    CastagnaIT committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e69a203 View commit details
    Browse the repository at this point in the history
  2. [HLSTree] Check for already add uri variant/rendition

    Some manifests can have multiple audio rendition GROUPS with differents audio
    codecs
    means that multiple Variants with same uri but different AUDIO group may exists and we should not add them more times
    
    Similar thing seem to happens for Renditions despite seem less common thing,
    more Renditions with identical properties (and so same uri) but different GROUP-ID may exists, and we should not add them more times
    CastagnaIT committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1ef93cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec75b62 View commit details
    Browse the repository at this point in the history