Joachim,

I got my configuration back in the red5-core.xml to where things area
playing now.

The only thing is I cannot use the following item below in red.

<bean id="rtmpMinaConnection" scope="prototype"
 class="org.red5.server.net.rtmp.RTMPMinaConnection">
 <!-- Ping clients every X ms. Set to 0 to disable ghost detection code.
-->
 <property name="pingInterval" value="5000" />
 <!-- Disconnect client after X ms of not responding. -->
 <property name="maxInactivity" value="60000" />

   <property name="keepAliveInterval" value="1000000" />
</bean>

I cannot run this down as to where the problem is  in the
BaseRTMPHandler.java

I still keep getting the following error in my log.


[ERROR] 15562 pool-2-thread-4:(
org.red5.server.net.rtmp.BaseRTMPHandler.error ) Exception
java.lang.NullPointerException
at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(
BaseRTMPHandler.java:96)
at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(
RTMPMinaIoHandler.java:116)
at
org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived
(AbstractIoFilterChain.java:703)
at
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived
(AbstractIoFilterChain.java:362)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1200(
AbstractIoFilterChain.java:54)
at
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived
(AbstractIoFilterChain.java:800)
at org.red5.io.filter.ExecutorFilter.processEvent(ExecutorFilter.java:352)
at org.red5.io.filter.ExecutorFilter$ProcessEventsRunnable.run(
ExecutorFilter.java:413)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to