I am seeing the following exception when my client attempts to create a new
NetStream and then publish video.  The exception is generated in the
RTMPHandler class in the server when it tries to get the IStreamService.
Anyone know why I'm seeing this?

ERROR [12 Dec 2006 10:55:54,788] org.red5.server.net.rtmp.BaseRTMPHandler (
SLF4JLog.java:171) - Exception
java.lang.ClassCastException: $Proxy3
       at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java
:273)
       at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(
BaseRTMPHandler.java:114)
       at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(
RTMPMinaIoHandler.java:84)
       at
org.apache.mina.common.support.AbstractIoFilterChain$2.messageReceived(
AbstractIoFilterChain.java:189)
       at
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived
(AbstractIoFilterChain.java:502)
       at org.apache.mina.common.support.AbstractIoFilterChain.access$1000(
AbstractIoFilterChain.java:52)
       at
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived
(AbstractIoFilterChain.java:777)
       at org.red5.io.filter.ExecutorFilter.processEvent(
ExecutorFilter.java:231)
       at org.red5.io.filter.ExecutorFilter$ProcessEventsRunnable.run(
ExecutorFilter.java:279)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(
ThreadPoolExecutor.java:650)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:675)
       at java.lang.Thread.run(Thread.java:613)

Thanks.
Carl
--
Be who you are and say what you feel, because those who mind don't matter
and those who matter don't mind.
 - Dr. Seuss
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to