mozilla / shumway

Shumway is a Flash VM and runtime written in JavaScript
Apache License 2.0
3.68k stars 396 forks source link

Stream MP3 packets #901

Open yurydelendik opened 11 years ago

yurydelendik commented 11 years ago

Media Source Extension does not define what to do with MP3 format yet. Web Audio API spec is not going to add any MP3 decoding APIs in nearest future. The feature is needed to play back network streams and embedded sound streams.

If MP3 format will not be supported by API, there is also a possibility to wrap MP3 packets into fMP4 format (see #900)

yurydelendik commented 11 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=932516