Skip to content

Releases: rdkcentral/MVT

v2.10.0

14 Sep 12:36
ba3518e
Compare
Choose a tag to compare

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

14 Sep 10:09
86bb828
Compare
Choose a tag to compare

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

14 Sep 10:09
7917c6f
Compare
Choose a tag to compare

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

14 Sep 10:09
8dccf9c
Compare
Choose a tag to compare

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

14 Sep 10:09
19c17ea
Compare
Choose a tag to compare

v2.6.1 (2023-07-03)

[ 19c17ea ] Mark Dash_shaka_Dynamic_Seek test as unstable

[ 01ee8c8 ] Change seek positions for dynamic source

Change for live content in seek. After this change we make seek only backwards, not forward.

v2.6.0

14 Sep 10:08
2bebd1c
Compare
Choose a tag to compare

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

14 Sep 10:08
21403b0
Compare
Choose a tag to compare

v2.5.1 (2023-02-24)

[ 21403b0 ] Correct tests to be marked as stable or unstable

v2.5.0

14 Sep 10:08
d3a5fcf
Compare
Choose a tag to compare

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

14 Sep 10:07
4e8b4c4
Compare
Choose a tag to compare

v2.4.1 (2022-11-24)

[ 4e8b4c4 ] Update dockerfile

v2.4.0

14 Sep 10:07
c869ff9
Compare
Choose a tag to compare

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.