mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +03:00
[Doc] Add example for UDP cameras configuration
Since I searched some time to understand why my camera did'nt work, I think add this to the documentation will be great for other people with UDP cameras.
This commit is contained in:
parent
bddde74c06
commit
20800d7cce
@ -487,3 +487,14 @@ ffmpeg:
|
||||
- -use_wallclock_as_timestamps
|
||||
- "1"
|
||||
```
|
||||
|
||||
### UDP Cameras
|
||||
|
||||
You will need to add `rtsp_transport` option for UDP cameras
|
||||
|
||||
```yaml
|
||||
ffmpeg:
|
||||
input_args:
|
||||
- -rtsp_transport
|
||||
- udp
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user