[Asterisk-video] Playing Videos in Asterisk [Settings in Conf files]

Patrick asterisk-list at puzzled.xs4all.nl
Tue Jun 10 08:48:00 CDT 2008


On Tue, 2008-06-10 at 16:59 +0530, Sharan Saxena wrote:
> Dear All,
>            For playing videos, I set up my sip.conf as:
> [general]
> videosupport = yes
> 
> [peer1]
> videosupport = yes
> allow = ulaw
> allow = alaw
> allow = h261
> allow = h263
> allow = h263p
> allow = h264

The way I would do this is (copying your choices):

[peer1]
videosupport=yes
disallow=all
allow=alaw,ulaw,h261,h263,h263p,h264


> Questions
> ---------
> > Do I need to make any more settings in the .conf files?
> > How does add support for mp4 files?

Don't know.

Regards,
Patrick




More information about the asterisk-video mailing list