Hi guys,
when VDR-Office is doing more the 2 recordings at the same time replay on VDR-Living is chopping, both using NFS.
If I do the repay on VDR-Living using Samba it works fine.
This is a rough drawing of my LibreELEC setup.
NFS mountings:
VDR-Office:
/storage/videos -> FhemRaspi:/srv/vdr/video
VDR-Living:
/storage/videos -> FhemRaspi:/srv/vdr/video
FhemRaspi /etc/exports:
Code
#################################################################################
# #
# The following configuration file is generated automatically by the yaVDR #
# system. Don't change this file as every update of yaVDR will overwrite #
# the local changes. Instead put your required customizations #
# into /etc/yavdr/templates_custom/ based on the original templates #
# under /usr/share/yavdr/templates. #
# #
# http://www.yavdr.org/developer-zone/template-overview/ #
# #
# #
#################################################################################
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
#
/srv *(rw,fsid=0,sync,no_subtree_check,no_root_squash,anongid=666,anonuid=666)
#
# /srv *(rw,fsid=0,sync,no_subtree_check,all_squash,anongid=666,anonuid=666)
/srv/share/vdr *(rw,fsid=0,async,no_subtree_check,all_squash,anongid=666,anonuid=666)
/srv/audio *(rw,fsid=1,async,no_subtree_check,all_squash,anongid=666,anonuid=666)
/srv/video *(rw,fsid=2,async,no_subtree_check,all_squash,anongid=666,anonuid=666)
/srv/picture *(rw,fsid=3,async,no_subtree_check,all_squash,anongid=666,anonuid=666)
Display More
Any idea what I need to change to get it working all using NFS ?
Thx
JurKub