From e3710646f6557a1592fbffa910ebed674cd9edf0 Mon Sep 17 00:00:00 2001
From: deva <deva>
Date: Tue, 17 May 2005 14:30:56 +0000
Subject: Added code, preparing threaded encoding.

---
 etc/miav.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'etc')

diff --git a/etc/miav.conf b/etc/miav.conf
index c146221..a0692a2 100644
--- a/etc/miav.conf
+++ b/etc/miav.conf
@@ -17,8 +17,8 @@ pixel_width	= 1024
 pixel_height	= 768
 
 # How and where to connect to the miav server?
-server_addr	= "127.0.0.1"
-server_port	= 30000
+server_addr	= "10.3.20.232"
+server_port	= 18120
 
 # Where top store the files recieved by the server
 server_root	= "/tmp/miav_files"
@@ -27,7 +27,7 @@ server_root	= "/tmp/miav_files"
 # which is fast to create, but uses a lot of discspace.
 # B uses changes since last frame, is more cpu intensive, but uses a
 # lot less diskspace than I frames
-frame_sequence	= "IPPPPPPPPPP"
+frame_sequence	= "IIPIP"
 
 # quality in % - 100% is best quality
-frame_quality	= 90
+frame_quality	= 80
-- 
cgit v1.2.3