Kodi Community Forum

Full Version: XBMC LOADING SETTINGS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to set xbmc to stop trying to load a video stream after a certain amount of seconds? I use xbmc mainly for the video plugins and some times when trying to load a video stream it freezes xbmc or takes to long for xbmc to tell you that it has failed to play. Not sure if there is some kind of code you can use in the advancesettings.xml in order to do this.
Try specifying and playing with the value for this setting in advancedsettings.xml:
Code:
<network>
  <curlclienttimeout>10</curlclienttimeout>  <!-- Timeout in seconds for libcurl (http/ftp) connections -->
</network>
thank you again artrafael...