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

Update development branch with the latest from dash.js #2

Merged
merged 14 commits into from
Jan 5, 2024

Commits on Oct 9, 2023

  1. Fix/scheduling (#4296)

    * Fix bug in the request logic in case fastswitch is enabled. If there is no request that corresponds to a segment in the buffer to be replaced then perform a default quality switch.
    
    * Do not check for a new quality in case we are already performing a default quality switch
    dsilhavy committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    edf89c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Js docs menu blocks (#4280)

    * JSdoc menu blocks solved by install new template foodoc
    
    * Solve JSdocs menu blocks by installing new template and add custom css
    
    * Revert package-lock.json to a previos state
    abdulaziz-bd committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9bc5f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    536371a View commit details
    Browse the repository at this point in the history
  3. Fix/segment abandon (#4297)

    * Fix handling of the AbandonRequest rule.
    dsilhavy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    425fa72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f66a52 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    ee8d5f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Remove outdated cues from track when adding a new cue. (#4305)

    * Remove outdated cues from track when adding a new cue.
    
    * Change ranges for which to remove the outdated texttracks. Shall be from 0 to currenttime - bufferToKeep
    dsilhavy committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    66d0785 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add new BBC R&D Test Streams to Reference Player (#4310)

    * Update and add BBC reference player streams
    
    * Alterations to BBC test streams
    mattjuggins committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7320c8f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Fix/control bar (#4314)

    * Added fix for #4291 and #4287
    
    * Cleaned up leftover comment
    ShikiSeiren committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cb75b77 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Feature/managed media source (#4319)

    * Starting point for some tests with ManagedMediaSource. No way to check the implementation at this point, no debug device available.
    
    * Fix a mediasource selection bug and add logging output
    
    * Add missing checks to enable playback on iOS Safari
    
    * Only try to add event listener for "startstreaming" and "endstreaming" if we are using the ManagedMediaSource
    
    * Sort function list
    dsilhavy committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2b957f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    01117ab View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    7025589 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    697f86a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Use imscJS v1.1.4 (#4324)

    * Switch to imsc 1.1.4 now it has been released.
    nigelmegitt committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    fcb89e1 View commit details
    Browse the repository at this point in the history