
SolveLLC
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2015
08:57 AM
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
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
3 REPLIES 3
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2015
12:33 PM
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
-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.
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.

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2015
04:33 PM
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

SolveLLC
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2015
07:17 AM
Re: mp3 playback on 7.0 build 9021 broken
That was exactly it. Thanks Joel.
-M
-M