No subject
Thu Jul 12 09:23:04 CDT 2007
thus we are unable to set. While debugging the code, I see a mismatch
between the channel native format and the existing format for videos which
asterisk has. My channel native format value is 8, which I think corresponds
to the case of alaw (1<<3).
I do a "sip show settings" and note that:
Videosupport = Yes
Codec Order: g722:20, g723:30,alaw:20,ulaw:20
The audio file which I have plays, but the video file [.h263] fails to play.
I am using a Bria Soft Phone, and my Linux OS is CentOs 5 configured as a
Virtual Machine on Windows Vista.
Welcoming your suggestions and help,
Regards
Sharan
------------------------------
Date: Tue, 10 Jun 2008 15:48:00 +0200
From: Patrick <asterisk-list at puzzled.xs4all.nl>
The way I would do this is (copying your choices):
[peer1]
videosupport=yes
disallow=all
allow=alaw,ulaw,h261,h263,h263p,h264
Regards,
Patrick
-----------
From: "Sharan Saxena" <ssaxena at devfoundry.com>
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
Questions
---------
> Do I need to make any more settings in the .conf files?
> How does add support for mp4 files?
Thanks for your help,
Sharan
More information about the asterisk-video
mailing list