<div>Hi klaus,</div>
<div> </div>
<div>I followed your instruction to setup my Asterisk-Video envirement, and everything is ok now.</div>
<div>I want to receive rtp+h.263 stream from one soft sip phone and re-package them into rtsp stream to play back to another soft sip phone.</div>
<div> </div>
<div>I am confused whether I need an Darwin Server?</div>
<div> </div>
<div>The first option can do that ?</div>
<div>If it can do that ,can you show me some sample dialplan for this situation?</div>
<div> </div>
<div>Best Regards.</div>
<div> </div>
<div>Winters.</div>
<div> </div>
<div>>><i> You have 2 options:<br></i>>><i> 1. video is provided by Asterisk<br></i>>><i><br></i>>><i> SIP phone <--SIP+RTP--> Asterisk<br></i>>><i> ^ (using mp4play())<br>
</i>>><i> |<br></i>>><i> video.mp4<br></i>>><i><br></i>>><i><br></i>>><i> 2. video is provided by a streaming server (e.g. darwin) and Asterisk<br>
</i>>><i> (app_rtsp.c) bridges between the SIP call and the video stream.<br></i>>><i><br></i>>><i> SIP phone <--SIP+RTP--> Asterisk <---RTSP-------> Darwin<br></i>>><i> (using rtsp()) ^<br>
</i>>><i> |<br></i>>><i> video.mp4<br></i></div>