Hi,
I experienced stutter and lag when playing 4k movies from my NAS.
Now everything’s fine.
Here is how I solved that, thanks to older posts on this forum, I hope this will help you and solve your issue
In the configuration menu, player / videos :
Adjust refresh rate : on start
Sync playback to display : no
In the menu system/display :
Resolution : 1920x1080p (osmc will automatically switch to 4k if the movie is 4k)
Refresh rate : 60.00 (It’ll adjust automatically thanks to the “adjust refresh rate” option
After that, create the advancedsettings.xml file :
To create this file you have to connect to the VERO 4k with putty (or any other ssh tool)
If you don’t know the IP address of your VERO : Programs / OSMC / Network icon
Then identify as OSMC with the default id/pass:
User : osmc
Password : osmc
Then enter the following command :
nano .kodi/userdata/advancedsettings.xml
That will open the nano editor
Then type the following lines :
<advancedsettings>
<cache>
<buffermode>1</buffermode>
<memorysize>52488000</memorisize>
<readfactor>5.0</readfactor>
</cache>
</advancedsettings>
Then press Ctrl+X to quit and Y to save the file
Now reboot the VERO and try to read au 4k movie on your NAS
You can play around with the values in the advancedsettings file.
My example works great for me (VERO 4k + NAS, NFS share, multiple boxes running osmc, shared media library…)
If think SAM should add an option in order to have correct advancedsettings.xml in OSMC “out of the box”, something like “activate advancedsettings.xml for playback over ethernet”…