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: add support for #EXT-X-I-FRAMES-ONLY #173

Merged
merged 5 commits into from
Aug 16, 2024

Commits on Jul 25, 2023

  1. feat: add support for #EXT-X-I-FRAMES-ONLY

    Handles I-frames-only `segments`, providing a basis for the creation of trick-play functionality.
    
    **parse-stream.js**
    
    - add match statement for parsing the `EXT-X-I-FRAMES-ONLY` tag
    - add test case
    
    **parser.js**
    
    - add a property `iFramesOnly` to the `manifest`
    - add a function to validate the minimum version required
    - trigger a `warn` event if the minimum version required is not supported or undefined, as required by the specification
    - add test case
    
    https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.3.6
    
    - update `README.md` documentation
    amtins committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fd9c5e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    13c2885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38415a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    440e222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765e73c View commit details
    Browse the repository at this point in the history