mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Moved unify and blue iris cams examples
This commit is contained in:
parent
8428979167
commit
300d1660bf
@ -56,15 +56,6 @@ 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 -f live_flv
|
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 -f live_flv
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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 -timeout 5000000 -use_wallclock_as_timestamps 1
|
|
||||||
```
|
|
||||||
|
|
||||||
### UDP Only Cameras
|
### UDP Only Cameras
|
||||||
|
|
||||||
If your cameras do not support TCP connections for RTSP, you can use UDP.
|
If your cameras do not support TCP connections for RTSP, you can use UDP.
|
||||||
@ -74,17 +65,6 @@ ffmpeg:
|
|||||||
input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport udp -timeout 5000000 -use_wallclock_as_timestamps 1
|
input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport udp -timeout 5000000 -use_wallclock_as_timestamps 1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Unifi Protect Cameras
|
|
||||||
|
|
||||||
In the Unifi 2.0 update Unifi Protect Cameras had a change in audio sample rate which causes issues for ffmpeg. The input rate needs to be set for record and rtmp.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
ffmpeg:
|
|
||||||
output_args:
|
|
||||||
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac
|
|
||||||
rtmp: -c:v copy -f flv -ar 44100 -c:a aac
|
|
||||||
```
|
|
||||||
|
|
||||||
### Model/vendor specific setup
|
### Model/vendor specific setup
|
||||||
|
|
||||||
#### Annke C800
|
#### Annke C800
|
||||||
@ -114,6 +94,15 @@ cameras:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### 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 -timeout 5000000 -use_wallclock_as_timestamps 1
|
||||||
|
```
|
||||||
|
|
||||||
#### Reolink 410/520 (possibly others)
|
#### Reolink 410/520 (possibly others)
|
||||||
|
|
||||||

|

|
||||||
@ -153,3 +142,13 @@ cameras:
|
|||||||
fps: 7
|
fps: 7
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Unifi Protect Cameras
|
||||||
|
|
||||||
|
In the Unifi 2.0 update Unifi Protect Cameras had a change in audio sample rate which causes issues for ffmpeg. The input rate needs to be set for record and rtmp.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
ffmpeg:
|
||||||
|
output_args:
|
||||||
|
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac
|
||||||
|
rtmp: -c:v copy -f flv -ar 44100 -c:a aac
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user