Re: buggy Playback of HD files via NFS mount
Posted: Sun Jan 31, 2010 12:06 pm
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.
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 #
...