Forum Discussion

SolveLLC's avatar
SolveLLC
Visitor
10 years ago

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

3 Replies

  • renojim's avatar
    renojim
    Community Streaming Expert
    Is there really a semicolon in that URL? Maybe the 7.0 firmware doesn't like that.

    -JT
    • 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