mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 13:37:43 +03:00
Create new low latency preset
This commit is contained in:
parent
66881eb89f
commit
47c24035c0
@ -231,6 +231,13 @@ PRESETS_INPUT = {
|
|||||||
"1",
|
"1",
|
||||||
],
|
],
|
||||||
"preset-rtsp-restream": _user_agent_args
|
"preset-rtsp-restream": _user_agent_args
|
||||||
|
+ [
|
||||||
|
"-rtsp_transport",
|
||||||
|
"tcp",
|
||||||
|
TIMEOUT_PARAM,
|
||||||
|
"5000000",
|
||||||
|
],
|
||||||
|
"preset-rtsp-restream-low-latency": _user_agent_args
|
||||||
+ [
|
+ [
|
||||||
"-rtsp_transport",
|
"-rtsp_transport",
|
||||||
"tcp",
|
"tcp",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user