I am trying to record to NAS. I successfully mount the drive by editing
Code: Select all
sudo nano /etc/fstab//myNAS/myShare /home/pi/myNAS/myShare cifs username=your_username,password=your_password,workgroup=your_workgroup,users,auto,user_xattr 0 0
now when i try to record i get this message
mmal: mmal_vc_port_info_set: failed to set port in (2:0): EINVAL
mmal: mmal_vc_port_set_format : mma_vc_port_info_set failed 0x1508d50 (EINVAL)
mmal: mmal_connection_create: format not set on input port
when i record to the sd card there is no problem at all but when i record to the NAS this happens.
any help would be appreciated