config/services/kattv{,2}{,-ingest}: Settings adjustment

This commit is contained in:
kat witch 2021-12-15 20:03:40 +00:00 committed by kat
parent fd1512b440
commit 0bd6d41304
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 22 additions and 9 deletions

View file

@ -20,6 +20,11 @@ let
#extra-controls = "c,exposure_auto=3";
};
};
queue_data = {
element.queue = {
leaky = "downstream";
};
};
v4l2src = [
cameracapture
{
@ -32,6 +37,7 @@ let
];
pipeline = v4l2src ++ [
"jpegtrunc"
queue_data
{ element.matroskamux.streamable = true; }
{
element.tcpclientsink = {