Open
Bug 1602660
Opened 6 years ago
Updated 10 months ago
Webm file with odd audio track is detected as corrupted by Firefox - NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005)
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
NEW
People
(Reporter: nicolas.roy-renaud.1, Unassigned)
Details
(Keywords: parity-chrome, testcase)
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
- Try to open the attached file in VLC (or any video player)
- Try to open the attached file in Chromium (or any non-Firefox browser)
- Try to open the attached file in Firefox
Actual results:
VLC and Chromium can decode the file without issues, but Firefox reports it as being corrupted because of a problem with the audio track.
Expected results:
Firefox should decode the attached webm file correctly.
Comment 1•6 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0
20191209215019
It plays in Vivaldi 2.9. Browser Console output:
Media resource https://bugzilla.mozilla.org/attachment.cgi?id=9114798 could not be decoded. attachment.cgi
Media resource https://bugzilla.mozilla.org/attachment.cgi?id=9114798 could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) attachment.cgi
Status: UNCONFIRMED → NEW
Has STR: --- → yes
Component: Untriaged → Audio/Video: Playback
Ever confirmed: true
Keywords: parity-chrome,
testcase
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Summary: Webm file with odd audio track is detected as corrupted by Firefox → Webm file with odd audio track is detected as corrupted by Firefox - NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005)
Updated•6 years ago
|
Priority: -- → P2
Priority: P2 → P3
Comment 2•5 years ago
|
||
Looks like my case also - recorded this video (without audio) with this command:
ffmpeg -f x11grab -video_size 1920x1080 -framerate 25 -i :0 -c:v libvpx-vp9 out.webm
Plays in Chromium.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•