> -----Original Message----- > From: Houdek Michal [mailto:Michal.Houdek@xxxxxx] > Sent: Thursday, May 19, 2005 2:15 AM > To: squid-users@xxxxxxxxxxxxxxx > Subject: [squid-users] FW: failure notice > > > > Hello could anybody help with configuring SQUID ability for real player > streaming. > > > I found this and it doesnt work: > > > acl RealMime req_mime_type ^audio/x-pn-realaudio > acl RealMime req_mime_type ^application/x-rtsp-tunnelled > acl realplay browser RealMedia > acl STREAM urlpath_regex -i \.rstp$ \.ra$ \.mov$ \.avi$ \.ram$ > acl RealPlayer url_regex ^http://[^/]+/SmpDsBhgRl > > > http_access allow RealMime > http_access allow STREAM > http_access allow RealPlayer > http_access allow realplay > > > > What's the problem? > > > In real player, I set for RTSP>- Proxy: [IP of proxy] - Port: > 3128(SQUID port) > > > Thanks Mike Squid is an HTTP proxy, and doesn't understand the RTSP protocol. Set Real to use Squid as an HTTP proxy, or install an RTSP proxy (http://www.rtsp.org/2001/proxy/ for example), and you'll probably have better luck. Chris