Frequently Asked Questions

How To Make RPC Calls

QUESTION:

Can I make RPC calls between the Red5 Pro Server and the Client?

ANSWER:

Yes!  You can send data and message strings from the publisher to the subscriber by following these Github examples for iOS and Android.

Currently, we do not support sending RPC calls from the subscriber to the publisher.  This feature could be accomplished using:

  • WebSocket calls
  • API calls by creating a custom servlet to accept calls
  • Outside of the red5 pro server altogether using Node or Ruby on Rails.