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: Mark Schouten
Subject: Re: [Gnump3d-users] Downsampling disabled for 192.168.1.1
Date: Wed, 04 Aug 2004 10:55:11 +0200

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

-- 
Mark Schouten <address@hidden>





reply via email to

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