You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/08/26 01:31:07 UTC

DO NOT REPLY [Bug 31952] - mod_proxy and RealPlayer: audio content streaming does not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31952>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31952





------- Additional Comments From ahayes@polkaroo.net  2005-08-26 01:31 -------
I would really like to see a fix to this problem. I suspect i'm having the same issue trying to proxy 
requests to my Darwin Streaming Server.

The issue is that DSS says it can accept HTTP requests on TCP port 80 (although the default TCP port 
554 behaves no differently) but naturally, that conflics with any HTTPD on the same IP. If you *need* to 
run DSS on the same IP as Apache, but want your users (who may be firewall restricted to outbound 
port 80) to still get your streams, then you need to proxy the requests.

I have been trying unsucessfully to have mod_proxy/mod_proxy_http handle these requests. It would 
be great to see either a patch to mod_proxy_http, or a new mod_proxy_rtsp.

Any suggestions for how to help with this? Thank you!

I have DSS set up to listen on 127.0.0.1:554. Apache is listening on external_ip:80. I have put the 
following in httpd.conf, to no avail.

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so

ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>


<Location /media/>
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1

ProxyPass http://127.0.0.1:554/
ProxyPassReverse http://127.0.0.1:554/
</Location>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org