<div>Hi,</div><div><br></div><div>this is the procedure</div><div><br></div><div><h4>Compiling</h4>
This document explains how to install and setup the app_tsp application.<br>
First, you need to have the source code of your Asterisk correctly 
installed on your system 
<p>
Copy the app_rtsp.c file into de Asterisk apps directory, goto the 
Asterisk parent directory and
</p><p>
</p><div class="code">
make<br>
make install
</div>
<p>
</p><h4>Setup</h4>
Enable video support and preferred codecs in sip.conf
<div class="code">
videosupport=yes<br>
<br>
disable=all<br>
allow=ulaw<br>
allow=alaw<br>
allow=h263<br>
allow=h263p<br>
</div>
Now, you can use the application functions in your dialpan, a simple 
setup is like that:
<div class="code">
[default]<br>
exten =&gt; 201,1,Answer<br>
exten =&gt; 201,2,rtsp(rtsp://<a href="http://192.168.1.1/live.sdp">192.168.1.1/live.sdp</a>)<br>
exten =&gt; 201,3,HangUp<br>
</div>

Calling 201 will make the application to connect to the rtsp server and 
start the playback of the media resource to the calling party..
<p>
As not many network cameras support H263 you would need to use the video
 <a>transcoding application</a> to convert MPEG4 to H263</p></div><br>-- <br>_______________________________________<br>Salvatore Frandina<br>website: <a href="http://frandinas.altervista.org">http://frandinas.altervista.org</a><br>
mail: <a href="mailto:salvatore.frandina@gmail.com">salvatore.frandina@gmail.com</a><br><br>_______________________________________<br><br>