[Asterisk-video] 回复: Re: Need some help regarding Asterisk video setup

李波 tempterli at gmail.com
Thu Jun 24 20:58:22 CDT 2010


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 <klaus.mailinglists at pernau.at>写道:

>
>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20100625/6343e191/attachment.htm 


More information about the asterisk-video mailing list