[squid-users] How to listen streaming audio * without bypass * squid ?

From: Rejaine Monteiro <rejaine@dont-contact.us>
Date: Thu, 12 Jul 2007 16:54:04 -0300

Hi guys,

I hope one of you will be able to help!

We are using squid-2.5.STABLE12-18.6 (non-transparent proxy)

I use a very minimal configuration (see above)

I allow everything from my local network to anywhere (im in testing phase)

All the web access is working ... but when I try to listen some radios,
like CNN Radio or CBN Radio (from Brazil) It doesn't work, I can see the
the access is granted by the proxy, I can see the total length of the
movie but it's not buffering, so the video never start! There is some
examples:

CCN RADIO - > www.cnn.com
CBN RADIO -> www.cbn.com.br

Some audio/video stuff seems work fine (like CNN PostCast, or some CNN
Videos), but the radio don't work!!

I think this could be a bug because I clearly see in the log that the
access is OK ... but the video never start!

If I remove the proxy (bypass squid) ... all working!!!!!!!! But I
can't do a firewall direct access (for many reasons) for all existent
radio/streaming sites...

There is any tip or configuration to listen these radios *** without
bypass squid *** ?

I tested with others site which use the same application sequence, and
it's working ... And it keep running for some minutes, and after I stopped!

 Somebody can try to access this site from their environment using
Squid? Just to see if I'm the only one!

### My squid.conf ###

http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
emulate_httpd_log off
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
error_directory /usr/share/squid/errors/Portuguese/

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563 7773
acl Safe_ports port 80 81 8080 21 443 563 70 210 1025-65535 554
acl purge method PURGE
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
http_reply_access allow all
icp_access allow all
coredump_dir /var/spool/squid

cache_effective_user squid
cache_effective_group nogroup
logfile_rotate 0
cache_mem 64 MB
Received on Thu Jul 12 2007 - 13:54:13 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:03 MDT