Simple cctv using webcam
Install motion
sudo dnf install motion
Edit ~/.motion/motion.conf
stream_port 8081
stream_localhost off
# comment below to save .mkv
movie_output off
Run motion:
motion
Open browser from other device:
http://desktop-ip:8081/
Comments