Closed Janokisu closed 2 weeks ago
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
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
All supported formats can be played in moz-extension://
┆Issue is synchronized with this Jira Task
Sorry, this should be reported at https://bugzilla.mozilla.org/enter_bug.cgi?product=WebExtensions&component=Untriaged
What happened?
Ogg file cannot be played in moz-extension:// but other files (wav, mp3) formats work. But ogg works local (file://).
It comes the message
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