Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 431 Bytes

cameras.md

File metadata and controls

21 lines (20 loc) · 431 Bytes

Camera Specific Configuration

Frigate should work with most RTSP cameras and h264 feeds such as Dahua.

RTMP Cameras

The input parameters need to be adjusted for RTMP cameras

ffmpeg:
input_args:
    - -avoid_negative_ts
    - make_zero
    - -fflags
    - nobuffer
    - -flags
    - low_delay
    - -strict
    - experimental
    - -fflags
    - +genpts+discardcorrupt
    - -use_wallclock_as_timestamps
    - '1'