mp3 support on Firefox MediaSourceExtension

前端 未结 2 976
后悔当初
后悔当初 2021-01-18 01:37

I\'m looking into implementing adaptive and progressive audio streaming in the browser, with no plugins. MSE is the HTML5 API I was waiting for, available in FF 42, but it

2条回答
  •  萌比男神i
    2021-01-18 02:19

    I use FF42 on linux, and, contrary to what I would believe reading the documentation on MDN, MediaSource API is not enabled by default.

    Have you tried to go in about:config and tweaking the parameters dealing with the codecs supported by the MediaSource API? I have switches for MP4 and webm. Not sure it would help for MP3, but it may be worth giving it a try.

提交回复
热议问题