[Live-devel] openRTSP + Apache + mediaServer
Ángel Durán Alcaide
aduran at tredess.com
Wed Dec 21 01:29:49 PST 2011
Hi,
I am trying to recieve using openRTSP an RTSP stream over HTTP using
Apache as a "proxy" (using mod_proxy and mod_http_proxy).
My Apache configuration is the following:
/<IfModule mod_proxy.c>
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /media/ http://127.0.0.1:8080/
ProxyPassReverse /media/ http://127.0.0.1:8080/
</IfModule>/
When I send a request to the server, for example: ./openRTSP -T 80
rtsp://127.0.0.1/media/17569370928202, comunication is not correctly
stablished and apache reports
/ (70007)The timeout specified has expired: proxy: prefetch request body
failed to 127.0.0.1:8080 (127.0.0.1) from/
which could show some kind of problem with the live555 media server that
is running in the 8080 port for supporting RTSP over HTTP.
I am using the 2011.11.02 version of live555.
Is there any miss-configuration?
Is there any kind of problem between live555 and apache server?
Is there any other possibility in order to support RTSP over HTTP and a
web service over 80 port in the same machine?
Thanks in advance
Ángel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111221/60520b9f/attachment.html>
More information about the live-devel
mailing list