Installed zm from fedora repo: sudo dnf install zoneminder. Which installed zm version 1.28.1, realized that this version has no ffmpeg or vlc libs so I removed and installed 1.29 from zmrepo.
I then comment out the script alias in the httpd.conf file as per the wiki
Events get recorded streaming works, all OK until:
I want to use a spare 1TB disk for the events so I follow the directions from the wiki and edit my fstab so the important parts now look like this:
Code: Select all
#big disk mount for zm
UUID=blablabla /home/pvr/bigDisk ext4 defaults 0 1
#links for zm events
/home/pvr/bigDisk/zm/events /var/lib/zoneminder/events none defaults,bind 0 2
I tried using symlinks instead of the fstab change and it has the exact same result.
I am at a loss of what to do next.
Any guidance would be appreciated!
Cheers,
Jon