diff --git a/bigbluebutton-client/src/conf/config.xml b/bigbluebutton-client/src/conf/config.xml index a901cecb4a277d8fbb863e6c9229bab220dacfd5..1601107c2d3c062910188e8c1e417e230561e75c 100755 --- a/bigbluebutton-client/src/conf/config.xml +++ b/bigbluebutton-client/src/conf/config.xml @@ -1,58 +1,58 @@ <?xml version="1.0" ?> <config> <version>dev build</version> - <help url="http://192.168.0.120/help.html"/> - <porttest host="192.168.0.120" application="video"/> + <help url="http://192.168.0.172/help.html"/> + <porttest host="192.168.0.172" application="video"/> <modules> <module name="ChatModule" url="ChatModule.swf" - uri="rtmp://192.168.0.120/bigbluebutton" + uri="rtmp://192.168.0.172/bigbluebutton" loadNextModule="ListenersModule" onUserJoinedEvent="START" onUserLogoutEvent="STOP" /> - <!--host="http://192.168.0.120/bigbluebutton/conference-session/enter"--> + <!--host="http://192.168.0.172/bigbluebutton/conference-session/enter"--> <!--host="conf/join-mock.xml"--> <module name="ViewersModule" url="ViewersModule.swf" - uri="rtmp://192.168.0.120/bigbluebutton" - host="http://192.168.0.120/bigbluebutton/conference-session/enter" + uri="rtmp://192.168.0.172/bigbluebutton" + host="conf/join-mock.xml" onAppInitEvent="LOAD" loadNextModule="ChatModule" onAppStartEvent="START" onUserLogoutEvent="STOP" /> <module name="ListenersModule" url="ListenersModule.swf" - uri="rtmp://192.168.0.120/bigbluebutton" - recordingHost="http://192.168.0.120" + uri="rtmp://192.168.0.172/bigbluebutton" + recordingHost="http://192.168.0.172" loadNextModule="DeskShareModule" onUserJoinedEvent="START" onUserLogoutEvent="STOP" /> - <module name="DeskShareModule" url="DeskShareModule.swf" uri="rtmp://192.168.0.120/deskShare" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PhoneModule" /> + <module name="DeskShareModule" url="DeskShareModule.swf" uri="rtmp://192.168.0.172/deskShare" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PhoneModule" /> <module name="PhoneModule" url="PhoneModule.swf" - uri="rtmp://192.168.0.120/sip" + uri="rtmp://192.168.0.172/sip" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="VideoconfModule" /> <module name="VideoconfModule" url="VideoconfModule.swf" - uri="rtmp://192.168.0.120/video" + uri="rtmp://192.168.0.172/video" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PresentModule" /> <module name="HighlighterModule" url="HighlighterModule.swf" - uri="rtmp://192.168.0.120/bigbluebutton" + uri="rtmp://192.168.0.172/bigbluebutton" onUserJoinedEvent="START" onUserLogoutEvent="STOP" /> <module name="PresentModule" url="PresentModule.swf" - uri="rtmp://192.168.0.120/bigbluebutton" - host="http://192.168.0.120" + uri="rtmp://192.168.0.172/bigbluebutton" + host="http://192.168.0.172" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="HighlighterModule"