From 1099eeae24b28306022ae3663a2766261b3455e4 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 18 Oct 2005 12:07:40 +0000 Subject: *** empty log message *** --- etc/Makefile.am | 6 ++++-- etc/miav.conf | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/Makefile.am b/etc/Makefile.am index e149dab..1e4ee34 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,7 +1,9 @@ EXTRA_DIST = \ - miav.conf + miav.conf \ + multicast.conf sysconfdir=${prefix}/etc/miav dist_sysconf_DATA = \ - miav.conf \ No newline at end of file + miav.conf \ + multicast.conf \ No newline at end of file diff --git a/etc/miav.conf b/etc/miav.conf index 13770e3..7c65300 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -20,9 +20,6 @@ screensize = 19.0 pixel_width = 1024 pixel_height = 768 -# mcast conf file -multicast_configurationfile= "/home/miav/etc/miav/multicast.conf" - # Set to 1 if client is slow ( less than 1.5 ghz ) player_skip_frames = 1 @@ -38,6 +35,9 @@ server_group = "miav" server_movie_root = "/home/miav/miav_movie_files" server_image_root = "/home/miav/miav_image_files" +# Defines the size of the multicasted upd packages (1500 is normal) +udp_packet_size = 1500 + # Video output controls. A sequence of I and P, where I is keyframes # which is fast to create, but uses a lot of discspace. # B uses changes since last frame, is more cpu intensive, but uses a -- cgit v1.2.3