Issue metadata
Sign in to add a comment
|
Test MSE in video_ChromeHWDecodeUsed without network access |
||||||||||||||||||||||||
Issue descriptionVideo through MSE are tested in video_ChromeHWDecodeUsed. The test accesses crosvideo.appspot.com and playback video there now. However, if the site goes down, the test is failed. Since video_ChromeHWDecodeUsed is in bvt-cq, CQ build is failed if the test is failed. See crbugc.com/782509. We should not depend on the external site on the test, and test locally without network access.
,
Nov 14 2017
,
Nov 15 2017
I have a bunch of small mse demos in xorax.sea/mse.* and xorax.sea/shtemp/* (shaka) feel free to grab any of that code. Generating files is simple if you use webm, if you use mp4 you'll need to fragment them either with mp4 box or ffmpeg. There are plenty of tutorials on that though.
,
Nov 16 2017
I am thinking it over if we are able to use shaka-player.compiled.js and html source copied from shaka-player project. Because autotest directory is GPL v2.0 and Apache License v2.0. There is no compatibility between them.
,
Nov 17 2017
The license problem would be solved by putting the shaka files in third_party/chromiumos-overlay/chromeos-base. I will create a new directory there, like autotest-deps-shaka.
,
Dec 8 2017
A reviewer said it was preferred to build shaka-player and copy built js scripts to autotest file. I implement ebuild file. CL is crosreview.com/781599. The current problem is I couldn't use npm, which is required for building shaka-player. I think npm can be used if setting net-libs/iojs to shaka-player's "DEPEND." However, I failed building net-libs/iojs due to v8 codes error. I asked developers in cros-dev group. https://groups.google.com/a/chromium.org/forum/?hl=en#!topic/chromium-os-dev/HXCkYi-TPM8
,
Nov 20
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by posciak@chromium.org
, Nov 14 2017