Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shaka-project/shaka-player
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.27
Choose a base ref
...
head repository: shaka-project/shaka-player
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.28
Choose a head ref
  • 12 commits
  • 24 files changed
  • 4 contributors

Commits on Sep 18, 2024

  1. fix(UI): Remove spinner and client side ad container elements when ca…

    …lling destroy (#7320)
    
    Fixes #7311
    
    Original author: @absidue
    avelad authored and joeyparrish committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    52b48be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd9382 View commit details
    Browse the repository at this point in the history
  3. fix(HLS): Fix uncaught error in slow network scenario (#7321)

    This case can occur with a live HLS in which the playlist timeout errors
    and that playlist is deactivated and changed to another one and this
    other one takes a long time to be received.
    avelad authored and joeyparrish committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    25d8f1b View commit details
    Browse the repository at this point in the history
  4. chore: Update bug template (#7330)

    avelad authored and joeyparrish committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    700ee77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d74d9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d40d9fa View commit details
    Browse the repository at this point in the history
  7. fix(Tizen): Adding gapPadding to gap manager to solve Tizen issue (#7331

    )
    
    Default value for Tizen set to 2 and can be configurable Solving issue
    associated to gapManager not able to pass the GAP on Tizen
    
    Fixes #7124
    
    Backported to v4.9.x
    Iragne authored and joeyparrish committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cbd0199 View commit details
    Browse the repository at this point in the history
  8. fix(offline): Text segments are downloaded before audio&video (#7336)

    Support for using the old parallel download mechanism is also added.
    
    Fixes: #4878
    avelad authored and joeyparrish committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    71c5f32 View commit details
    Browse the repository at this point in the history
  9. fix(DASH): Fix HTTP redirect during manifest update (#7339)

    Fixes #7323
    
    Backported to v4.9.x
    avelad authored and joeyparrish committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8df7cc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    7bd481f View commit details
    Browse the repository at this point in the history
  2. test: Don't fail tests when cast property can't be deleted (#7342)

    On some real Cast devices, you can't delete window.cast. This is fine,
    and shouldn't cause the test to fail. If this happens, skip the test
    instead. The test, which mocks everything including the platform
    detection and the Cast API, is still valid on platforms where we can get
    away with those mocks.
    joeyparrish authored and avelad committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    07d9c39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f62c7b6 View commit details
    Browse the repository at this point in the history
Loading