a high-quality learning experience to remote students. WWW: http://www.bigbluebutton.org/
94 lines
3.6 KiB
XML
94 lines
3.6 KiB
XML
--- client/conf/config.xml.orig 2010-11-11 12:59:00.000000000 +0000
|
|
+++ client/conf/config.xml 2010-11-11 13:01:09.000000000 +0000
|
|
@@ -2,9 +2,9 @@
|
|
<config>
|
|
<localeversion>0.71</localeversion>
|
|
<version>3794-2010-11-08</version>
|
|
- <help url="http://192.168.0.135/help.html"/>
|
|
- <porttest host="192.168.0.135" application="video"/>
|
|
- <application uri="rtmp://192.168.0.135/bigbluebutton" host="http://192.168.0.135/bigbluebutton/api/enter" />
|
|
+ <help url="http://%%BBB_HOSTNAME%%/help.html"/>
|
|
+ <porttest host="%%BBB_HOSTNAME%%" application="video"/>
|
|
+ <application uri="rtmp://%%BBB_HOSTNAME%%/bigbluebutton" host="http://%%BBB_HOSTNAME%%/bigbluebutton/api/enter" />
|
|
<language userSelectionEnabled="true" />
|
|
<skinning enabled="true" url="branding/css/WindowsXP_default.swf" />
|
|
<debug showDebugWindow="true" />
|
|
@@ -12,62 +12,62 @@
|
|
<modules>
|
|
|
|
<module name="ChatModule" url="ChatModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/bigbluebutton"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/bigbluebutton"
|
|
dependsOn="ViewersModule"
|
|
translationOn="true"
|
|
translationEnabled="true"
|
|
/>
|
|
|
|
<module name="ViewersModule" url="ViewersModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/bigbluebutton"
|
|
- host="http://192.168.0.135/bigbluebutton/api/enter"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/bigbluebutton"
|
|
+ host="http://%%BBB_HOSTNAME%%/bigbluebutton/api/enter"
|
|
allowKickUser="false"
|
|
/>
|
|
|
|
<module name="ListenersModule" url="ListenersModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/bigbluebutton"
|
|
- recordingHost="http://192.168.0.135"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/bigbluebutton"
|
|
+ recordingHost="http://%%BBB_HOSTNAME%%"
|
|
/>
|
|
|
|
<module name="DeskShareModule"
|
|
url="DeskShareModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/deskShare"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/deskShare"
|
|
/>
|
|
|
|
<module name="PhoneModule" url="PhoneModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/sip"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/sip"
|
|
dependsOn="ViewersModule"
|
|
/>
|
|
|
|
<module name="VideoconfModule" url="VideoconfModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/video"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/video"
|
|
dependsOn="ViewersModule"
|
|
videoQuality="100"
|
|
presenterShareOnly="false"
|
|
/>
|
|
|
|
<module name="WhiteboardModule" url="WhiteboardModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/bigbluebutton"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/bigbluebutton"
|
|
dependsOn="PresentModule"
|
|
/>
|
|
|
|
<module name="PresentModule" url="PresentModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/bigbluebutton"
|
|
- host="http://192.168.0.135"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/bigbluebutton"
|
|
+ host="http://%%BBB_HOSTNAME%%"
|
|
dependsOn="ViewersModule"
|
|
/>
|
|
|
|
<!-- new module in development:
|
|
<module name="DynamicInfoModule" url="DynamicInfoModule.swf?v=3794"
|
|
- uri="rtmp://192.168.0.135/bigbluebutton"
|
|
- host="http://192.168.0.135"
|
|
- infoURL="http://192.168.0.135/client/conf/example-info-data.xml?user={userID}&role={role}&meetingID={meetingID}"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/bigbluebutton"
|
|
+ host="http://%%BBB_HOSTNAME%%"
|
|
+ infoURL="http://%%BBB_HOSTNAME%%/client/conf/example-info-data.xml?user={userID}&role={role}&meetingID={meetingID}"
|
|
/>
|
|
-->
|
|
|
|
<!--<module name="ExampleChatModule" url="ExampleChatModule.swf?v=56"
|
|
- uri="rtmp://192.168.0.135/bigbluebutton"
|
|
- host="http://192.168.0.135"
|
|
+ uri="rtmp://%%BBB_HOSTNAME%%/bigbluebutton"
|
|
+ host="http://%%BBB_HOSTNAME%%"
|
|
/>-->
|
|
|
|
<!--<module name="BreakoutModule" url="BreakoutModule.swf?v=3794"
|