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)

55 Branch
defect
Not set
normal

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
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
No longer blocks: MSE
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
We have no intention of supporting containers other than MP4 and webm with MSE
how can i realize a audio stream from ? is there a way for appending mp3 chunks to audiocontext?
yes, in an mp4 container
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
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.