Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Mp3 Files in HTML5 Audio player are working fine in Windows browsers but not playing song in Linux browsers. Please help

  • 1 risposta
  • 2 hanno questo problema
  • 8 visualizzazioni
  • Ultima risposta di cor-el

more options

I have build an Audio player with HTML5 and jquery. Its working fine in firefox browser in windows OS. But when i run that code on Linux OS browser. It doesn't play the song. Is this a bug or there is problem in my code ? Please help

I have build an Audio player with HTML5 and jquery. Its working fine in firefox browser in windows OS. But when i run that code on Linux OS browser. It doesn't play the song. Is this a bug or there is problem in my code ? Please help

Tutte le risposte (1)

more options

On Linux you need proper GStreamer support to play mp3 files with the HTML5 media player.

  • media.gstreamer.enabled = true
  • Bug 794282 - Enable GStreamer in official builds