2024-01-10, 16:25
Hello!
I'm quite new to KODI, but I'm trying to learn fast and get it as comfortable for everyday use as possible.
Setup:
windows-based PC, connected to FHD TV, the PC is a media player, nothing more.
Media are located on other Linux server connected through VPN. Connection speed is not very fast but it is enough for most media - somewhat of 150Mbit/s if connecting via sftp.
To be more precise about PC/media player:
Windows 10 22H2
Kodi 20.2
with sftp add-on installed.
What I am facing is that when streaming (playing video from sftp location) the connection speed in the background never exceeds 10Mbit/s, video stops to buffer then plays a little and stops again, but never more than 10Mbit/s. Actually all the time bit less than 10 - it looks like a software-limited traffic pattern.
I'm certain that connection can handle at least 10 times faster, as it has been tested numerous times, the 150Mbit/s is a normal single-thread download. Even in parallel with Kodi close to that speed can be achieved.
I don't mind if Kodi takes all the bandwidth of the system as its only purpose is media player.
I have played around with C:\Users\<myuser>\AppData\Roaming\Kodi\userdata\advancedsettings.xml, currently it is like this:
I don't notice any changes at least the download speed doesn't change at all.
Any ideas on how to increase download speed for video play/stream over sftp will be appreciated.
Thanks! Cheers!
I'm quite new to KODI, but I'm trying to learn fast and get it as comfortable for everyday use as possible.
Setup:
windows-based PC, connected to FHD TV, the PC is a media player, nothing more.
Media are located on other Linux server connected through VPN. Connection speed is not very fast but it is enough for most media - somewhat of 150Mbit/s if connecting via sftp.
To be more precise about PC/media player:
Windows 10 22H2
Kodi 20.2
with sftp add-on installed.
What I am facing is that when streaming (playing video from sftp location) the connection speed in the background never exceeds 10Mbit/s, video stops to buffer then plays a little and stops again, but never more than 10Mbit/s. Actually all the time bit less than 10 - it looks like a software-limited traffic pattern.
I'm certain that connection can handle at least 10 times faster, as it has been tested numerous times, the 150Mbit/s is a normal single-thread download. Even in parallel with Kodi close to that speed can be achieved.
I don't mind if Kodi takes all the bandwidth of the system as its only purpose is media player.
I have played around with C:\Users\<myuser>\AppData\Roaming\Kodi\userdata\advancedsettings.xml, currently it is like this:
Code:
<advancedsettings>
<cache>
<buffermode>1</buffermode>
<memorysize>209715200</memorysize>
<readfactor>60000</readfactor>
</cache>
</advancedsettings>
I don't notice any changes at least the download speed doesn't change at all.
Any ideas on how to increase download speed for video play/stream over sftp will be appreciated.
Thanks! Cheers!