Any update on this ?

I used latest app_rtsp code with asterisk1.8.13 on my RaspberryPi.

 I want use app_rtsp to work with the IP camera drived  by rovio WowWee.
But there is some trouble I have experienced.
When using HTTP Basic Authorization , because of restircted check , it
can't going further after first describe request.
After I modify the source like the following
//if (CheckHeaderValue(buffer,bufferLen,"WWW-Authenticate","Basic
realm=\"/\""))
if (CheckHeaderValue(buffer,bufferLen,"WWW-Authenticate","Basic
realm=\"RtspServer\""))

It works with Basic Authorization, but after the secondary describe request
with Authorization info is sent,
the process of Asterisk is quit with exception, so the describe responses
is not accepted by app_rtsp.
I have debugged with trace, but I don't get the root cause of this problem.
Any help would be appreciated, thanks a lot.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

Reply via email to