Re: [Live-devel] Problem with HTTP/1.1 in RTSP-over-HTTP

2014-01-06 Thread Ross Finlayson
> 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

[Live-devel] Problem with HTTP/1.1 in RTSP-over-HTTP

2014-01-06 Thread Victor Gottardi
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

Re: [Live-devel] To use openRTSP in a multi-thread program

2014-01-06 Thread Ehsan Adeli
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

Re: [Live-devel] To use openRTSP in a multi-thread program

2014-01-06 Thread Ross Finlayson
> 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