I'm running two identical RPi 2 Model B, both running identical distros of OSMC with the same radio add-on- only difference is one is HDMI audio, while the other runs through an Amp+. The Amp+ build is intended primarily as an internet radio, so this is a significant issue.
Some streamed radio sources work fine through both, while others yield nothing but static through the Amp+. There doesn't seem to be a pattern as to bitrate, etc., and the logs are clean with no substantive differences.
Is there something I'm overlooking here?
Not working:
********************************************************
NOTICE: -->Python Interpreter Initialized<--
NOTICE: [xbmcswift2] Request for "/station/19407" matches rule for function "get_stream_url"
NOTICE: [plugin.audio.radio_de] get_station_by_station_id started with station_id=19407
NOTICE: [plugin.audio.radio_de] __api_call started with path=broadcast/getbroadcastembedded, param={'broadcast': '19407'}
NOTICE: [plugin.audio.radio_de] __urlopen opening url=http://rad.io/info/broadcast/getbroadcastembedded?broadcast=19407
NOTICE: [plugin.audio.radio_de] get_stream_url result: http://flume.opb.org/radio_lbr.mp3
NOTICE: Thread ShoutcastFile start, auto delete: false
NOTICE: Thread FileCache start, auto delete: false
NOTICE: Thread ShoutcastFile start, auto delete: false
NOTICE: Thread FileCache start, auto delete: false
NOTICE: Thread PAPlayer start, auto delete: false
Working:
********************************************************
NOTICE: -->Python Interpreter Initialized<--
NOTICE: [xbmcswift2] Request for "/station/19407" matches rule for function "get_stream_url"
NOTICE: [plugin.audio.radio_de] get_station_by_station_id started with station_id=19407
NOTICE: [plugin.audio.radio_de] __api_call started with path=broadcast/getbroadcastembedded, param={'broadcast': '19407'}
NOTICE: [plugin.audio.radio_de] __urlopen opening url=http://rad.io/info/broadcast/getbroadcastembedded?broadcast=19407
NOTICE: [plugin.audio.radio_de] get_stream_url result: http://flume.opb.org/radio_lbr.mp3
NOTICE: Thread ShoutcastFile start, auto delete: false
NOTICE: Thread FileCache start, auto delete: false
NOTICE: Thread ShoutcastFile start, auto delete: false
NOTICE: Thread FileCache start, auto delete: false
NOTICE: Thread PAPlayer start, auto delete: false
NOTICE: Thread LanguageInvoker start, auto delete: false
********************************************************