Hi all,
one of the xbmcs I set up is used as an headless audio player which I remotely control via ipad's XBMC Official Remote, everything works great except an annoying thing: when I play streams from the radio plugin (or any source not always available) it can happen that those streams are unavailable at that time, this causes the alert "too many consecutive failed items", that's blocking and waiting for an input, since I cannot see what's on the screen, I selected another radio station or tried the same station more than once, but this causes the XBMC Remote to disconnect (actually the XBMC seems unresponsive via remotes), then I had to attach a keyboard and a monitor and press OK on the warning screen that finally closes giving me back the chance to remotely control the player (not always, some time I have to reboot xbmc).
I think that this behaviour has something to do with that waiting nag screen, if I could disable it from advanced settings or make it just one of those alerts that disappears after some time, I think that this won't be a problem anymore, as it is by now in Confluence it a bit too intrusive, needing an answer or risking to be locked out from the remote control.
I even tried to add the playlistretries to advancedsettings.xml, both trying the value 0 or value -1, but the nag alert appears at some point:
Here is one of the errors, I don't think it could be useful, since it's ok that after a timeout curl or the omxplayer give up trying, I think that's just too invasive the way XBMC reports this.
Thank you for the help.
one of the xbmcs I set up is used as an headless audio player which I remotely control via ipad's XBMC Official Remote, everything works great except an annoying thing: when I play streams from the radio plugin (or any source not always available) it can happen that those streams are unavailable at that time, this causes the alert "too many consecutive failed items", that's blocking and waiting for an input, since I cannot see what's on the screen, I selected another radio station or tried the same station more than once, but this causes the XBMC Remote to disconnect (actually the XBMC seems unresponsive via remotes), then I had to attach a keyboard and a monitor and press OK on the warning screen that finally closes giving me back the chance to remotely control the player (not always, some time I have to reboot xbmc).
I think that this behaviour has something to do with that waiting nag screen, if I could disable it from advanced settings or make it just one of those alerts that disappears after some time, I think that this won't be a problem anymore, as it is by now in Confluence it a bit too intrusive, needing an answer or risking to be locked out from the remote control.
I even tried to add the playlistretries to advancedsettings.xml, both trying the value 0 or value -1, but the nag alert appears at some point:
Code:
<advancedsettings>
<playlistretries>-1</playlistretries>
</advancedsettings>
Here is one of the errors, I don't think it could be useful, since it's ok that after a timeout curl or the omxplayer give up trying, I think that's just too invasive the way XBMC reports this.
Code:
23:53:56 T:2869949504 NOTICE: -->Python Interpreter Initialized<--
23:53:58 T:2869949504 NOTICE: [xbmcswift2] Request for "/station/10597" matches rule for function "get_stream_url"
23:53:58 T:2869949504 NOTICE: [plugin.audio.radio_de] get_station_by_station_id started with station_id=10597
23:53:58 T:2869949504 NOTICE: [plugin.audio.radio_de] __api_call started with path=broadcast/getbroadcastembedded, param={'broadcast': '10597'}
23:53:58 T:2869949504 NOTICE: [plugin.audio.radio_de] __urlopen opening url=http://rad.io/info/broadcast/getbroadcastembedded?broadcast=10597
23:54:13 T:2869949504 NOTICE: [plugin.audio.radio_de] get_stream_url result: http://listen.radionomy.com/abc-lounge
23:54:28 T:3040964608 NOTICE: COMXPlayer: Opening: http://listen.radionomy.com/abc-lounge
23:54:28 T:3040964608 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
23:54:28 T:2683262016 NOTICE: Thread COMXPlayer start, auto delete: false
23:54:28 T:2683262016 NOTICE: Creating InputStream
23:54:43 T:2683262016 WARNING: FillBuffer: curl failed with code 28
23:54:43 T:2683262016 ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
23:54:43 T:2683262016 ERROR: Open - failed to open source <http://listen.radionomy.com/abc-lounge>
23:54:43 T:2683262016 ERROR: COMXPlayer::OpenInputStream - error opening [http://listen.radionomy.com/abc-lounge]
23:54:43 T:2683262016 NOTICE: COMXPlayer::OnExit()
23:54:43 T:2683262016 NOTICE: COMXPlayer::OnExit() deleting input stream
23:54:43 T:3040964608 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.audio.radio_de/station/10597]
Thank you for the help.