Hi there,
I'm running NextPVR on Pi OS. Recording to a local usb thumb drive works, yet recording to my NAS' smb-share doesn't.
The folder 'Manual Recordings' as well as a ts- and a ts.map-file are created on the smb-share, yet the files have 0 bytes.
(I started the test recording for the attached log at 20:34:
logs.zip (Size: 101.56 KB / Downloads: 2) )
(When I switch user to nextpvr in the pi's shell, writing to the share mounted to '/home/nextpvr/shares/nas/' works flawlessly.)
When I try and play the running recording from the webif it doesn't work, since there hasn't been anything recorded. But trying to play the non existant recording somehow triggers it to actually start recording.
(20:37 in the log)
Then I cancelled the recording. (20:38 in the log)
Excerpt from the pi's '/etc/fstab':
Excerpt from the pi's shell:
Please disregard
nrecord.zip (Size: 31.01 KB / Downloads: 1) . Somehow I couldn't successfully delete it. It does not contain the entire test case.
I'm running NextPVR on Pi OS. Recording to a local usb thumb drive works, yet recording to my NAS' smb-share doesn't.
The folder 'Manual Recordings' as well as a ts- and a ts.map-file are created on the smb-share, yet the files have 0 bytes.
(I started the test recording for the attached log at 20:34:
logs.zip (Size: 101.56 KB / Downloads: 2) )
(When I switch user to nextpvr in the pi's shell, writing to the share mounted to '/home/nextpvr/shares/nas/' works flawlessly.)
When I try and play the running recording from the webif it doesn't work, since there hasn't been anything recorded. But trying to play the non existant recording somehow triggers it to actually start recording.
(20:37 in the log)
Then I cancelled the recording. (20:38 in the log)
Excerpt from the pi's '/etc/fstab':
Code:
#for nextpvr
/dev/sda1 /home/nextpvr/shares/flashdrive exfat noauto,x-systemd.automount,x-systemd.idle-timeout=60,defaults,users,uid=nextpvr,gid=video 0 0
//192.168.187.143/stuff /home/nextpvr/shares/nas cifs noauto,defaults,username=***,password=***,uid=nextpvr,gid=video,x-systemd.automount,x-systemd.requires=network-online.ta>
Excerpt from the pi's shell:
Code:
nextpvr@raspberrypi:~$ cd /home/nextpvr/
nextpvr@raspberrypi:~$ ls -lt
drwxr-xr-x 4 nextpvr nextpvr 4096 5. Jul 18:56 shares
nextpvr@raspberrypi:~$ ls -lt shares/
drwxr-xr-x 3 nextpvr video 131072 5. Jul 22:58 flashdrive
drwxr-xr-x 2 nextpvr video 0 25. Jun 07:35 nas
nextpvr@raspberrypi:~$ ls -lt shares/nas/downloads/
drwxr-xr-x 2 nextpvr video 0 5. Jul 22:11 'Manual Recordings'
nextpvr@raspberrypi:~$ ls -lt shares/nas/downloads/Manual\ Recordings/
-rwxr-xr-x 1 nextpvr video 0 5. Jul 22:38 'DE - SKY SPORT 1 4K_20220705_22342334.xml'
-rwxr-xr-x 1 nextpvr video 40036820 5. Jul 22:11 'DE - SKY SPORT 1 4K_20220705_22342334.ts'
Please disregard
nrecord.zip (Size: 31.01 KB / Downloads: 1) . Somehow I couldn't successfully delete it. It does not contain the entire test case.