git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1844 af16638f-c34d-0410-8cfa-b39d5352b314

This commit is contained in:
Denis Zgonjanin 2009-07-07 14:37:09 +00:00
parent 11bab7fa9e
commit ce339707bb
2 changed files with 11 additions and 66 deletions

View File

@ -1,50 +1,50 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<config> <config>
<version>0.4</version> <version>0.4</version>
<porttest host="192.168.0.124" application="oflaDemo"/> <porttest host="localhost" application="oflaDemo"/>
<modules> <modules>
<module name="VideoModule" url="VideoModule.swf" <module name="VideoModule" url="VideoModule.swf"
uri="rtmp://192.168.0.124/oflaDemo" uri="rtmp://localhost/oflaDemo"
onUserJoinedEvent="START" onUserJoinedEvent="START"
onUserLogoutEvent="STOP" onUserLogoutEvent="STOP"
loadNextModule="DeskShareModule" loadNextModule="DeskShareModule"
/> />
<module name="ChatModule" url="ChatModule.swf" <module name="ChatModule" url="ChatModule.swf"
uri="rtmp://192.168.0.124/bigbluebutton" uri="rtmp://localhost/bigbluebutton"
loadNextModule="PresentationModule" loadNextModule="PresentationModule"
onUserJoinedEvent="START" onUserJoinedEvent="START"
onUserLogoutEvent="STOP" onUserLogoutEvent="STOP"
/> />
<module name="ViewersModule" url="ViewersModule.swf" <module name="ViewersModule" url="ViewersModule.swf"
uri="rtmp://192.168.0.124/bigbluebutton" uri="rtmp://localhost/bigbluebutton"
host="conf/join-mock.xml" host="http://localhost/bigbluebutton/conference-session/enter"
onAppInitEvent="LOAD" loadNextModule="ChatModule" onAppInitEvent="LOAD" loadNextModule="ChatModule"
onAppStartEvent="START" onAppStartEvent="START"
onUserLogoutEvent="STOP" onUserLogoutEvent="STOP"
/> />
<module name="ListenersModule" url="ListenersModule.swf" <module name="ListenersModule" url="ListenersModule.swf"
uri="rtmp://192.168.0.124/bigbluebutton" uri="rtmp://localhost/bigbluebutton"
recordingHost="http://192.168.0.124" recordingHost="http://localhost"
loadNextModule="VideoModule" loadNextModule="VideoModule"
onUserJoinedEvent="START" onUserJoinedEvent="START"
onUserLogoutEvent="STOP" onUserLogoutEvent="STOP"
/> />
<module name="PresentationModule" url="PresentationModule.swf" <module name="PresentationModule" url="PresentationModule.swf"
uri="rtmp://192.168.0.124/bigbluebutton" uri="rtmp://localhost/bigbluebutton"
host="http://192.168.0.124" host="http://localhost"
loadNextModule="ListenersModule" loadNextModule="ListenersModule"
onUserJoinedEvent="START" onUserJoinedEvent="START"
onUserLogoutEvent="STOP" onUserLogoutEvent="STOP"
/> />
<module name="DeskShareModule" url="DeskShareModule.swf" <module name="DeskShareModule" url="DeskShareModule.swf"
uri="rtmp://192.168.0.124/deskShare" uri="rtmp://localhost/deskShare"
onUserJoinedEvent="START" onUserJoinedEvent="START"
onUserLogoutEvent="STOP" onUserLogoutEvent="STOP"
/> />
<!--module name="PhoneModule" url="PhoneModule.swf" <!--module name="PhoneModule" url="PhoneModule.swf"
uri="rtmp://192.168.0.124/sip" uri="rtmp://localhost/sip"
onUserJoinedEvent="START" onUserJoinedEvent="START"
onUserLogoutEvent="STOP" onUserLogoutEvent="STOP"
/--> /-->

View File

@ -1,55 +0,0 @@
<modules version="0.4a">
<!--module name="LoginModule" url="LoginModule.swf"
uri="http://localhost:8080/bigbluebutton/join/signIn"
onAppInitEvent="LOAD" loadNextModule="ChatModule"
onAppStartEvent="START"
onUserLogoutEvent="STOP"
uri="http://localhost:8080/bigbluebutton/conference-session/enter"
/-->
<!--
<module name="JoinModule" url="JoinModule.swf"
uri="conf/join-mock.xml"
onAppInitEvent="LOAD"
onAppStartEvent="START"
onUserLogoutEvent="STOP"
/>
host="http://localhost:8080/bigbluebutton/conference-session/enter"
-->
<module name="VideoModule" url="VideoModule.swf"
uri="rtmp://localhost/oflaDemo"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
<module name="ChatModule" url="ChatModule.swf"
uri="rtmp://localhost/bigbluebutton"
loadNextModule="PresentationModule"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
<module name="ViewersModule" url="ViewersModule.swf"
uri="rtmp://localhost/bigbluebutton"
host="conf/join-mock.xml"
onAppInitEvent="LOAD" loadNextModule="ChatModule"
onAppStartEvent="START"
onUserLogoutEvent="STOP"
/>
<module name="ListenersModule" url="ListenersModule.swf"
uri="rtmp://localhost/bigbluebutton"
recordingHost="http://localhost"
loadNextModule="VideoModule"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
<module name="PresentationModule" url="PresentationModule.swf"
uri="rtmp://localhost/bigbluebutton"
host="http://localhost:8080"
loadNextModule="ListenersModule"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
</modules>