Skip to content

Releases: rdkcentral/MVT

v1.2.1

14 Sep 09:57
54b5ec6
Compare
Choose a tag to compare

v1.2.1 (2022-07-06)

[ 54b5ec6 ] Create a new config file with urls to videos using for creating media assets

Create a new config file with urls to videos using for creating media assets.
Remove unnecessary "BBB" and "TOS" from progressive test names.

v1.2.0

14 Sep 09:53
c3d653c
Compare
Choose a tag to compare

v1.2.0 (2022-07-06)

[ c3d653c ] Merge suites into single file suites.js

Before this change each test suite was declared in a separate file, resulting in a bunch of files with a single meaningful line.
This commmit merges all suites declaration into `suite.js`.
It also drops "DASH PlayReady shaka Tests" and "DASH PlayReady dashjs Tests" suites. PlayReady tests are now visible in "DASH shaka/dashjs Tests" suite. There is a little point in keeping a separate suite for the sake of 2 tests.
Filtering of DRM tests on platforms, which do not support it, should be achieved with the usage of profiles mechanism.

[ fe8142f ] Hide player version choices if not needed in selected testsuite

- Hide player version choices that are not needed in the selected testsuite.
- Add missing class in `style.css`.
- Code cleanup.

[ 2807b75 ] Correct repo name for git clone command

v1.1.0

14 Sep 09:53
809746a
Compare
Choose a tag to compare

v1.1.0 (2022-07-05)

[ 809746a ] Add engines versions to the URL and logic change

Add player version to the URL params, when selected player version is not the default one.

v1.0.2

14 Sep 09:52
88db535
Compare
Choose a tag to compare

v1.0.2 (2022-07-05)

[ 88db535 ] Rename hardware attribute into profile

Profile basically defines user-agent's capabilities and influences the subset of tests visible in the application. Variable name `hardware` was quite confusing, as the capabilities depend on both device and software running the MVT.
Additionally, merge old hardware configs into a single file `profiles.js`.

[ 3072a37 ] Fix typo in 0001_js_mse_eme_mvt.patch

[ 417a7c7 ] Do not commit js_mse_eme patch

v1.0.1

14 Sep 09:51
Compare
Choose a tag to compare

v1.0.1 (2022-06-24)

[ c6fbb82 ] Move assets generation to media directory

Create new folder `media` and moved there all bash scripts for creating media assets.

[ e8954ac ] [ONEM-26996] Unify hls/fmp4_multiaudio video segment size

Set more constraints on the stream generation to make sure that video segments are similar in size.

v1.0.0

12 Sep 10:13
Compare
Choose a tag to compare

v1.0.0 (2022-06-09)

INITIAL RELEASE

[ 3d6fb3d ] Add js_mse_eme submodule

[ dfadf16 ] Initial commit