Hello
I'm very often using the Addon SRF Podcast.
Sometimes when the Wifi is not very stable then the buffer is running out of data.
I modified the video cache as shown in the Kodi wiki How To.
I put the following code into the advancedsettings.xml:
Code
<cache>
<memorysize>1394606080</memorysize> <!-- number of bytes used for buffering streams in memory
When set to 0 the cache will be written to disk instead of RAM Now: 1.3GByte -->
<buffermode>0</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 -->
<readfactor>20</readfactor> <!-- 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 4.0. -->
</cache>
Display More
Unfortunately it's not working with this addon. It works with other addons.