gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] Downsampling disabled for 192.168.1.1


From: Dan Martin
Subject: Re: [Gnump3d-users] Downsampling disabled for 192.168.1.1
Date: Wed, 04 Aug 2004 23:36:36 -0500

On Wed, 2004-08-04 at 03:55, Mark Schouten wrote:
> On Wed, 2004-08-04 at 04:33, Dan Martin wrote:
> 
> > To troubleshoot, I ran gnump3d from the command line with --debug and
> > watched the output.  It reported:
> > 
> > Downsampling disabled for: 192.168.1.1
> > 
> > Of course, 192.168.1.1 is my router.  All requests are guaranteed to
> > come from this address.  But, why is downsampling disabled?  I looked
> > through my gnump3d.conf, but there's nothing relevant.  
> > 
> > I think the code causing it is this:
> > 
> > # Only downsample if this IP is in the right range.
> >      if ( &downsampleAddress( $connected_address ) )
> >      {
> >            print "Downsampling disabled for: $connected_address\n";
> >    &serveFile($data, $file);
> >      }
> 
> Correct.
> 
> > But, I still don't understand.  Why is downsampling disabled for 
> > 192.168.1.1?  How can I enable it?
> 
> It should be configured in your gnump3d.conf
> 
> look for
> 
> # downsample_clients = ALL
> # no_downsample_clients = 192.168.0.0/24
> 
> This implies that 192.168.1.1 will not be getting downsampled streams.
> 
> Mark

Thanks, that fixed it. 

They weren't in my gnump3.conf.  That's probably my fault.  Perhaps I
didn't merge it correctly after an update (I'm on Gentoo).

I should have RTFM because it mentions the downsample_client option.  It
doesn't mention no_downsample_clients, so I still would've ended up
asking the list because downsample_clients=ALL alone doesn't fix it.

Thanks again!
Dan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]