mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Add rtsp ffmpeg preset without low_delay/no_buffer
The change to introduce these flags in https://github.com/blakeblackshear/frigate/pull/5231 breaks streaming from 2x of my Revotech cameras, as raised on https://github.com/blakeblackshear/frigate/discussions/5267
This commit is contained in:
parent
78dc75a4f1
commit
4055255eac
@ -241,6 +241,13 @@ PRESETS_INPUT = {
|
||||
"-flags",
|
||||
"low_delay",
|
||||
],
|
||||
"preset-rtsp-restream-safe": _user_agent_args
|
||||
+ [
|
||||
"-rtsp_transport",
|
||||
"tcp",
|
||||
TIMEOUT_PARAM,
|
||||
"5000000",
|
||||
],
|
||||
"preset-rtsp-udp": _user_agent_args
|
||||
+ [
|
||||
"-avoid_negative_ts",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user