> RTSP client stopped working after HTTP version was upgraded to 1.1. The
> problem is that HTTP/1.1 requires the Host field (see
> http://tools.ietf.org/search/rfc2616#section-14.23).
>
> I use a web server with a RTSP tunneling mod that "proxies" RTSP-over-HTTP to
> a regular RTSP server. The
Hi all,
RTSP client stopped working after HTTP version was upgraded to 1.1. The problem
is that HTTP/1.1 requires the Host field (see
http://tools.ietf.org/search/rfc2616#section-14.23).
I use a web server with a RTSP tunneling mod that "proxies" RTSP-over-HTTP to a
regular RTSP server. The web
Dear Ross,
Thanks for your reply. Well, I do understand your point. That was why I
tried to explain every solution that came to my mind and all were not right
for my case.
About the first solution to run each one in a separate process, all the
controlling is not killing a process or the like. I a
> I am trying to use the openRTSP code in my program and use it to record from
> multiple sources at the same time. Therefore, I need to run each instance in
> a separate thread.
No, the second sentence does not follow logically from the first. (See below.)
> But openRTSP code is not thread s