[asterisk-commits] may: branch may/chan_mcu r396423 - /team/may/chan_mcu/branches/1.8/configs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 8 14:28:54 CDT 2013


Author: may
Date: Thu Aug  8 14:28:53 2013
New Revision: 396423

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=396423
Log:
sample config for chan_mcu/res_xmlrpc_mcu

Added:
    team/may/chan_mcu/branches/1.8/configs/chan_mcu.conf   (with props)
    team/may/chan_mcu/branches/1.8/configs/xmlrpc-mcu.conf   (with props)

Added: team/may/chan_mcu/branches/1.8/configs/chan_mcu.conf
URL: http://svnview.digium.com/svn/asterisk/team/may/chan_mcu/branches/1.8/configs/chan_mcu.conf?view=auto&rev=396423
==============================================================================
--- team/may/chan_mcu/branches/1.8/configs/chan_mcu.conf (added)
+++ team/may/chan_mcu/branches/1.8/configs/chan_mcu.conf Thu Aug  8 14:28:53 2013
@@ -1,0 +1,5 @@
+; mcu mediamixer channel config
+;
+[general]
+; bind address for RTP, mandatory!
+bindaddr=192.168.0.1

Propchange: team/may/chan_mcu/branches/1.8/configs/chan_mcu.conf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/may/chan_mcu/branches/1.8/configs/chan_mcu.conf
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/may/chan_mcu/branches/1.8/configs/chan_mcu.conf
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: team/may/chan_mcu/branches/1.8/configs/xmlrpc-mcu.conf
URL: http://svnview.digium.com/svn/asterisk/team/may/chan_mcu/branches/1.8/configs/xmlrpc-mcu.conf?view=auto&rev=396423
==============================================================================
--- team/may/chan_mcu/branches/1.8/configs/xmlrpc-mcu.conf (added)
+++ team/may/chan_mcu/branches/1.8/configs/xmlrpc-mcu.conf Thu Aug  8 14:28:53 2013
@@ -1,0 +1,22 @@
+; mediamixer mgmt config
+;
+; mixer servers, profiles and conference rooms described here
+;
+[mcu1]
+type = mixer		; mediamixer server declaration
+host = 127.0.0.1	; ip of server
+port = 8099		; xmlrpc port
+;
+[profile1]
+type = profile		; profile declaration
+fps = 25		; frames per seconds
+bitrate = 2048		; video stream bitrate
+intraperiod = 30	; vcodec intra period
+mode = 6		; profile resolution (see on mediamixer code, 6 - 720p)
+;
+[room1]
+type = conference	; conf room declaration
+mosaic = 2		; mosaic type (see on chan_mcu or mediamixer code)
+size = 6		; mosaic size (same value set as profile mode)
+profile = profile1	; client videostream profile (ref on profile section)
+;

Propchange: team/may/chan_mcu/branches/1.8/configs/xmlrpc-mcu.conf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/may/chan_mcu/branches/1.8/configs/xmlrpc-mcu.conf
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/may/chan_mcu/branches/1.8/configs/xmlrpc-mcu.conf
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list