diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-16 13:50:19 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-16 13:50:19 +0200 |
commit | 53ba467fd081793508a51650b5ef85572953dadb (patch) | |
tree | bb9c23e723bc7ec9c7fccb840eef4a9b2ddf307b | |
parent | ea9b3d79923920c5f8f83923c1af8dd516180796 (diff) |
Remove Client-Config from Server-ini
-rw-r--r-- | voctocore/default-config.ini | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index b7751f0..663a853 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -9,15 +9,3 @@ sources=cam1,cam2,grabber ; disable if ui & server run on the same computer and exchange uncompressed video frames enabled=true videocaps=video/x-raw,width=1024,height=576,framerate=25/1 - -[pause] -;image=/video/pause.png -video=/video/pause.m4v -audio=/video/dudel.m4a - -[nostream] -image=/video/nosteam.png -;video=/video/nosteam.m4v -audio=/video/dudel.m4a - -[client] |