You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works as expected on an RTMP client (Flash) but when trying to use it with Red5pro Android SDK, I am running into an error even though the message is right there in that class.:
Error Details
/r5pro: Received invoke: clientMethod1 - void with 0 params
D/R5Stream: Received callback from JNI - clientMethod1 |
D/R5Stream: Failed to call method with error: clientMethod1 [class java.lang.String
Red5 / Red5pro provides a mechanism to invoke client side methods from server code using the IServiceCapableConnection interface.
Example Red5 / Red5pro Server side Snippet :
OR
This works as expected on an RTMP client (Flash) but when trying to use it with Red5pro Android SDK, I am running into an error even though the message is right there in that class.:
Error Details
Client TestSource Code:
https://github.com/rajdeeprath/streaming-android/blob/feature/connection-messaging/app/src/main/java/red5pro/org/testandroidproject/tests/PublishServerMessagingTest/PublishServerMessagingTest.java
Flash Client TestSource Code:
https://github.com/rajdeeprath/red5-development-series/blob/master/code-examples/client-side/connection-messaging-demo/src/Main.mxml
Red5Pro server side Code:
https://github.com/rajdeeprath/red5-development-series/tree/master/code-examples/server-side/red5-connection-examples/connection-messaging-demo
The text was updated successfully, but these errors were encountered: