Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Firefox Quantum on Linux don't play html5 audio .ogg and .mp3

  • 4 Antworten
  • 1 hat dieses Problem
  • 11 Aufrufe
  • Letzte Antwort von e_defranco

more options

I have installed today new Firefox Quantum on xubuntu 12.04 64bit and I seen that it cannot play html5 audio as: <audio id="audio1" src="audio/test/audio1.ogg" preload="auto" loop autoplay="autoplay"></audio> Pevious version FF 48 and FF 52 play it whitout problem.

I tested with test_audio.canPlayType('audio/mpeg;') and it return an empty string, but test_audio.canPlayType('audio/ogg; codecs="vorbis"') give me "probably".

Is a bug ?

Thank in advance,

Emilio

I have installed today new Firefox Quantum on xubuntu 12.04 64bit and I seen that it cannot play html5 audio as: <audio id="audio1" src="audio/test/audio1.ogg" preload="auto" loop autoplay="autoplay"></audio> Pevious version FF 48 and FF 52 play it whitout problem. I tested with test_audio.canPlayType('audio/mpeg;') and it return an empty string, but test_audio.canPlayType('audio/ogg; codecs="vorbis"') give me "probably". Is a bug ? Thank in advance, Emilio

Alle Antworten (4)

more options

In the address bar, type about:config and press Enter.

The about:config "This might void your warranty!" warning page may appear. Click I accept the risk! to continue to the about:config page.

Search for security.sandbox.content.level and set it to 2.

Restart Firefox.

more options

Thank you for your very quickly answer !

I tried but not working: don'play !!

I have also tried to set it to 1 but .. nothing: not working (obviously I have restarted FF after the modifications)

Maybe is a bug ?

Emilio

more options

Report bugs @ https://bugzilla.mozilla.org -- you will need to make an account, once you have done so follow the documentation for bug filing to get you started.

more options

Thank, I just done.

I have also prepared a test page (you can see at www.etelindustriale.net/test_audio.htm

The page have many java script ... maybe the problem is an "interference" between one script and another ...

I have not tested on mobile version, but I will be in the next days.

Geändert am von e_defranco