mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
more detailed reolink args
This commit is contained in:
parent
1943a49274
commit
6dc6ed1e94
@ -386,6 +386,29 @@ ffmpeg:
|
|||||||
- '1'
|
- '1'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Reolink 410/520 (possibly others)
|
||||||
|
Several users have reported success with the rtmp video from Reolink cameras.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
ffmpeg:
|
||||||
|
input_args:
|
||||||
|
- -avoid_negative_ts
|
||||||
|
- make_zero
|
||||||
|
- -fflags
|
||||||
|
- nobuffer
|
||||||
|
- -flags
|
||||||
|
- low_delay
|
||||||
|
- -strict
|
||||||
|
- experimental
|
||||||
|
- -fflags
|
||||||
|
- +genpts+discardcorrupt
|
||||||
|
- -rw_timeout
|
||||||
|
- '5000000'
|
||||||
|
- -use_wallclock_as_timestamps
|
||||||
|
- '1'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Blue Iris RTSP Cameras
|
### Blue Iris RTSP Cameras
|
||||||
|
|
||||||
You will need to remove `nobuffer` flag for Blue Iris RTSP cameras
|
You will need to remove `nobuffer` flag for Blue Iris RTSP cameras
|
||||||
|
Loading…
Reference in New Issue
Block a user