Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

: Don't know how to handle message of type 'org.red5.server.net.rtmp.message.Packet'. Are you missing a protocol encoder? #67

Open
kaviyarasu1987 opened this issue Aug 2, 2019 · 1 comment

Comments

@kaviyarasu1987
Copy link

occurs in android after we integrate through gradle library.Am not sure which place it occurs in RTMPMinaIoHandler since all libs coming from gradle please help thanks :)

@kaviyarasu1987
Copy link
Author

Full exception here
java.lang.IllegalStateException: Don't know how to handle message of type 'org.red5.server.net.rtmp.message.Packet'. Are you missing a protocol encoder?
08-02 07:22:47.115 20262-20304/com.galwayfm.aaa.galwayfm I/System.out: at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.flushNow(AbstractPollingIoProcessor.java:1019)
08-02 07:22:47.115 20262-20304/com.galwayfm.aaa.galwayfm I/System.out: at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.flush(AbstractPollingIoProcessor.java:921)
08-02 07:22:47.115 20262-20304/com.galwayfm.aaa.galwayfm I/System.out: at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:688)
08-02 07:22:47.115 20262-20304/com.galwayfm.aaa.galwayfm I/System.out: at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
08-02 07:22:47.115 20262-20304/com.galwayfm.aaa.galwayfm I/System.out: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
08-02 07:22:47.115 20262-20304/com.galwayfm.aaa.galwayfm I/System.out: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
08-02 07:22:47.115 20262-20304/com.galwayfm.aaa.galwayfm I/System.out: at java.lang.Thread.run(Thread.java:818)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant