diff options
-rw-r--r-- | example-scripts/default-config.sh | 4 | ||||
-rw-r--r-- | voctocore/default-config.ini | 4 | ||||
-rw-r--r-- | voctogui/default-config.ini | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/example-scripts/default-config.sh b/example-scripts/default-config.sh index f6fb91b..8dbf1ba 100644 --- a/example-scripts/default-config.sh +++ b/example-scripts/default-config.sh @@ -1,5 +1,5 @@ #!/bin/sh -WIDTH=1920 -HEIGHT=1080 +WIDTH=320 +HEIGHT=176 FRAMERATE=25 AUDIORATE=48000 diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 168e3e8..d5f69e9 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -1,9 +1,9 @@ [mix] -videocaps=video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 +videocaps=video/x-raw,format=I420,width=320,height=176,framerate=25/1,pixel-aspect-ratio=1/1 audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 ; tcp-ports will be 10000,10001,10002 -sources=cam1,cam2,grabber +sources=cam1,cam2,cam3,cam4,roofcam,tape1 ; set the initial audio source audiosource=cam1 diff --git a/voctogui/default-config.ini b/voctogui/default-config.ini index e058318..367bc26 100644 --- a/voctogui/default-config.ini +++ b/voctogui/default-config.ini @@ -2,8 +2,8 @@ host=localhost [previews] -width=320 -;height=180 +;width=320 +height=120 ; true = use if the server provides it ; false = never use it @@ -16,10 +16,10 @@ playaudio=false [videodisplay] # Use OpenGL - most performant -system=gl +#system=gl # Use XVideo - oldschool -#system=xv +system=xv # Use simple X-Images - least performant #system=x |