Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Issue 2199373002: Reland of Use MediaRecorder to capture video for quality test. (Closed)

Created:
4 years, 4 months ago by ehmaldonado_chromium
Modified:
4 years, 4 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, phoglund+watch_chromium.org, feature-media-reviews_chromium.org, mcasas+watch+vc_chromium.org, tnakamura+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of Use MediaRecorder to capture video for quality test. (patchset #1 id:1 of https://codereview.chromium.org/2183873002/ ) The original CL caused a big regression after landing, as can be seen for example in https://chromeperf.appspot.com/group_report?keys=agxzfmNocm9tZXBlcmZyFAsSB0Fub21hbHkYgICgxozpqQkM,agxzfmNocm9tZXBlcmZyFAsSB0Fub21hbHkYgICght-9qAkM,agxzfmNocm9tZXBlcmZyFAsSB0Fub21hbHkYgICgxuK2sgkM I now tell ffmpeg the desired resolution for the output file, which should prevent causing such a big regression. Also removed unused Firefox case in getStreamFromElement_ function. Original issue's description: > Use MediaRecorder to capture video for quality test. > > Retrite the WebRTC video quality test to use the MediaRecorder API > instead of recording from a canvas. BUG=631458 TBR=phoglund@chromium.org Committed: https://crrev.com/62aca783c8e834c40bbade6e2076c583e9b51d61 Cr-Commit-Position: refs/heads/master@{#409765}

Patch Set 1 : verbatim https://codereview.chromium.org/2183873002/ #

Total comments: 1

Patch Set 2 : Tell ffmpeg the desired output resolution. #

Total comments: 3

Patch Set 3 : Ran 'git cl format.' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -209 lines) Patch
M chrome/browser/media/webrtc_video_quality_browsertest.cc View 1 2 4 chunks +42 lines, -61 lines 0 comments Download
M chrome/test/data/webrtc/video_extraction.js View 1 2 3 chunks +44 lines, -144 lines 0 comments Download
M chrome/test/data/webrtc/webrtc_video_quality_test.html View 1 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 45 (21 generated)
ehmaldonado_chromium
Created Reland of Use MediaRecorder to capture video for quality test.
4 years, 4 months ago (2016-08-02 16:01:28 UTC) #1
ehmaldonado_chromium
4 years, 4 months ago (2016-08-02 16:06:37 UTC) #2
ehmaldonado_chromium
I ran this locally and the numbers I got seem to agree with the ones ...
4 years, 4 months ago (2016-08-02 16:07:50 UTC) #3
kjellander_chromium
lgtm but please wait for mcasas' approval as well (I think it would be best ...
4 years, 4 months ago (2016-08-02 18:36:27 UTC) #4
mcasas
On 2016/08/02 18:36:27, kjellander_chromium wrote: > lgtm but please wait for mcasas' approval as well ...
4 years, 4 months ago (2016-08-02 19:01:33 UTC) #5
kjellander_chromium
On 2016/08/02 19:01:33, mcasas wrote: > On 2016/08/02 18:36:27, kjellander_chromium wrote: > > lgtm but ...
4 years, 4 months ago (2016-08-02 19:16:54 UTC) #6
mcasas
lgtm with two minor comments, and a corrected CL description. Also, if the reland additions ...
4 years, 4 months ago (2016-08-02 23:29:29 UTC) #7
ehmaldonado_chromium
PTAL
4 years, 4 months ago (2016-08-03 08:01:48 UTC) #12
ehmaldonado_chromium
4 years, 4 months ago (2016-08-03 08:01:55 UTC) #13
ehmaldonado_chromium
4 years, 4 months ago (2016-08-03 08:01:57 UTC) #14
ehmaldonado_chromium
https://codereview.chromium.org/2199373002/diff/1/chrome/test/data/webrtc/video_extraction.js File chrome/test/data/webrtc/video_extraction.js (right): https://codereview.chromium.org/2199373002/diff/1/chrome/test/data/webrtc/video_extraction.js#newcode81 chrome/test/data/webrtc/video_extraction.js:81: } else if (typeof element.mozSrcObject !== 'undefined') { Original ...
4 years, 4 months ago (2016-08-03 14:01:11 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2199373002/120001
4 years, 4 months ago (2016-08-04 07:41:35 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/230916)
4 years, 4 months ago (2016-08-04 07:47:33 UTC) #24
ehmaldonado_chromium
4 years, 4 months ago (2016-08-04 07:56:37 UTC) #26
ehmaldonado_chromium
tommi, please review/lgtm
4 years, 4 months ago (2016-08-04 08:03:24 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2199373002/120001
4 years, 4 months ago (2016-08-04 08:12:33 UTC) #30
tommi (sloooow) - chröme
lgtm after running git cl format. https://codereview.chromium.org/2199373002/diff/120001/chrome/browser/media/webrtc_video_quality_browsertest.cc File chrome/browser/media/webrtc_video_quality_browsertest.cc (right): https://codereview.chromium.org/2199373002/diff/120001/chrome/browser/media/webrtc_video_quality_browsertest.cc#newcode132 chrome/browser/media/webrtc_video_quality_browsertest.cc:132: const base::FilePath& webm_video_filename) ...
4 years, 4 months ago (2016-08-04 08:50:07 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/116010)
4 years, 4 months ago (2016-08-04 08:51:16 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2199373002/140001
4 years, 4 months ago (2016-08-04 09:30:06 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/204037)
4 years, 4 months ago (2016-08-04 10:54:46 UTC) #38
kjellander_chromium
On 2016/08/04 10:54:46, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 4 months ago (2016-08-04 11:38:29 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2199373002/140001
4 years, 4 months ago (2016-08-04 11:39:52 UTC) #41
commit-bot: I haz the power
Committed patchset #3 (id:140001)
4 years, 4 months ago (2016-08-04 12:08:45 UTC) #43
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 12:10:13 UTC) #45
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/62aca783c8e834c40bbade6e2076c583e9b51d61
Cr-Commit-Position: refs/heads/master@{#409765}

Powered by Google App Engine
This is Rietveld 408576698