Example Usage with Frigate
The following is an example of a camera configured to work with Frigate. It is not the only way to configure the feed to work, but it is the one recommended at this time by the maintainers.
Due to limitations of the library used to publish the RTSP feeds, only
UDP
RTSP feeds are supported at this time.
cameras:
doorbell:
ffmpeg:
input_args:
- -rtsp_transport
- udp
- -fflags
- nobuffer
- -flags
- low_delay
- -strict
- experimental
- -fflags
- +genpts+discardcorrupt
- -use_wallclock_as_timestamps
- 1
inputs:
- path: rtsp://nrtsp.mydomain.local:554/doorbell
roles:
- detect
- rtmp
- record