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“.

Learn More

HTML5 Audio AACPlus Problem

more options

I have made a player in HTML5 with controls <audio> have more experienced problems in matters of running AAC with the mozilla, when testing with Chrome worked perfectly and the view speaks manual that compatible with AAC Mozilla more still does not work, I am using a central Shoutcast to transmit Audio, some could help me solve this issue? I am using the following code to get the audio in Chrome, and I believe it has no difference for Mozilla, it is worth remembering that when put into Mp3 wheel usually more when using the AAC player simply disappears from view.

Code: <audio src="http://serverip:port/;" controls autoplay></audio>


OBS: IP and port were concealed for security reasons;

I have made a player in HTML5 with controls <audio> have more experienced problems in matters of running AAC with the mozilla, when testing with Chrome worked perfectly and the view speaks manual that compatible with AAC Mozilla more still does not work, I am using a central Shoutcast to transmit Audio, some could help me solve this issue? I am using the following code to get the audio in Chrome, and I believe it has no difference for Mozilla, it is worth remembering that when put into Mp3 wheel usually more when using the AAC player simply disappears from view. Code: <audio src="http://serverip:port/;" controls autoplay></audio> OBS: IP and port were concealed for security reasons;

Alle Antworten (4)

more options

Hello?????????

more options

I've called the big guys to help you. Good luck.

more options

FredMcD said

I've called the big guys to help you. Good luck.

Thank you, I'm still waiting for a solution to this = /

more options

What is the content-type header being sent by the server with the file?

If you test that type using the little script mentioned in the following article, what result do you get?

See: https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canPlayType