-
Notifications
You must be signed in to change notification settings - Fork 1
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: play unprotected SRG SSR contents from urns #26
feat: play unprotected SRG SSR contents from urns #26
Commits on Aug 4, 2023
-
chore(npm): script property update
Improves unit-testing development experience by displaying individual test suite results with the test suite hierarchy. - modifies `test` script by adding `--verbose` option - adds `test:watch` script to automatically restart unit tests when source files are modified
Configuration menu - View commit details
-
Copy full SHA for 5ca4e5f - Browse repository at this point
Copy the full SHA 5ca4e5fView commit details -
chore(parcel): configuration update
Uses `@parcel/transformer-js` to suppress `babel` warnings at compile time. - adds `transformer` object to `.parcelrc` configuration file
Configuration menu - View commit details
-
Copy full SHA for a93ab7b - Browse repository at this point
Copy the full SHA a93ab7bView commit details -
chore(eslint): configuration update
Adds `jest` support and updated `linter` rules.
Configuration menu - View commit details
-
Copy full SHA for 359fe38 - Browse repository at this point
Copy the full SHA 359fe38View commit details -
Configuration menu - View commit details
-
Copy full SHA for df73262 - Browse repository at this point
Copy the full SHA df73262View commit details
Commits on Aug 8, 2023
-
chore(eslint): allow unused vars
- updates `eslint` configuration to ignore unused vars starting by `_`
Configuration menu - View commit details
-
Copy full SHA for e752522 - Browse repository at this point
Copy the full SHA e752522View commit details -
feat(image): adds scaling url generation
Adds support for the image scaling service provided by IL. - adds class to generate image scaling URL - adds test coverage and mock file
Configuration menu - View commit details
-
Copy full SHA for 0350f8f - Browse repository at this point
Copy the full SHA 0350f8fView commit details -
feat(mediaComposition): add data model used by SRGSSR
This class represents the data model used by `SRGSSR` to describe a media object. It also provides functions for easy access to the object's properties. - adds `MediaComposition` class - adds unit tests - adds mock files
Configuration menu - View commit details
-
Copy full SHA for dde07f2 - Browse repository at this point
Copy the full SHA dde07f2View commit details
Commits on Aug 11, 2023
-
feat: play unprotected SRG SSR contents from urns
Allows playback of any unprotected SRG SSR content from its URN. - adds `DataProvider` which is in charge of retrieving the `MediaComposition` - adds `SrgSsr` middleware for resolving `srgssr/urn` sources - updates demo with sample sources - adds test coverage for `DataProvider` and `SrgSsr` classes - adds mock files Resolves #24
Configuration menu - View commit details
-
Copy full SHA for ee569b9 - Browse repository at this point
Copy the full SHA ee569b9View commit details