Save a snapshot from an RTSP stream to a local file.
Copy config.example.json in config.json and update the file with the devices information.
cp config.example.json config.json
python rtsp_snapshot.py --config-file config.json
I recommand using a virutalenv for Python.