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: prefetch audio languages. #6139

Merged
merged 14 commits into from Jan 29, 2024

Commits on Jan 22, 2024

  1. feat: prefetch audio languages.

    Implements the behavior outlines in shaka-project#6128.
    Adds `streaming.prefetchAudioLanguages` and `streaming.disableVideoPrefetch` options.
    
    Does not currently have `disableAudioPrefetch` and `disableTextPrefetch`.
    gkatsev committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5c97e6e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fixup prefetch tests

    gkatsev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    68a4dd9 View commit details
    Browse the repository at this point in the history
  2. fixup rest of prefetch tests

    gkatsev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4fc3490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    249f0ba View commit details
    Browse the repository at this point in the history
  4. CR comments

    gkatsev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d45ab28 View commit details
    Browse the repository at this point in the history
  5. switch to a stream getter

    gkatsev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c02164e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    bbbba61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e89ee View commit details
    Browse the repository at this point in the history
  3. add disableAudioPrefetch

    gkatsev committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d7d30a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    c41747b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4041c View commit details
    Browse the repository at this point in the history
  3. Fix init segment prefetching

    avelad committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8193dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a96836 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dcfe69 View commit details
    Browse the repository at this point in the history