-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/v5 adaptation set switching (#4276)
* Refactor variable names * Remove RepresentationInfo.js * Add JSDoc for function in AbrController.js * WiP: Enable adaptation-set-switching-2016 * Fix some bugs when enabling Adaptation Set Switching * Adjust AS switching implementation * Add skeleton for PeriodTransitionStateModel.js * Fix various bugs around texttracks and SegmentBase addressing * Fix bug for non-segmented subtitles * Save last selected track to maintain same text and audio language when transitioning to a new period * For multiperiod content use bitrate from previous period for track selection * Fix race condition when MPD is updated * Start adjusting the ABR rules * Fix ABR rules to match the new structure * Fix a bug when identifying the possible compatible AdaptationSets * Fix a bug when reading the value of a role * WiP: Fix DroppedFramesRule.js * Fix dropped frames rule * Fix BOLA rule to be compliant with new endpoints in AbrController.js * Additional fixes to the rules to support dynamic filtering * Additional fixes for Bola and L2A rule * Additional fixes for Bola and L2A rule * Additional fixes for LolP rule * Fix segment abandon * Fixed some of the unit tests * Additional changes to fix the unit tests * fix unit tests * getAverageThroughput allows calculationmode and samplesize to be passed as input * Fix minor bugs * Add depliy script for v5 * Fix unit test * Fix bug in CmcdModel.js
- Loading branch information
Showing
106 changed files
with
3,248 additions
and
3,346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
browser-tools: circleci/[email protected].2 | ||
browser-tools: circleci/[email protected].6 | ||
|
||
executors: | ||
dashjs-executor: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: deploy | ||
name: deploy_latest | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: deploy | ||
name: deploy_nightly | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: deploy_v5 | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'v5.0.0' | ||
|
||
jobs: | ||
deploy_staging: | ||
if: github.repository == 'Dash-Industry-Forum/dash.js' | ||
uses: ./.github/workflows/deploy.yml | ||
with: | ||
envname: v5 | ||
deploy_path: '/377335/dash.js' | ||
secrets: | ||
host: ${{secrets.HOST}} | ||
user: ${{secrets.USER}} | ||
private_key: ${{secrets.PRIVATE_KEY}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.