Creating a Shortcut to an Amcrest Doorbell on a Mac (uses VLC)

Move to Desktop
cd ~/Desktop
Create Shell Script
touch doorbell.sh
Make Script Executible
chmod +x doorbell.sh
Open Script for Editing
open -e doorbell.sh
Add to Script
#!/bin/sh

open /Applications/VLC.app "rtsp://admin:<password>@<ip_address>:554/cam/realmonitor?channel=1&subtype=0"

Leave a comment

Your email address will not be published. Required fields are marked *