mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
127 stars 41 forks source link

[Bug]: ogg don't work in moz-extension:// #15152

Closed Janokisu closed 2 weeks ago

Janokisu commented 2 weeks ago

What happened?

Ogg file cannot be played in moz-extension:// but other files (wav, mp3) formats work. But ogg works local (file://).

sound = new Audio("xy.ogg");
sound.play();

It comes the message

HTTP-Content-Type "video/ogg" wird nicht unterstützt. Laden der Medienressource moz-extension://xxxxx/xy.ogg fehlgeschlagen.

Medien konnte nicht abgespielt werden. Keine Dekoder für angefragte Formate: video/ogg

What did you expect to happen?

All supported formats can be played in moz-extension://

Is there an existing issue for this?

┆Issue is synchronized with this Jira Task

willdurand commented 2 weeks ago

Sorry, this should be reported at https://bugzilla.mozilla.org/enter_bug.cgi?product=WebExtensions&component=Untriaged