Hello all, Using squid-3.0.STABLE2, Amarok continuously makes annoying, low volume "burping" or "gulping" sounds when I listen to Minnesota public radio's stream and WETA (Washington, D.C.) public radio's stream. These "burping" sounds are not made when using squid-2.5stable13. None of the squid3 log files mentions packets coming from the stream address (which seems to make sense, as the packets aren't being cached, just streaming through squid (correct?)) http://classicalstream1.publicradio.org/ shows what I'm listening to: Server Status: Server is currently up and public. Stream Status: Stream is up at 128 kbps with 241 of 1500 listeners (240 unique) Stream Title: Classical Minnesota Public Radio Content Type: audio/mpeg Stream URL: http://minnesota.publicradio.org/radio/services/cms/ These are the only changes I've made to the default squid3 config file: # 2008mar18, phj: Comment other three and define our local 192.168.1.x network. #acl localnet src 10.0.0.0/8 # RFC1918 possible internal network #acl localnet src 172.16.0.0/12 # RFC1918 possible internal network #acl localnet src 192.168.0.0/16 # RFC1918 possible internal network acl localnet src 192.168.1.0/24 # RFC1918 possible internal network #acl SSL_ports port 443 # 2008mar18, phj: Added 5190 so AOL IM would work from workstations, # and added 5222 and 5223 so gtalk would work from workstations. acl SSL_ports port 443 5190 5222 5223 # 2008mar18, phj: Added ssh line so winXP machine may use WinSCP to connect to # machines via the internet. acl Safe_ports port 22 # ssh # 2008mar18, phj: Added pcr line so I may connect to the PCR app running # at gchs.com, aka olgchs.org. acl Safe_ports port 843 # pcr # 2008mar18, phj: Following their recommendation, uncommented next line. http_access deny to_localhost # 2008mar18, phj: Allow browsing via any machine attached to our local network. http_access allow localnet # 2008mar17, phj: Added since we have two interfaces, but allow # connections only via the internal interface. http_port 192.168.1.12:3128 Anyone know how to make the "burping" cease? Thanks, Pete