[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:
Remy 2021-08-29 02:42:09 +02:00 committed by GitHub
parent bddde74c06
commit 20800d7cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```