diff options
author | deva <deva> | 2005-05-05 20:41:38 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-05 20:41:38 +0000 |
commit | 19bc99be32db5a65c1596ee8beb49a2b3c0d5abd (patch) | |
tree | c20099c11bd22f5a1651a33ce938b17476bb8f5f /etc/miav.conf | |
parent | 099291cc4cc648c1938a7245d9abccbc6738a46d (diff) |
Removed the last pieces of ffmpeg... replaced it with libfame...
Not quite working yet, but all the major code is in place!
Diffstat (limited to 'etc/miav.conf')
-rw-r--r-- | etc/miav.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/miav.conf b/etc/miav.conf index 5e8843f..240d2a0 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -17,7 +17,7 @@ pixel_width = 1024 pixel_height = 768 # How and where to connect to the miav server? -server_addr = "192.168.0.10" +server_addr = "127.0.0.1" server_port = 30000 # Where top store the files recieved by the server |