This Question is Answered

6 Replies Last post: Jul 8, 2008 7:32 PM by Gean  
Gean Bronze 27 posts since
Sep 14, 2007
Currently Being Moderated

Jul 2, 2008 1:21 PM

Red5 install issue

 

Hey folks,

 

 

I'm trying to install Red5 plugin  without success.

 

 

Tried to install versions 0.0.18 and 0.0.23

 

 

My server is a  WinXP SP2 with java JRE 1.6_06

 

 

Im receiving this log when i start openfire:

 

 

02/07/2008 14:47:54 org.jivesoftware.openfire.plugin.red5.Red5Plugin initializePlugin

INFO: Initializing red5 Plugin

02/07/2008 14:47:54 org.jivesoftware.openfire.plugin.red5.Red5Plugin startPlugin

INFO: Registering red5 as a component

02/07/2008 14:47:54 org.jivesoftware.openfire.plugin.red5.PacketHandler startPacketHandler

INFO: Starting PacketHandler

02/07/2008 14:47:54 org.jivesoftware.openfire.plugin.red5.Red5Plugin initialize

INFO: Creating web service red5

2008-07-02 14:48:04,921 pool-9-thread-1 INFO  org.red5.server.jmx.JMXAgent - JMX HTML adapter was not enabled

2008-07-02 14:48:04,953 pool-9-thread-1 INFO  org.red5.server.jmx.JMXAgent - JMX RMI adapter was not enabled

2008-07-02 14:48:05,953 pool-9-thread-1 INFO  org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport Settings

2008-07-02 14:48:05,968 pool-9-thread-1 INFO  org.red5.server.net.rtmp.RTMPMinaTransport - IO Threads: 2

2008-07-02

14:48:05,984 pool-9-thread-1 INFO

org.red5.server.net.rtmp.RTMPMinaTransport - Event Threads - core: 4,

max: 8, queue: -1, keepalive: 60

2008-07-02 14:48:06,046 pool-9-thread-1 INFO  org.red5.server.net.rtmp.RTMPMinaTransport - TCP No Delay: true

2008-07-02 14:48:06,078 pool-9-thread-1 INFO  org.red5.server.net.rtmp.RTMPMinaTransport - Receive Buffer Size: 65536

2008-07-02 14:48:06,093 pool-9-thread-1 INFO  org.red5.server.net.rtmp.RTMPMinaTransport - Send Buffer Size: 271360

2008-07-02

14:48:06,171 pool-9-thread-1 INFO

org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport bound

to 0.0.0.0/0.0.0.0:1935

2008-07-02 14:48:06,187 pool-9-thread-1

INFO  org.red5.server.jmx.JMXFactory - Object name:

org.red5.server:type=RTMPMinaTransport,address=0.0.0.0,port=1935

2008-07-02

14:48:06,312 pool-9-thread-1 INFO  org.red5.server.jmx.JMXFactory -

Object name:

org.red5.server:type=IoServiceManager,address=0.0.0.0,port=1935

Red5SIP starting in scope sip C:\Arquivos de programas\Openfire\bin

 

 

I found other posts about this issues, but dont see any about my case, because of that i open this thread.

 

 

I tried to change http bind port to 8080, nothing happened.

 

 

Any tips are wellcome.

 

 

Thx in advance.

 

 

Gean

 

 

Smittles Bronze 34 posts since
Jun 11, 2008
Currently Being Moderated
Jul 2, 2008 1:55 PM in response to: Gean
Re: Red5 install issue

Do a quick check on your Plug-ins folder, and make sure that Red5 has it's own folder - it should have been created when you installed the .war via the plug-in page on OpenFire's administration interface.  Did it create a Red5 folder?

Smittles Bronze 34 posts since
Jun 11, 2008
Currently Being Moderated
Jul 3, 2008 3:40 PM in response to: Gean
Re: Red5 install issue

 

How recent is your installation?

 

 

If you're using[ Dele's new 0.0.22,|m-173628] you may want to configure your HTTP to 7070, and see how that works.  If that doesn't work, uninstall red5 (from the admin console), and see if you can get a hold of the older plug-in, and then try 8080.

 

 

Dele Olajide KeyContributor 299 posts since
Apr 10, 2006
Currently Being Moderated
Jul 8, 2008 4:52 PM in response to: Gean
Re: Red5 install issue

The messges you get are info messages from the red5 server. If you want to reduce the messages and keep it very quiet, then edit the logback.xml file in WEB-INF\classes. The messages from the red5 plugin will be tidied up at some point in the future.

 

Deploying the red5 plugin hot (while openfire is still running) does not work and I have not found a solution yet. The only way is to stop openfire before you copy the red5 plugin to the plugin folder otherwise you will get errors and red5 plugin will not create the red5 web service in the http-bind port (deffault 7070).

 

-dele

More Like This

  • Retrieving data ...