Hi all,
I’m trying to make an app that will play streaming audio from a radio station.
I have these URL’s for the stream, but can’t get any of them to load / play:
http://streamer4.xmc.se/retro-mp3
http://streamer4.xmc.se/retro64 (AAC)
http://streamer4.xmc.se/retro48 (AAC)
Just need to get one of them to work.
This is what I have tried:
gameMusic = audio.loadStream( “http://streamer4.xmc.se/retro-mp3” )
gameMusicChannel = audio.play(gameMusic, {channel=1, loops=-1})
Works fine with a local MP3 fil, but when I use the URL for the stream, I get this message in the Output:
WARNING: Cannot create path for resource file 'http://streamer4.xmc.se/retro-mp3
’ b/c it does not exist.
WARNING: Failed to create audio sound(http://streamer4.xmc.se/retro-mp3)
Any ideas?? Thanks
Michael
Denmark [import]uid: 220014 topic_id: 35447 reply_id: 335447[/import]