[Asterisk-video] Help:app_rtsp cannot work in asterisk1.8

hongang Z hongangcn at gmail.com
Sat Jun 1 07:27:42 CDT 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-video/attachments/20130601/426ebcb2/attachment.htm>


More information about the asterisk-video mailing list