[RELEASE] Russia Today News Addon
#33
The log just shows the link timing out. You might try setting a lower resolution (the log is showing 720p which is highest). The traceroute is showing some pretty slow times as well. When I run a traceroute here in the US, I get redirected to a different host so I can't really test the timings in the same way. You may want to try a different feed (US, UK, etc) to see if you also get stuttering.

As the feed is http:, you may also try adjusting the curl timeout, cachesize, buffermode and readbufferfactor in the advancedsettings.xml file to a higher value ( see http://kodi.wiki/view/Advancedsettings.xml ). Something like this

Code:
<advancedsettings>
<network>
  <curlclienttimeout>45</curlclienttimeout>  <!-- Timeout in seconds for libcurl (http/ftp) connections -->
  <curllowspeedtime>5</curllowspeedtime>  <!-- Time in seconds for libcurl to consider a connection lowspeed -->
  <cachemembuffersize>90000000</cachemembuffersize>  <!-- number of bytes used for buffering streams ahead in memory
   {{subst:Name}} will not buffer ahead more than this. WARNING: for the bytes set here, {{subst:Name}} will consume 3x the amount of RAM
   When set to 0 the cache will be written to disk instead of RAM, as of v12 Frodo -->
  <buffermode>1</buffermode>  <!-- Choose what to buffer:
    0) Buffer all internet filesystems (like "2" but additionally also ftp, webdav, etc.) (default)
    1) Buffer all filesystems (including local)
    2) Only buffer true internet filesystems (streams) (http, etc.)
    3) No buffer -->
  <readbufferfactor>4.0</readbufferfactor> <!-- this factor determines the max readrate in terms of readbufferfactor * avg bitrate of a video file.
This can help on bad connections to keep the cache filled. It will also greatly speed up buffering. Default value 1.0. -->
</network>
</advancedsettings>


Messages In This Thread
RE: [RELEASE] Russia Today News Addon - by learningit - 2015-01-01, 14:54
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Russia Today News Addon2