Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SolveLLC
Visitor

mp3 playback on 7.0 build 9021 broken

Liberty News Radio is not functioning after the 7.0 update. It's been running for a couple of years without update. I'll paste code if it helps, but it's not a change in the backend as the Roku is receiving the URL to the stream.

getting shows for category Live
getting shows for category Live
showPosterScreen | msg = | index = 0
showPosterScreen | msg = | index = 0
list item selected | current show = 0
Setting up audio for: 0
Show url:shortdescriptionline2:
shortdescriptionline1: Liberty news radio live stream
sdposterurl: pkg:/images/LibertyNewsRadio_logo.png
hdposterurl: pkg:/images/LibertyNewsRadio_logo.png
streamurl: http://lin1.ash.fast-serv.com:6040/;stream.mp3

showSpringboardScreen
button index= 1
failed to play song: 0
0 Kudos
3 REPLIES 3
renojim
Community Streaming Expert

Re: mp3 playback on 7.0 build 9021 broken

Is there really a semicolon in that URL? Maybe the 7.0 firmware doesn't like that.

-JT
Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee.
0 Kudos
RokuJoel
Binge Watcher

Re: mp3 playback on 7.0 build 9021 broken

  • Are you sure it is MP3 playback that is broken and not some other format?

  • Does your source code specify streamformat="mp3" or leave the firmware to guess?


What I know has changed in 7.0 is that for example if you specify an invalid stream format like "aac" then it no longer falls back to mp4, so perhaps if you don't specify mp3 then it isn't auto-detecting? I know this because part of my Musiclouds channel is now broken due it failing to fall back to "mp4" when the invalid "aac" format (as opposed to "es.aac-adts" which is a valid streamformat) is specified, my bad.

- Joel
0 Kudos
SolveLLC
Visitor

Re: mp3 playback on 7.0 build 9021 broken

That was exactly it. Thanks Joel.

-M
0 Kudos