Audio tag does not work on Phonegap using AACP format, in normal MP3 format.
<audio src="http://107.161.23.70:9984/;stream.nsv" controls autoplay></audio>
Does anyone know why?
Audio tag does not work on Phonegap using AACP format, in normal MP3 format.
<audio src="http://107.161.23.70:9984/;stream.nsv" controls autoplay></audio>
Does anyone know why?
Because the audio
tag supports only three file formats: .mp3
, .wav
and .ogg
. There is support for .aac
playback as well, but only in an MP4 container.
On this page you can see some tests performed with these formats. And the specification .