<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>&gt;&gt;<i> You have 2 options:<br></i>&gt;&gt;<i> 1. video is provided by Asterisk<br></i>&gt;&gt;<i><br></i>&gt;&gt;<i> SIP phone &lt;--SIP+RTP--&gt; Asterisk<br></i>&gt;&gt;<i>                           ^  (using mp4play())<br>
</i>&gt;&gt;<i>                           |<br></i>&gt;&gt;<i>                        video.mp4<br></i>&gt;&gt;<i><br></i>&gt;&gt;<i><br></i>&gt;&gt;<i> 2. video is provided by a streaming server (e.g. darwin) and Asterisk<br>
</i>&gt;&gt;<i> (app_rtsp.c) bridges between the SIP call and the video stream.<br></i>&gt;&gt;<i><br></i>&gt;&gt;<i> SIP phone &lt;--SIP+RTP--&gt; Asterisk &lt;---RTSP-------&gt; Darwin<br></i>&gt;&gt;<i>                       (using rtsp())               ^<br>
</i>&gt;&gt;<i>                                                    |<br></i>&gt;&gt;<i>                                                video.mp4<br></i></div>