Re: [squid-users] Streaming audio "burps"

From: Adrian Chadd <adrian@dont-contact.us>
Date: Tue, 25 Mar 2008 13:00:58 +0900

G'day,

Its a miracle that streaming media (With whatever quality of service issues
it has) works through Squid. Squid does things "best effort", and doesn't
try to schedule IO between peers in any guaranteed way.

That said, if there's an issue with streaming data going through it then
I'd point my finger at issues in the communication code. Try Squid-2.6
or a Squid-2.7 snapshot and see if there are issues in those versions.

Adrian

On Wed, Mar 19, 2008, pete johnson wrote:
> 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
>
>
>
>

-- 
- Xenion - http://www.xenion.com.au/ - VPS Hosting - Commercial Squid Support -
- $25/pm entry-level VPSes w/ capped bandwidth charges available in WA -
Received on Tue Mar 25 2008 - 04:49:40 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Apr 01 2008 - 13:00:05 MDT