A example dialplan is shown below:

exten => 5003,1,Answer()
exten => 5003,n,Rtsp(rtsp://192.168.1.1/live.sdp)
exten => 5003,n,Hangup()

That means some caller(such as 5001) call 5003 will follow these steps?
1,answer ()
2,receive rtsp stream from rtsp://192.168.1.1/live.sdp
3,convert and play the stream to the caller(5001)
4,hangup ()

Is that correct?
在 2010年6月24日 下午9:23,Klaus Darilion <[email protected]>写道:

>
>
> Am 24.06.2010 14:59, schrieb 李波:
> > Hi klaus,
> >
> > Only receive rtsp?
> > What does asterisk do when it use app_rtsp?
> > Receive rtsp stream?
>
> Yes, the RTSP stream is received, and then by app_rtsp converted into
> the Asterisk internal format.
>
> > Not play the stream to the client?
>
>  Once the audio is "inside" Asterisk you can do whatever Asterisk can do
> with Audio, e.g. send it to a SIP client as RTP stream (but you can not
> send RTSP - but I think you do not even want this).
>
> PS: Please stay on the mailing list
>
> regards
> Klaus
>
>
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

Reply via email to