youtube / js_mse_eme

js_mse_eme is an externally-published tool that is aimed to test the validity of a browser's HTML5 Media Source Extension and Encrypted Media Extension implementations
Apache License 2.0
91 stars 58 forks source link

Detailed readme #49

Closed harishnb closed 4 years ago

harishnb commented 4 years ago

Where can I find a detailed readme which has instructions for : 1) downloading complete repo + submodules 2) executing steps 3) The results expected.

jiaqzhao commented 4 years ago

We don't have a detailed readme. Hope the following helps.

  1. We just removed the use of submodules, but for using submodules, you could follow the official guide from GitHub. To download the repo, you can either download the zip from GitHub or use git clone.
  2. You need to host it from your server, and setup the media files, we do not provide such in GitHub at the moment. After this setup, you just need to navigate through the test suite of interest and either click "Run All" or individual test.
  3. Test results may vary from different devices, but we try take into device capabilities into account, and so all tests are expected to pass.
harishnb commented 4 years ago

Sorry to reopen, in the main.html I commented the JS which are not present and the page was up without error. Can you please provide path to the medias so that I can test.