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
I´m using 0.0.23 version.
But i think the Red5 is working, despite that the log is showing erros during deploy.
I tried again putting on 7070 http bind port and reinstalling spark plugin. Then tried to share desktop and are working fine.
And now the http://server:7070/red5 are working fine too...then, i think the problem is solved, now only need to know more about that errors in log, but thats not the most urgent thing.
Thank you so much Smittles.
Best regards
Gean
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