Re: Problems dealing with Authorization in RTSP

2010-08-05 Thread Daniel Stenberg
On Thu, 5 Aug 2010, Tello Oraa wrote: It doesn't work because it's not implemented yet. * -digest authentication OK, I didn't see that in the TODO list on the website, maybe it could be good idea to add it? I'll try to implement at least digest authentication and share it if it works,

Problems dealing with Authorization in RTSP

2010-08-04 Thread Tello Oraa
Hi, I'm writing a RTSP client and I can't find out how to provide authorization when sending a Describe message. I've tried setting CURLOPT_USERPWD but I have only succeeded with HTTP requests and not with RTSP requests. And so, I'm stuck with 401 Unauthorized responses (see the output #1 below).

Re: Problems dealing with Authorization in RTSP

2010-08-04 Thread Christopher Conroy
On Wed, Aug 4, 2010 at 7:54 AM, Tello Oraa tello.o...@sumenor.com wrote: Hi, I’m writing a RTSP client and I can’t find out how to provide authorization when sending a Describe message. I’ve tried setting CURLOPT_USERPWD but I have only succeeded with HTTP requests and not with RTSP requests.