You can look at this link: http://81.0.212.131/
Buffer is set to 5 seconds in flex app. But I can`t still to do it working correctly. Honza -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muller Jan Sent: Monday, June 11, 2007 5:21 PM To: [email protected] Subject: Re: [Red5] Startup time Thx, but this problem i know, but i dont know how to solve it. :-( -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michiel Sikma Sent: Monday, June 11, 2007 5:16 PM To: [email protected] Subject: Re: [Red5] Startup time Hi there, Take a look here: [INFO] 1931 main:( org.red5.server.jmx.JMXAgent.init ) JMX HTML adapter was not enabled [INFO] 190976 main:( org.red5.server.jmx.JMXAgent.init ) RMI Registry server was not found on port 9999 [INFO] 190977 main:( org.red5.server.jmx.JMXAgent.init ) Starting an internal RMI registry [ERROR] 380155 main:( org.red5.server.jmx.JMXAgent.init ) java.io.IOException: Cannot bind to URL [rmi://:9999/red5]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 194.213.201.83; nested exception is: java.net.ConnectException: Connection timed out] See the two huge jumps in startup time? The first one (which takes 189045 ms) is it trying to find the "RMI Registry server" on port 9999. The second big wait is a similar problem: it seems to time out when trying to make a connection. The second wait also takes almost the same time (189178 ms). There are some faulty settings, it seems, since it tries to look up port 9999, which is unavailable. I hope this helps. Greets, Michiel Sikma <[EMAIL PROTECTED]> Web designer and programmer On 11-jun-2007, at 17:01, Muller Jan wrote: > Hi all, > > I have a very interesting problem. I am trying to start red5 at my > customer`s server, but start-uping time is about 390 seconds. It`s > too much, because on my home computer the same action takes about > 10 seconds. Most of the time is spent by initialization of JMX. > Does anybody have the similiar problem? > > > > Server configuration: > > IBM xSeries 335, Xeon 2GHz > > 1gb ram > > U320 SCSI 36GB disk > > > > Ubuntu feisty > > 2.6.20-16-server #2 SMP Thu Jun 7 20:26:23 UTC 2007 i686 GNU/Linux > > > > java version "1.6.0_01" > > Java(TM) SE Runtime Environment (build 1.6.0_01-b06) > > Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing) > > > > Log: _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
