Releases: rdkcentral/MVT
Releases · rdkcentral/MVT
v1.2.1
v1.2.0
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
v1.0.2
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
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.