[PATCH] RTSP-Authentication

2014-02-03 Thread Martín Germán Duarte
Hi all, I made a patch to libcurl 7.3.1. This patch deals with the 401 Unauthorized message in the RTSP negotiation, this message is not part of the RTSP standard, but several IP cameras and RTSP servers need authentication to work properly. I have attached the readme.patch and the curl.patch

Re: [PATCH] RTSP-Authentication

2014-02-04 Thread Martín Germán Duarte
Hi Jeremy, you are right. I wanted to say that this issue is not covered in the RTSP implementation in the libcurl 7.3.1. BR, Martin. -- Martín Germán RD Project Engineer Audiovisual Unit Fundació i2CAT www.i2cat.net Phone +34

Re: [PATCH] RTSP-Authentication

2014-02-04 Thread Martín Germán Duarte
* I made a patch to libcurl 7.3.1. This patch deals with the 401 Unauthorized * * message in the RTSP negotiation, this message is not part of the RTSP * * standard, but several IP cameras and RTSP servers need authentication to * * work properly. * * * * I have attached the readme.patch and the