Audio streams
-
x4fyr last edited by
Hey,
I'm currently experimenting with audio streams, with the goal to make a webradio webapp.
I've made a simple test with html5:
...<audio controls><source src="link to mp3 stream" type="audio/mpeg"></audio>...The thing is, my available testing platform a Samsung BD H5900 does not play it.
I also tried with ogg as format, still nothing happens. The page is loading as usual.
Everywhere else (firefox,opera,chrome on my linux machine) it work as expected with either format.All what is happening is changing the button from play to pause icon. The time stays as 0:00.
(The Opera TV Emulator isn't runnig on my machine, so I can't test it)Does someone ever done something like this and can give me a hint.
Greetings,
x4fyr -
kpotocki last edited by
Hello,
please have a look at the following article: https://dev.opera.com/tv/html5-audio-video-in-opera-tv-store-apps/