[Asterisk-video] Re: Testing h324m loopback
matteo brancaleoni
mbrancaleoni at espia.it
Tue Feb 27 03:15:31 MST 2007
Hi,
On Tue, 2007-02-27 at 11:13 +0100, Sergio Garcia Murillo wrote:
<snip>
> Remove the log files in /tmp and run it again.
> It should create a media_out_XXX.raw file for output video stream if
> everything is correct,
> rename it to .h263 and play it with vlc to see if it's correct.
> If everything is fine thenh263 stream is been sent correctly to the handset
> so it's not correctly
> encoded yet.
Ok, I found out the issue.
I placed the Answer() in the wrong place.
So seems that if you use h324_gw(), the answer
must not be placed before it, but
in the local channel it creates, so:
[from-bri]
exten => _X.,1,h324m_gw(play at video)
[video]
exten => play,1,Answer
exten => play,n,mp4play(/tmp/video.mp4)
good good :)
going on with testing....
thanks again,
Matteo.
--
Matteo Brancaleoni
R&D Director
Tel :+39.02.70633354
Voip :sip:matteo at sip.voismart.it
More information about the asterisk-video
mailing list