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

2014-01-08 Thread Victor Gottardi
Thank you Ross for the very quick fix. It works fine with the new version. Victor ___ live-devel mailing list live-devel@lists.live55

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