fix: frigate experiments
This commit is contained in:
parent
2d95b72a49
commit
dab6a5127a
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ let
|
||||||
"gnisbert" = { };
|
"gnisbert" = { };
|
||||||
"taubis" = {
|
"taubis" = {
|
||||||
frigate = {
|
frigate = {
|
||||||
detect.enabled = true;
|
detect.enabled = false;
|
||||||
record = {
|
record = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
continuous.days = 1;
|
continuous.days = 1;
|
||||||
|
|
@ -62,7 +62,7 @@ let
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
path = "rtsp://127.0.0.1:8554/${name}_sub?timeout=30";
|
path = "rtsp://127.0.0.1:8554/${name}_sub?timeout=30";
|
||||||
input_args = "preset-rtsp-generic";
|
input_args = "preset-rtsp-restream";
|
||||||
roles = [
|
roles = [
|
||||||
"detect"
|
"detect"
|
||||||
"audio"
|
"audio"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue