[asterisk-commits] rizzo: branch rizzo/video_v2 r82754 - /team/rizzo/video_v2/configs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 18 10:55:29 CDT 2007


Author: rizzo
Date: Tue Sep 18 10:55:28 2007
New Revision: 82754

URL: http://svn.digium.com/view/asterisk?view=rev&rev=82754
Log:
example configuration for oss. alsa should have similar entries


Modified:
    team/rizzo/video_v2/configs/oss.conf.sample

Modified: team/rizzo/video_v2/configs/oss.conf.sample
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_v2/configs/oss.conf.sample?view=diff&rev=82754&r1=82753&r2=82754
==============================================================================
--- team/rizzo/video_v2/configs/oss.conf.sample (original)
+++ team/rizzo/video_v2/configs/oss.conf.sample Tue Sep 18 10:55:28 2007
@@ -72,4 +72,20 @@
 
 [card1]
     ; device = /dev/dsp1	; alternate device
-
+; Additional settings to try videosupport.
+; 'videodevice = /dev/video0' uses your V4L webcam as video source
+; 'videodevice = X11' (capital) transmits the content of the upper left
+;	corner of your X11 display,
+; videowitdh and videoheight set the resolution - please note that
+;	codecs and other videophones only support some standard resolutions
+;	e.g. 176x144, 352x288, 320x240 ...
+; 'bitrate' is the net video bit rate (plus you have RTP/UDP/IP overhead,
+;	also consider that the traffic is very bursty
+[general](+)			; additional settings for videosupport
+    overridecontext=yes		; so you can specify a SIP/xx at yy 'number'
+    videodevice = X11		; X11 grabber
+    ; videodevice = /dev/video0	; Use this if you have a webcam...
+    videowidth = 352		; either 352x2
+    videoheight = 288		;
+    fps = 15			;
+    bitrate = 65000		;




More information about the asterisk-commits mailing list