<div dir="ltr">Any update on this ?<div><br></div><div style>I used latest app_rtsp code with asterisk1.8.13 on my RaspberryPi. </div><div style><br></div><div style><div style="font-family:arial,sans-serif;font-size:14px">
 I want use app_rtsp to work with the IP camera drived  by rovio WowWee.</div><div style="font-family:arial,sans-serif;font-size:14px">But there is some trouble I have experienced. </div><div style="font-family:arial,sans-serif;font-size:14px">
When using HTTP Basic Authorization , because of restircted check , it can&#39;t going further after first describe request.</div><div style="font-family:arial,sans-serif;font-size:14px">After I modify the source like the following </div>
<div style="font-family:arial,sans-serif;font-size:14px">//if (CheckHeaderValue(buffer,bufferLen,&quot;WWW-Authenticate&quot;,&quot;Basic realm=\&quot;/\&quot;&quot;)) </div><div style="font-family:arial,sans-serif;font-size:14px">
if (CheckHeaderValue(buffer,bufferLen,&quot;WWW-Authenticate&quot;,&quot;Basic realm=\&quot;RtspServer\&quot;&quot;))</div><div style="font-family:arial,sans-serif;font-size:14px"><br></div><div style="font-family:arial,sans-serif;font-size:14px">
It works with Basic Authorization, but after the secondary describe request with Authorization info is sent,</div><div style="font-family:arial,sans-serif;font-size:14px">the process of Asterisk is quit with exception, so the describe responses is not accepted by app_rtsp.</div>
<div style="font-family:arial,sans-serif;font-size:14px">I have debugged with trace, but I don&#39;t get the root cause of this problem. </div><div style="font-family:arial,sans-serif;font-size:14px">Any help would be appreciated, thanks a lot.</div>
</div></div>