Create a Shortcut to an Amcrest IP Camera using ffmpeg on a Mac

In this video, I create a shortcut to an Amcrest IP Camera on a Mac using ffmpeg.

Installing MacPorts:https://youtu.be/N22Ic6ZRPXI

Amcrest Playlist:https://www.youtube.com/playlist?list=PLErU2HjQZ_ZNYE224qh9K0hhaaIxU-rta

Code
#!/bin/bash
ffplay "rtsp://{username}:{password}@{ip_address}:554/cam/realmonitor?channel=1&subtype=0";
exit;

Amcrest IP Cameras on Amazon: https://amzn.to/2iRHMTn (affiliate link)

Leave a comment

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