Installing Frigate in Docker & Home Assistant!!!
If you like what you see….. buy me a coffee!
Visit my Teespring store front as well…..
If you are looking for VPN service check this out…
Join Robinhood with my link and we’ll both get a free stock
The video is a tutorial on how to install Frigate NVR in Docker and how to set it up in Home Assistant.
Here are a few links to get you started….
(0:00) Intro
(1:59) Let’s start by going over some prerequsites!
mkdir frigate
sudo vi config.yml
mqtt:
host: 10.10.10.4
user: mqtt-user
password: mqtt-password
cameras:
back1:
ffmpeg:
inputs:
– path: rtsp://user:password@10.10.10.65:554/h264Preview_01_sub
roles:
– rtmp
(4:38) Now we are ready to install Frigate in docker!
frigate:
container_name: frigate
image: blakeblackshear/frigate:stable-amd64
restart: always
volumes:
– /etc/localtime:/etc/localtime
– /home/adrian/frigate/config.yml:/config/config.yml
ports:
– 5000:5000
– 1935:1935
environment:
FRIGATE_RTSP_PASSWORD: “password”
(7:07) Let’s take a look at the web interface
(10:06) Now we are ready to install the Frigate custom component in Home Assistant.
If you like the video, please subscribe to my channel. If you have any questions or comments, hit me up in the comments below. As always, if there are any videos out there you would like to see that I don’t already have out there, let me know in the comments as well and I will see what I can do.
[ad_2]
source