"RokuKevin" wrote:
Is it possible for you to use mp3 output from TVersity? I would suggest using mp3 streams for your "live" radio station and be sure to SetLoop(1) on your audio player so that the audio object isn't torn down at the end of the song.
Note that the StreamFormat parameter must match the actual encoding ("mp3" or "wma") which is the 4th parameter in your CreateSong() function.
Kevin
I downloaded the latest SiriusXMPlayer which supports M3U streams.
I modified my CreateSong object with this stream
Function CreateGdSongList() as Object
aa = CreateObject("roAssociativeArray")
aa.posteritems = CreateObject("roArray", 10, true)
song = CreateSong("GD","Live XM Radio Stream","Grateful Dead", "mp3", "http://192.168.1.98:51710/xm?channel=57&format=m3u","http://2.bp.blogspot.com/_kFK17fWz8Ts/R5fB090pTEI/AAAAAAAAAC4/WNdywVeBQ9A/s400/grateful_dead-steal_your_face-sailfastchicago.jpg")
aa.posteritems.push(song)
return aa
End Function
Note that this URL plays FINE on my Roku Soundbridge
When I launch the app - The log indicates no errors and the XM Player log indicates the stream is requested and serviced:
9:37 AM: Servicing request from '192.168.1.35:60889'...
9:37 AM: Retrieving stream URL for channel 'XM 57 - The Grateful Dead Channel'...
9:37 AM: Retrieving M3U for channel 'XM 57 - The Grateful Dead Channel'...
9:37 AM: Completed request from '192.168.1.35:60889'.
Still no love.... No audio output from the App on the RokuHD
Any ideas??
Going where the wind don't blow so strange