<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I am trying to recieve using openRTSP an RTSP stream over HTTP using
Apache as a "proxy" (using mod_proxy and mod_http_proxy).<br>
<br>
My Apache configuration is the following:<br>
<br>
<small><i><IfModule mod_proxy.c><br>
ProxyRequests Off<br>
<br>
<Proxy *><br>
Order deny,allow<br>
Allow from all<br>
</Proxy><br>
<br>
ProxyPass /media/ <a class="moz-txt-link-freetext" href="http://127.0.0.1:8080/">http://127.0.0.1:8080/</a><br>
ProxyPassReverse /media/ <a class="moz-txt-link-freetext" href="http://127.0.0.1:8080/">http://127.0.0.1:8080/</a><br>
<br>
</IfModule></i></small><br>
<br>
When I send a request to the server, for example: ./openRTSP -T 80
<a class="moz-txt-link-freetext" href="rtsp://127.0.0.1/media/17569370928202">rtsp://127.0.0.1/media/17569370928202</a>, comunication is not correctly
stablished and apache reports<br>
<br>
<small><i> (70007)The timeout specified has expired: proxy: prefetch
request body failed to 127.0.0.1:8080 (127.0.0.1) from</i></small><br>
<br>
which could show some kind of problem with the live555 media server
that is running in the 8080 port for supporting RTSP over HTTP.<br>
<br>
I am using the 2011.11.02 version of live555.<br>
<br>
Is there any miss-configuration? <br>
Is there any kind of problem between live555 and apache server?<br>
Is there any other possibility in order to support RTSP over HTTP
and a web service over 80 port in the same machine?<br>
<br>
Thanks in advance<br>
<br>
Ángel <br>
<br>
<br>
<br>
</body>
</html>