[mythtv-users] NFS using Kodi frontend issues?

Greg Oliver oliver.greg at gmail.com
Fri Mar 10 16:14:09 UTC 2017


On Fri, Mar 3, 2017 at 7:43 AM, Brian J. Murrell <brian at interlinx.bc.ca> wrote:
> On Fri, 2017-03-03 at 12:28 +0000, Another Sillyname wrote:
>> Brian
>
> Hi,
>
>> I'm not sure if you saw my follow up earlier in the thread where I
>> had
>> asked if any users had managed to connect from an Android device?
>
> I have and setting the insecure option was the less-than-obvious key.
>
>> Asking on this user
>> list is the most likely place to find people using Kodi with a
>> mythbackend
>
> But your problem has nothing to do with a Mythbackend.  It's about NFS
> serving files to a Kodi client.  That the files also happen to be
> consumed by the Mythbackend is orthogonal.  There is no Myth protocol
> (or anything else Myth) involved here.  It's pure NFS access to an NFS
> server by an NFS client.
>
>> in a working environment, thus the questions?  I'm truly
>> sorry if you find it inappropriate, however I think honestly you're
>> wrong.
>
> I'm not.  See above.  It's got nothing at all to do with MythTV.
>
> Cheers,
> b.

Like has been stated by others, Kodi does not need NFS for playing
recordings.  Videos on the other hand...  I have similar exports as
others:

/Media/Videos     x.x.x.x/y(ro,insecure,anonuid=1000,anongid=1000,async)

But I also move my NFS options to unprivileged/non-random ports (they
should already be unprivileged, but I hate things running on random
ports):

[greg at backend-0 ~]$ grep -v ^# /etc/sysconfig/nfs
LOCKD_TCPPORT=4000
LOCKD_UDPPORT=4000
RPCNFSDARGS=""
RPCMOUNTDOPTS="-p 4001"
STATDARG="-p 4002"
SMNOTIFYARGS=""
RPCIDMAPDARGS=""
RPCGSSDARGS=""
GSS_USE_PROXY="yes"
BLKMAPDARGS=""


Fedora 25 as well...  Running the kernel-nfs-server..


More information about the mythtv-users mailing list