Kodi Community Forum

Full Version: How to automagically reload playlist if source/network gets down.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the subjects says... if the link is down or the source (a rtmp in my case) the player stop after 20 seconds then it gets back to Home xbmc. Is there a way to make it reload the stream over and over again instead of showing the xbmc home?
I have tried creating advancedsettings.xml with
<advancedsettings>
<playlistretries>1000</playlistretries>
<playlisttimeout>2000</playlisttimeout>
</advancedsettings>
but it seems that same thing happends. After 20 seconds of missing source/link it gets to xbmc home.

Any ideea ?
BUMP