mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
config/services/kattv{,2}{,-ingest}: Settings adjustment
This commit is contained in:
parent
fd1512b440
commit
0bd6d41304
4 changed files with 22 additions and 9 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue