RE: [squid-users] FW: failure notice

From: Chris Robertson <crobertson@dont-contact.us>
Date: Thu, 19 May 2005 11:53:14 -0800

> -----Original Message-----
> From: Houdek Michal [mailto:Michal.Houdek@mmp.cz]
> Sent: Thursday, May 19, 2005 2:15 AM
> To: squid-users@squid-cache.org
> 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
Received on Thu May 19 2005 - 13:53:51 MDT

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