Video access almost complete
The system is almost done. Currently, the home network is powered up then, after a few minutes, the RPi is plugged in. The RPi is the only mechanical connection not made before network boot.
About two ot three minutes after plugging in the RPi, an SSH session is attempted fro my laptop. No monitor or keyboard is used with the RPi. This is known as 'headless' operation of the RPi.
Once a SSH session is started, the next step is to check for minidllna operation. At this time, the software does not function correctly, however, by running a couple of commands, the software functions as expected. Before the commands, the drives are listed, but empty when viewed from the TV or the VLC player on my laptop. The drives and contents are visible from a SSH session on the laptop.
The commands to be run are:
sudo systemctl restart minidlna && sudo systemctl force-reload minidlna
I may end up plaing them at the end of the service file or writing a boot script for them.
Comments
Post a Comment