0
Audio tag does not work in Phonegap using AACP format, in functional MP3 normally.
<audio src="http://107.161.23.70:9984/;stream.nsv" controls autoplay></audio>
Does anyone know why?
0
Audio tag does not work in Phonegap using AACP format, in functional MP3 normally.
<audio src="http://107.161.23.70:9984/;stream.nsv" controls autoplay></audio>
Does anyone know why?
2
Because the tag audio
, for now, supports only three file formats: .mp3
, .wav
and .ogg
. There is support for reproduction of .aac
also, but only in a MP4 container.
On this page you can see some tests performed with these formats.
And the specification.
Browser other questions tagged html apache-cordova
You are not signed in. Login or sign up in order to post.