summaryrefslogtreecommitdiff
path: root/etc/miav.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/miav.conf')
-rw-r--r--etc/miav.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/miav.conf b/etc/miav.conf
index a0692a2..476bbef 100644
--- a/etc/miav.conf
+++ b/etc/miav.conf
@@ -17,11 +17,11 @@ pixel_width = 1024
pixel_height = 768
# How and where to connect to the miav server?
-server_addr = "10.3.20.232"
+server_addr = "127.0.0.1"
server_port = 18120
# Where top store the files recieved by the server
-server_root = "/tmp/miav_files"
+server_root = "/home/miav/miav_files"
# Video output controls. A sequence of I and P, where I is keyframes
# which is fast to create, but uses a lot of discspace.
@@ -31,3 +31,7 @@ frame_sequence = "IIPIP"
# quality in % - 100% is best quality
frame_quality = 80
+
+# The number of threads started for paralel encoding on the server
+# (for multiprocessor systems)
+encoding_threads = 4