Page 2 of 2

Re: buggy Playback of HD files via NFS mount

Posted: Sun Jan 31, 2010 12:06 pm
by erdem_ua
Do you mount with hand or SamyGO extension pack?
If you mount with SamyGO Extension, it could buggy. Please try open caching options at script file.

Code: Select all

...
FR_NAME="NFS Server"
# M_OPTS="soft,udp,async,nolock,rsize=32768,wsize=8192"
M_OPTS="rw,soft,udp,nolock,rsize=32768,wsize=32768" # I use this, it remove all problem on my setup
# M_OPTS="soft,tcp,nolock,rsize=32768,wsize=32768"
# M_OPTS="soft,tcp,nolock,rsize=8192,wsize=8192"
#M_OPTS="soft,tcp,nolock" #needed to discard this setting with #
...

Re: buggy Playback of HD files via NFS mount

Posted: Sun Jan 31, 2010 10:11 pm
by erdem_ua
You also needed to put # to beginning of last line

Code: Select all

#M_OPTS="soft,tcp,nolock" #needed to discard this setting with #
I use 100Mbit router with NAS and I think have no problem with HD media. Since its wire, more reliable and lower latency than wifi signal.
Pre-buffering might solve that problem but needed to try and see.