WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Red5 on windows :HELP REQUIRED

Re: Red5 on windows :HELP REQUIRED

by RogerPf :: Rate this Message:

| View in Thread

(I am no expert) but I can see that there is a wonderful post above from   -ddprasad-  that tells you how to put all the apps local to you so they will instantly install.

it is the right thing to do.   As for wirting apps I cannot help you (wish I could)

Below is ddprasad's  post ---- you need to follow it.

--
Roger

------------------------------------------------

Listen ,

It is a long process but I advise you to do it:-
Goto to this URL: http://red5.googlecode.com/svn/snapshots/

STEP ONE
1. create a folder under webapps/root/applns
2. Download everything (or OflaDemo wars)
3. Put the downloaded ones in the applns directory

STEP TWO
There is a file in webapps/installer/WEB-INF/red5-web.properties
Open it using a NotePad/Write

Change this line  
application.repository.url=http://red5.googlecode.com/svn/snapshots/

to
application.repository.url=http://localhost:5080/applns/

Now Restart your Red5 again

STEP THREE
Access http://localhost:5080/installer/
Now you will be able to see you OflaDemo Packages only(from you server itself)

Just Install now!!
If you want other packages as well, download everything and put them applns folder

Regards!


Can you tell me simple code like "Hello world " so that it is easy to check errors on program like hello world
I think there is connection string like problem , which is causing problem (may be there is different problem)
 
Last time I tried Flash Media server 3.5 , same problem comes , but I start on small & basic code Hello -world , I get the idea

Let me Know simple code like "Hello world"


ddprasad wrote:
Hi Revo99,

Is your problem s-o-l-v-e-d finally? If yes, then you may response to this forum as the problem is solved!!. It will help other new comers if they have similar problem.

Thanks..


revo999 wrote:
installer >> http://www.awais.jigzyy.com/red5-installer.jpg
http://localhost:5080/ >> http://www.awais.jigzyy.com/red5-localhost.jpg

DEBUG REPORT AT INSTALLER:
Host: localhost
Trying to connect
Net status: NetConnection.Connect.Success
Got the server java version: 1.6.0_16
Property: <application name="admin">
  <author>Martin M, Dan Rossi</author>
  <desc>Administration console</desc>
  <filename>admin-r3451-java6.war</filename>
</application>
Property: <application name="admin">
  <author>Martin M, Dan Rossi</author>
  <desc>Administration console</desc>
  <filename>admin-r3445-java5.war</filename>
</application>
Property: <application name="oflaDemo">
  <author>Red5 Team</author>
  <desc>Demo originally created for the OFLA conference</desc>
  <filename>oflaDemo-r3635-java6.war</filename>
</application>
Property: <application name="oflaDemo">
  <author>Red5 Team</author>
  <desc>Demo originally created for the OFLA conference</desc>
  <filename>oflaDemo-r3635-java5.war</filename>
</application>
Property: <application name="midiDemo">
  <author>John Grden, Luke Hubbard</author>
  <desc>Demo originally created for the FITC conference, to demonstrate Midi functionality</desc>
  <filename>midiDemo-r3339-java6.war</filename>
</application>
Property: <application name="echo">
  <author>Red5 Team</author>
  <desc>Test tool for AMF0/AMF3 and RTMP/HTTP functionality</desc>
  <filename>echo-r3451-java6.war</filename>
</application>
Property: <application name="echo">
  <author>Red5 Team</author>
  <desc>Test tool for AMF0/AMF3 and RTMP/HTTP functionality</desc>
  <filename>echo-r3445-java5.war</filename>
</application>
Property: <application name="dump">
  <author>Red5 Team</author>
  <desc>Test tool for diagnosing protocol issues</desc>
  <filename>dump-r2953-java6.war</filename>
</application>
Property: <application name="bwcheck">
  <author>Dan Rossi</author>
  <desc>Bandwidth demo</desc>
  <filename>bwcheck-r3451-java6.war</filename>
</application>
Property: <application name="bwcheck">
  <author>Dan Rossi</author>
  <desc>Bandwidth demo</desc>
  <filename>bwcheck-r3445-java5.war</filename>
</application>
Property: <application name="fitcDemo">
  <author>Red5 Team</author>
  <desc>Demo created for FITC conference</desc>
  <filename>fitcDemo-r3451-java6.war</filename>
</application>
Property: <application name="fitcDemo">
  <author>Red5 Team</author>
  <desc>Demo created for FITC conference</desc>
  <filename>fitcDemo-r3445-java5.war</filename>
</application>
Property: <application name="messageRecorder">
  <author>John Grden</author>
  <desc>Demo created for Chris and Rebecca's wedding</desc>
  <filename>messageRecorder-r2967-java6.war</filename>
</application>
Property: <application name="SOSample">
  <author>Red5 Team</author>
  <desc>Shared object demo</desc>
  <filename>SOSample-r2967-java6.war</filename>
</application>
Property: <application name="loadtest">
  <author>Paul Gregoire</author>
  <desc>Load tester for video playback and shared objects</desc>
  <filename>loadtest-r2977-java6.war</filename>
</application>
Property: <application name="audiotranscoder">
  <author>Art Clarke</author>
  <desc>Transcode audio to new formats.  You must install Xuggle first.</desc>
  <filename>audiotranscoder-r366-java6.war</filename>
</application>
Property: <application name="audiotranscoder">
  <author>Art Clarke</author>
  <desc>Transcode audio to new formats.  You must install Xuggle first.</desc>
  <filename>audiotranscoder-r366-java5.war</filename>
</application>
Property: <application name="videotranscoder">
  <author>Art Clarke</author>
  <desc>Change video on the fly to mirror half the screen.  You must install Xuggle first.</desc>
  <filename>videotranscoder-r366-java6.war</filename>
</application>
Property: <application name="videotranscoder">
  <author>Art Clarke</author>
  <desc>Change video on the fly to mirror half the screen.  You must install Xuggle first.</desc>
  <filename>videotranscoder-r366-java5.war</filename>
</application>
Got the application list

 « Return to Thread: Red5 on windows :HELP REQUIRED