docs rewrite

This commit is contained in:
Blake Blackshear
2020-10-24 08:23:16 -05:00
parent 4feae472e9
commit 5a081e4f00
9 changed files with 542 additions and 465 deletions

21
docs/cameras.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
- -use_wallclock_as_timestamps
- '1'
```