Releases: rdkcentral/MVT
Releases · rdkcentral/MVT
v2.10.0
v2.10.0 (2023-09-14)
[ e406c39 ] Update UI screenshots in README file
- Add info about disabled PlayRate tests to README
- Update UI screenshots for the MVT main page and for the media coverage.
[ 9cf3a3e ] Change status of all dash-html5 tests to mandatory
[ 360466b ] Add MVT versioning and CHANGELOG
- Add new file CHANGELOG.md.
- Add MVT version info on the UI in the bottom right corner.
- Add info about versioning to the README.
v2.9.0
v2.9.0 (2023-07-25)
[ 86bb828 ] Add debug flag for mse players
- Add new swith `Debug` in the UI.
- When `Debug` switch is set to `on`, debug version of the engine player will be loaded and additional logs will be visible in the console.
- README updates.
[ 0e269ec ] Add unique urls for particular test cases
- Add new URL parameter `testnames` to avoid breaking link to test case, when its number will change in the future.
- Rename URL parameter `tests` to `testnumbers`.
v2.8.0
v2.8.0 (2023-07-20)
[ 7917c6f ] Add DRM support (Widevine, Playready), add hls.js and native players to Anyplayer
- Add Widevine support for AnyPlayer.
- Add PlayReady support for AnyPlayer.
- Add HLS.js and native player support to AnyPlayer.
- Major UI changes in AnyPlayer (new design and controls).
[ 74ab181 ] Set some MULTIPERIOD tests back as stable and mandatory
v2.7.0
v2.7.0 (2023-07-18)
[ 8dccf9c ] Integrate Widevine tests, fix for MULTIAUDIO AudioTracks and changed logic in index.html
- Add Widevine implementation.
- Add generating Widevine streams with shaka-packager.
- Add little delay between scripts load, change in Audiotracks test and in profile selection.
- Major change in scripts loading inside `index.html`.
- Update codecs for Widevine streams, disable CBCS on hlsjs.
v2.6.1
v2.6.0
v2.6.0 (2023-06-22)
[ 2bebd1c ] Add PlayReady 4.0 test, upgrade default versions for HLS.js and Dash.js players
- Add `DASH PlayReady 4.0 CBCS` test [ONEM-25815].
- Upgrade `HLS.js` player default version from 1.3.0 to 1.4.5 [ONEM-31111].
- Upgrade `Dash.js` player default version from 4.4.0 to 4.7.0.
- Set `HLS.MP2TS_AVC_AAC` as mandatory [ONEM-28092].
- Move libraries import from script in 'body' to the 'head' section in index.html.
v2.5.1
v2.5.0
v2.5.0 (2023-01-17)
[ d3a5fcf ] Change the way of loading players engine and default versions
Logic in players engines loading change.
Before: all players were loaded for each testsuite.
After: player engine is loaded only when needed, for example in testsuite `dash-dashjs-test` only DASH.js engine is loaded.
Additionally default players versions were bumped to the newer versions.
[ 41c68cb ] Mark CMAF_HEVC_AAC tests in dash html5 test suite as unstable
v2.4.1
v2.4.0
v2.4.0 (2022-11-16)
[ c869ff9 ] Delete .htaccess
Reason: it causes problems with dash-html5 testsuite, streams are not available for tests (error 403).
[ 4f61802 ] [security] Remove access for browsing source files
- Disable access for browsing source files via web browser.
- Do not include git files in the docker image.
- Change MVT directory from "/usr/local/apache2/htdocs" to "/home/MVT".
- Add httpd.conf, .dockerignore and .htaccess files.