Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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;

Все ответы (4)

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