Closed
Bug 838982
Opened 13 years ago
Closed 9 years ago
codecdetect.com doesn't detect MPE4, M4A, MP3, AAC, and WAVE
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cpearce, Unassigned)
References
()
Details
(Whiteboard: [video] [js] [needsdiagnosis])
Attachments
(1 file)
44.30 KB,
image/png
|
Details |
On Win8 with the new WMF backend, CodecDetect.com doesn't detect support for the formats we now support. IE and Chrome don't get full marks either, so maybe the page is testing the wrong codecs params.
Comment 1•11 years ago
|
||
Looks like a site bug
Component: Video/Audio → Desktop
Product: Core → Tech Evangelism
Comment 2•11 years ago
|
||
He's the screenshot from the site using latest Nightly
Comment 3•11 years ago
|
||
Should we mark it as INVALID?
Site code is here - https://github.com/jansensan/codec-detect
Flags: needinfo?(cpearce)
![]() |
||
Comment 4•11 years ago
|
||
The code is indeed fine. They test appropriately the feature:
for example:
isMPEG4VideoSupported = "" !== video.canPlayType('video/mp4; codecs="mp4v.20.8"');
in
https://github.com/jansensan/codec-detect/blob/master/assets/js/main.js
Please reopen if I have missed something.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(cpearce)
Resolution: --- → INVALID
Whiteboard: [video] [js]
Reporter | ||
Comment 5•11 years ago
|
||
The code is totally wrong.
They testing for AAC like so:
isAACAudioSupported = "" !== audio.canPlayType('audio/aac; codecs="mpeg 4, aac"');
https://github.com/jansensan/codec-detect/blob/master/assets/js/main.js#L231
That is totally wrong, and it doesn't return true on any major browser on Windows.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
![]() |
||
Comment 6•11 years ago
|
||
Ah good grief! Chris.
Maybe https://github.com/jansensan/codec-detect/issues
is a better place to report this.
![]() |
||
Comment 7•9 years ago
|
||
http://codecdetect.com/
The page returns for Firefox Nightly on Macosx
# Video Codecs
MPEG4 is not supported
H264 is probably supported
OGG is probably supported
WEBM is probably supported
# Audio Codecs
MP3 is maybe supported
AAC is probably supported
WEBM is probably supported
OGG (Vorbis) is probably supported
OGG (Opus) is probably supported
Wave is probably supported
Is there an issue? Chris
if Yes, could you open on https://github.com/jansensan/codec-detect/issues/new
Flags: needinfo?(cpeterson)
Whiteboard: [video] [js] → [video] [js] [needsdiagnosis]
Comment 8•9 years ago
|
||
cpearce: you reopened this bug last year. Is this a website bug? Is this still an issue?
Flags: needinfo?(cpeterson) → needinfo?(cpearce)
Reporter | ||
Comment 9•9 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #8)
> cpearce: you reopened this bug last year. Is this a website bug? Is this
> still an issue?
This was a bug in codecdetect's JS. It's been fixed.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 9 years ago
Flags: needinfo?(cpearce)
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•