Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5288

Beginners • Re: VideoLooper OS Auto Mount Network Share?

$
0
0
Thank you for your reply.
I'm not familiar with that OS, but I imagine that the answer for question number 3 can be found in the website used for the maintainers of that OS, possibly even the same web site you downloaded it from.
The script to play videos is created by AdaFruit:
https://github.com/adafruit/pi_video_looper/
https://learn.adafruit.com/raspberry-pi ... r?view=all

and the compiled VideoLooperOS is from:
https://videolooper.de/

I don't see anything that specifically addresses playing videos from a network share on those sites. Under configuration, It does look like I can change the directory it pulls the videos from. So in theory, once the network share is mounted, I can point the script to that mount point.
For question number 2, search the forums here for "drive auto mount" you'll find posts on how to do it.
I'm attempting to follow the directions in this thread:

viewtopic.php?p=2237744&hilit=automount+network+share#

I'm SSH'd into the Pi. When I type this into the terminal:

Code:

//192.168.1.xx/volume1/DigitalSignage/ /mnt/share/DigitalSignage/ cifs defaults,nofail,_netdev,username=digitalsignage,password=xxxx,dir_mode=0777,file_mode=0777 0 0
I get this error:

Code:

!Uo,dir_mode=0777,file_mode=0777: event not found
and it doesn't mount the network share. I have no idea what that error means. Is there a chance SMB/Samba isn't enabled by default on this distro? The network share is accessible with these credentials from other devices.

Statistics: Posted by CaliMiller — Thu Aug 08, 2024 5:31 pm



Viewing all articles
Browse latest Browse all 5288

Trending Articles