Hehe, yeah I noticed that. I had the input for the server set to the whole mixer balance as opposed to the Winamp output. It works because I have some WMA files that don't come out Winamp's balance.
I sooo knew you were the client that was actually streaming without any buffer.. that and the IP was a Class A Block 4 from BBN meaning some serious bandwidth and lack of latency.
no subject
Date: 2002-05-31 12:31 pm (UTC)no subject
Date: 2002-05-31 01:36 pm (UTC)no subject
Date: 2002-05-31 01:27 pm (UTC)no subject
Date: 2002-05-31 01:35 pm (UTC)I sooo knew you were the client that was actually streaming without any buffer.. that and the IP was a Class A Block 4 from BBN meaning some serious bandwidth and lack of latency.
No, I don't obsess over my logs..
no subject
Date: 2002-05-31 01:52 pm (UTC)(... after grepping ...)
#!/usr/bin/perl use Socket; use File::Slurp; @in = read_file($ARGV[0]); foreach (@in) { $name = gethostbyaddr(inet_aton((split(/ /,$_))[0]),AF_INET); if ($name eq "") { $addr{(split(/ /,$_))[0]}++; } else { $addr{$name}++; } } foreach (keys %addr) { print "$_ ($addr{$_})\n"; }I think I understand..
Date: 2002-05-31 02:26 pm (UTC)no subject
Date: 2002-05-31 07:41 pm (UTC)