Radio Station Streamer
Author: Patrick D.
Visited 675,
Followers 1,
Shared 0
I need a internet radio stream player Website X5 object. The music player that is available in market place would be fine if it had a choice of mp3 files or online stream link. Eg:http://149.56.147.197:9149/stream
Thank you
Posted on the
... simple...
... ... if you are authorized, ...paste in "html code object":
<audio controls autoplay>
<source src="http://149.56.147.197:9149/stream.ogg" type="audio/ogg">
<source src="http://149.56.147.197:9149/stream.mp3" type="audio/mpeg">
</audio>
<br>
<img src="http://www.sarock.com.au/images/SA_Rock_Radio_Logo.png" width="300" />
................................
ciao