⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.xml

📁 OpenMeetings是一款基于LGPL协议发布的多语言支持的开源网络视频会议软件
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8" ?><config><!-- URL/IP to use for the Server    if this value is empty it will try to connect to the     domain-name the OpenMeetings-Client has been loading from      --><rtmphostlocal></rtmphostlocal><!--  Port to use for the ServerTo this port the default server lookup is doneYou can find all this configuraiton in your red5-Config in: $RED5_HOME/conf/red5.properties --><rtmpport>1935</rtmpport><!-- Port to use for the ServerTo this port the fallback is done once the default rtmport failedthis should workaround 99% of all firewalls --><rtmpTunnelport>8088</rtmpTunnelport><!-- Port to use for the ServerThis port is used to connec to the http-servletof the red5-servlet --><red5httpport>5080</red5httpport>	<!--	These colors are the main colors and style the hole application --><basebgcolorizer>0xB0C4DE</basebgcolorizer><baseMousecolorizer>0xC4D5E6</baseMousecolorizer><baseMouseOvercolorizer>0xC4D5E6</baseMouseOvercolorizer>	<!-- 	Version number of this distro --><currentappversion>Version 0.5.1</currentappversion>    <!--    Name of the Application    this is the Top-Icon Name of the Application -->    <currentappname>OpenMeetings 0.5.1 (r1406)</currentappname>        <!--     URL to the Home of the Application    this is the URL which is used if you click on the Top-icon-->    <currentappnameurl>http://openmeetings.googlecode.com</currentappnameurl>        <!--    URL to Bugs/Support    this is the URL which is used if you click on *report a bug* --><currentappnamebugurl>http://code.google.com/p/openmeetings/issues/list</currentappnamebugurl>           <!--    Video-Settings    this value is used in Audio_Streaming, at which the *activity-meter* will    send a notification for all connected hosts of a conference    the result of this notification is that you see the green-light highlighted if    a remote user is speaking --><loudnessAcitviation>7</loudnessAcitviation>       <!--    OpenMeetings-Webapp Name    This is the name of the WebApp the Client will try to connect    in former versions (till 0.5 Beta7) the name was xmlcrm    the same param kann be find in the webapp in the Red5-Webapp    red5-web.properties    web.xml --><webAppRootKey>openmeetings</webAppRootKey>      <!--    Window-Effect Settings    showWindowEffect-values:    y = yes    n = no    showWindowEffectOpacity-values    between 0 and 1 --><showWindowEffect>y</showWindowEffect>    	<!--	First day in the Week used by the Calendar	0 means Sunday	1 means Monday	this is the way how the Celendar inits a week--><firstdayinweek>1</firstdayinweek>	            <!--    #############################################################################    Audio and Video Settings    Before you change settings here,    you should first Play and learn how the Settings work in the Documentation:    http://code.google.com/p/openmeetings/wiki/AudioVideoTestingApplication    ############################################################################# -->    <!-- Camera Settings for the FramesPerSecond        fps:Number [optional] - The requested rate at which the camera should capture     data, in frames per second. The default value is 15. -->    <framesPerSecond>30</framesPerSecond>        <!-- Camera Settings for the Bandwidth:        bandwidth:Number [optional] - An integer that specifies the maximum amount     of bandwidth that the current outgoing video feed can use, in bytes per second.     To specify that Flash video can use as much bandwidth as needed to maintain     the value of frameQuality, pass 0 for bandwidth. The default value is 16384. --><!-- These are the settings for the Quality-Modus *normal*    The Quality-Modus can be chosen in the Login-Box --> <bandwidthNeededNormal>16384</bandwidthNeededNormal>    <!-- These are the settings for the Quality-Modus *best* -->    <bandwidthNeededBest>32768</bandwidthNeededBest>        <!-- Camera Settings for the Quality        quality:Number [optional] - An integer that specifies the required level of     picture quality, as determined by the amount of compression being applied to     each video frame. Acceptable values range from 1 (lowest quality, maximum     compression) to 100 (highest quality, no compression). To specify that picture     quality can vary as needed to avoid exceeding bandwidth, pass 0 for quality.     The default value is 0. --> <!-- These are the settings for the Quality-Modus *normal* -->  <camQualityNormal>75</camQualityNormal>     <!-- These are the settings for the Quality-Modus *best* -->       <camQualityBest>75</camQualityBest>         <!-- Microphone Settings for the Rate:        rate:Number -     The rate at which the microphone should capture sound, in kHz.     Acceptable values are 5, 8, 11, 22, and 44.     The default value is 8 kHz if your sound capture     device supports this value. Otherwise, the default value     is the next available capture level above 8 kHz that your sound     capture device supports, usually 11 kHz. --><!-- Quality-Modus *normal* --><microphoneRateNormal>22</microphoneRateNormal><!-- Microphone Settings Quality-Modus *best* -->    <microphoneRateBest>44</microphoneRateBest>              </config>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -