Video on https://webvideo-js.pages.dev/ does not play
Categories
(Core :: Audio/Video: Web Codecs, defect)
Tracking
()
People
(Reporter: mayankleoboy1, Assigned: chunmin)
References
(Blocks 1 open bug, )
Details
Attachments
(6 files, 1 obsolete file)
Go to https://webvideo-js.pages.dev/
Click on the video to start playing
AR: Video keeps on loading. There is no error in console.
ER: It should play, Chrome does.
Reporter | ||
Comment 1•10 months ago
|
||
Comment 2•10 months ago
|
||
The severity field is not set for this bug.
:padenot, could you have a look please?
For more information, please visit BugBot documentation.
![]() |
||
Comment 3•10 months ago
|
||
Support for webcodecs has not shipped yet.
Comment 4•8 months ago
|
||
This is caused by the website not passing extradata/description to the decoder. Chrome plays it though.
Comment 5•8 months ago
|
||
Assignee | ||
Comment 6•6 months ago
|
||
Assignee | ||
Comment 7•6 months ago
|
||
Depends on D219146
Updated•6 months ago
|
Updated•6 months ago
|
Updated•6 months ago
|
Updated•6 months ago
|
Assignee | ||
Comment 8•6 months ago
|
||
Assignee | ||
Comment 9•6 months ago
|
||
Depends on D220505
Assignee | ||
Comment 10•6 months ago
|
||
In brief, when the description
is not present in AudioDecoderConfig
for mp4a.*
codec, the data stream is assumed to be in adts format. However, the provided data is in raw AAC format, so the audio cannot be decoded correctly.
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Assignee | ||
Comment 11•5 months ago
|
||
Depends on D220506
Assignee | ||
Comment 12•5 months ago
|
||
Depends on D221224
Comment 13•5 months ago
|
||
Comment on attachment 9423068 [details]
Bug 1891082 - Add WPT testing AAC AudioDecoderConfig w/o description
Revision D221279 was moved to bug 1917721. Setting attachment 9423068 [details] to obsolete.
Comment 14•5 months ago
|
||
Comment 15•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/173ac1b6ad6e
https://hg.mozilla.org/mozilla-central/rev/8e10bbcaccea
https://hg.mozilla.org/mozilla-central/rev/85611c424c13
https://hg.mozilla.org/mozilla-central/rev/02c9b1fb72c8
https://hg.mozilla.org/mozilla-central/rev/ec6625c1ead2
Updated•4 months ago
|
Comment 16•4 months ago
|
||
Reproducible on a 2024-09-08 Nightly build on Windows 10.
Verified as fixed on Firefox 132.0b2 and Firefox Nightly 133.0a1 on Windows 10, Ubuntu 22, macOS 14.
Description
•