Closed
Bug 1367333
Opened 8 years ago
Closed 8 years ago
[MSE] _mediaSource.addSourceBuffer('audio/mpeg') cannot decode format audio/mpeg
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1169485
People
(Reporter: opensource.publicocean0, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Steps to reproduce:
_mediaSource.addSourceBuffer('audio/mpeg')
give error but audio/mpeg normally works inside audio tag.
Actual results:
gives unsupported type
Reporter | ||
Comment 1•8 years ago
|
||
Blocks: MSE
Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core
Summary: _mediaSource.addSourceBuffer('audio/mpeg') → [MSE] _mediaSource.addSourceBuffer('audio/mpeg') cannot decode format audio/mpeg
Updated•8 years ago
|
Comment 3•8 years ago
|
||
We have no intention of supporting containers other than MP4 and webm with MSE
Reporter | ||
Comment 4•8 years ago
|
||
how can i realize a audio stream from ?
is there a way for appending mp3 chunks to audiocontext?
Comment 5•8 years ago
|
||
yes, in an mp4 container
Reporter | ||
Comment 6•8 years ago
|
||
I found it audio-feeder in js ... but it is too much long to adapt mp3 decoder for feeding ... and i m not sure a mobile device cpus can support this process.
Ok mp4 container is already working .
now i m working now on matroska demuxer ... :) i hope it will be fast
Comment 7•8 years ago
|
||
a mp4 muxer is rather lightweight; there will be no problem for a modern mobile phone to perform this remuxing on the fly in JS.
Plenty of content providers already doing so.
You need to log in
before you can comment on or make changes to this bug.
Description
•