update docs

This commit is contained in:
Blake Blackshear
2020-10-11 12:58:41 -05:00
parent 26f4e27df0
commit d28d5e04a9
4 changed files with 104 additions and 107 deletions

23
docs/CAMERAS.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
```yaml
ffmpeg:
input_args:
- -avoid_negative_ts
- make_zero
- -fflags
- nobuffer
- -flags
- low_delay
- -strict
- experimental
- -fflags
- +genpts+discardcorrupt
- -vsync
- drop
- -use_wallclock_as_timestamps
- '1'
```