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

Issue 216893002: DISCUSS: Ideal browser behaviour for MP4 mime type canPlayType() query (Closed)

Created:
6 years, 9 months ago by amogh.bihani
Modified:
6 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, jam, darin-cc_chromium.org, xhwang, qinmin
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

DISCUSS: Ideal browser behaviour for MP4 mime type canPlayType() query This is with respect to CL https://codereview.chromium.org/150653008/ Proposal: audio/mpeg -> any codecs = "" audio/mp3 -> any codecs = "" audio/mp4 -> avc1.* = "" audio/mp4 -> avc3.* = "" audio/mp4 -> mp4a.* = "maybe" video/mp4 -> avc1.* = "maybe" video/mp4 -> avc3.* = "maybe" video/mp4 -> mp4a.* = "maybe" BUG=53193

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+407 lines, -407 lines) Patch
M content/browser/media/media_canplaytype_browsertest.cc View 1 chunk +407 lines, -407 lines 6 comments Download

Messages

Total messages: 11 (0 generated)
amogh.bihani
I have created this just for discussion so that I can move ahead on the ...
6 years, 9 months ago (2014-03-28 12:21:02 UTC) #1
amogh.bihani
> acolwell@ had stated that just "avc1", "avc3", "mp4a" are not RFC compliant, so > ...
6 years, 9 months ago (2014-03-28 12:22:06 UTC) #2
ddorwin
On 2014/03/28 12:22:06, amogh.bihani wrote: > > acolwell@ had stated that just "avc1", "avc3", "mp4a" ...
6 years, 8 months ago (2014-03-28 22:51:33 UTC) #3
scherkus (not reviewing)
apologies I hadn't been closely following the other discussion is this discussion limited to how ...
6 years, 8 months ago (2014-03-29 00:48:48 UTC) #4
acolwell GONE FROM CHROMIUM
On 2014/03/28 12:22:06, amogh.bihani wrote: > > acolwell@ had stated that just "avc1", "avc3", "mp4a" ...
6 years, 8 months ago (2014-03-29 01:21:35 UTC) #5
amogh.bihani
scherkus@ I have added comments on what should be "probably" but why can't we decisively ...
6 years, 8 months ago (2014-03-29 06:38:15 UTC) #6
amogh.bihani
So should I implement this? audio/mpeg = "probably" audio/mp3 = "probably" audio/mpeg -> any codecs ...
6 years, 8 months ago (2014-04-01 04:12:41 UTC) #7
amogh.bihani
For making canPlayType query strict for mp4 containers, I was thinking of using regular expressions ...
6 years, 8 months ago (2014-04-21 13:39:28 UTC) #8
ddorwin
On 2014/04/21 13:39:28, amogh.bihani wrote: > For making canPlayType query strict for mp4 containers, I ...
6 years, 8 months ago (2014-04-24 20:24:51 UTC) #9
amogh.bihani
Thanks. I'll make the changes https://codereview.chromium.org/216893002/diff/1/content/browser/media/media_canplaytype_browsertest.cc File content/browser/media/media_canplaytype_browsertest.cc (right): https://codereview.chromium.org/216893002/diff/1/content/browser/media/media_canplaytype_browsertest.cc#newcode416 content/browser/media/media_canplaytype_browsertest.cc:416: // audio/mpeg and audio/mp3 ...
6 years, 8 months ago (2014-04-25 08:57:19 UTC) #10
amogh.bihani
6 years, 6 months ago (2014-06-16 09:09:36 UTC) #11
Closing this Discussion thread as it's objectiv is complete.
The corresponding patch merged as r277386.
:)

Powered by Google App Engine
This is Rietveld 408576698