Update camera_specific.md (#3292)

Change fflag arg to remove `nobuffer`, which causes stream errors in 0.11-beta2
This commit is contained in:
Jason 2022-08-25 22:33:47 +10:00 committed by GitHub
parent 8c45dab9b8
commit afefa3ec02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,18 +58,17 @@ ffmpeg:
### Reolink 410/520 (possibly others) ### Reolink 410/520 (possibly others)
According to [this discussion](https://github.com/blakeblackshear/frigate/issues/1713#issuecomment-932976305), the http video streams seem to be the most reliable for Reolink. According to [this discussion](https://github.com/blakeblackshear/frigate/issues/3235#issuecomment-1135876973), the http video streams seem to be the most reliable for Reolink.
```yaml ```yaml
cameras: cameras:
reolink: reolink:
ffmpeg: ffmpeg:
hwaccel_args:
input_args: input_args:
- -avoid_negative_ts - -avoid_negative_ts
- make_zero - make_zero
- -fflags - -fflags
- nobuffer+genpts+discardcorrupt - +genpts+discardcorrupt
- -flags - -flags
- low_delay - low_delay
- -strict - -strict