Red5 Install/Demo Installer
Red5Install/DemoInstaller ¶* 2011.4.20
<li><a href="installer" target="_blank">Install</a> a ready-made application</li>^M
<li>Launch a <a href="demos">demo</a></li>^M
</ul>^M
* FLEX ÀÇ source
tcheun@enk:~/red5-0.9.1/webapps/installer$ ls
AC_OETags.js history installer.swf
WEB-INF index.html playerProductInstall.swf
webapp.contextPath=/installer^M
webapp.virtualHosts=localhost, localhost:5080^M
^M
# Used by the installer to locate the available wars^M
application.repository.url=http://red5.googlecode.com/svn/snapshots/
<bean id="web.handler" class="org.red5.server.adapter.ApplicationAdapter" />^M
^M
<bean id="installer.service" class="org.red5.server.service.Installer">^M
<property name="applicationRepositoryUrl" value="${application.repository.url}" />^M
</bean>
<welcome-file-list>^M
<welcome-file>index.html</welcome-file>^M
</welcome-file-list>^M
public function install():void {^M
if (selectedFilename != null) {^M
^M
// pop up the dialog^M
^M
progressWindow=PopUpManager.createPopUp(DisplayObject(Application.application), ProgressWindow, true);^M
PopUpManager.centerPopUp(progressWindow)^M
ProgressWindow(progressWindow).selectedFilename=selectedFilename^M
^M
// request actual installation^M
^M
nc.call("installer.install", null, selectedFilename);^M
}^M
}^M
publisher ¶* 2011.4.22
xmlns:control="org.red5.samples.publisher.control.*"
xmlns:business="org.red5.samples.publisher.business.*"
xmlns:view="org.red5.samples.publisher.view.*"
paddingLeft="10" paddingRight="10" paddingBottom="10" paddingTop="10"
demos ¶* red5-examples
* midiDemo
* echo
* dump
* bwcheck
* fitcDemo
* messageRecorder
* SOSample
* loadtest
* audiotranscoder
* videotranscoder
|
The time is right to make new friends. |