Mozilla browser does not play mp3 files in the <audio> . Is it possible to somehow make it play? It is clear that you can convert to another format, but this is not the case. Is there any humane way?

  • one
    In firefox, with some file types, so far, normally only some types work through html5, they themselves say to use plug-ins on this. So, at the moment, it’s impossible to do without server-side conversion - Andrei Tregubov
  • and how to add a plugin? for audio tag - Pavel Igorev
  • one
    FF47 32bit + Win7 32 bit perfectly reproduced mp3 in the tag audio . - Visman
  • it is strange why then such a thing in my windows10 is not played in mozilla and in chrome by the way also <audio controls> <source src = "Against.mp3" type = "audio / mpeg"> </ audio> - Pavel Igorev
  • In the tools of the developer of browsers in the console and in the Network tab, take a look. What messages are there about the Against.mp3 file? And maybe about the audio tag? - Visman

0