mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
add notes for Blue Iris RTSP support
This commit is contained in:
parent
dabb36ad93
commit
4443abbc49
@ -19,3 +19,24 @@ input_args:
|
|||||||
- -use_wallclock_as_timestamps
|
- -use_wallclock_as_timestamps
|
||||||
- '1'
|
- '1'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Blue Iris RTSP Cameras
|
||||||
|
You will need to remove `nobuffer` flag for Blue Iris RTSP cameras
|
||||||
|
```yaml
|
||||||
|
ffmpeg:
|
||||||
|
input_args:
|
||||||
|
- -avoid_negative_ts
|
||||||
|
- make_zero
|
||||||
|
- -flags
|
||||||
|
- low_delay
|
||||||
|
- -strict
|
||||||
|
- experimental
|
||||||
|
- -fflags
|
||||||
|
- +genpts+discardcorrupt
|
||||||
|
- -rtsp_transport
|
||||||
|
- tcp
|
||||||
|
- -stimeout
|
||||||
|
- "5000000"
|
||||||
|
- -use_wallclock_as_timestamps
|
||||||
|
- "1"
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user