2023-01-12, 17:28
Hello,
I recently purcahsed an Nvidia Shield and am having a strange issue streaming to it using Kodi. The stream works fine for a while, but eventually stops at a completely random time (usually between 5 and 30 minutes). The streaming is done over WiFi using SMB from a hard drive plugged into my router (a TP-Link Archer VR2800).
Debug log file is here.
Here's the really strange thing. I have another Nvidia Shield (an older 2017 model) and on that, Kodi works perfectly. Same version of Kodi, exact same settings as far as I can tell, streaming the exact same files from the exact same path. To me this rules out the router or the network as a possible cause.
At the point when Kodi is no longer able to buffer any more of the stream, the log file has this:
My advancedsettings.xml file originally looked like this:
To attempt to fix this, I added this to the file (the debug log was from a run that includes this):
But unfortunately that made no difference.
Any advice very much appreciated! Thanks in advance.
I recently purcahsed an Nvidia Shield and am having a strange issue streaming to it using Kodi. The stream works fine for a while, but eventually stops at a completely random time (usually between 5 and 30 minutes). The streaming is done over WiFi using SMB from a hard drive plugged into my router (a TP-Link Archer VR2800).
Debug log file is here.
Here's the really strange thing. I have another Nvidia Shield (an older 2017 model) and on that, Kodi works perfectly. Same version of Kodi, exact same settings as far as I can tell, streaming the exact same files from the exact same path. To me this rules out the router or the network as a possible cause.
At the point when Kodi is no longer able to buffer any more of the stream, the log file has this:
2023-01-12 22:42:58.252 T:16603 ERROR <general>: Read - Error( -1, 110, Connection timed out )
2023-01-12 22:42:58.252 T:16603 WARNING <general>: CFileCache:
rocess - <smb://Archer_VR2800/volume(sda1)/filepath.avi> source read returned -1! Will retry
My advancedsettings.xml file originally looked like this:
<advancedsettings>
<cache>
<buffermode>1</buffermode>
<memorysize>139460608</memorysize>
<readfactor>20</readfactor>
</cache>
<advancedsettings>
To attempt to fix this, I added this to the file (the debug log was from a run that includes this):
<samba>
<clienttimeout>10</clienttimeout>
</samba>
But unfortunately that made no difference.
Any advice very much appreciated! Thanks in advance.