/

Core SDK Examples - Subscribing via Stream Manager


The Subscribing via Stream Manager example shows how to send the subscribe API request to a Red5 Pro Stream Manager for an available node to subscribe to the requested video stream. The Red5ProStreamManager interface can be used to integrate interactions with the Stream Manager into a client application. Its result can be used to set up the ServerDescription structure, which can be used to establish a connection with the targeted server node.

Note that this example requires a Red5 Pro autoscale setup with an active nodegroup and a live stream.


See the Basic Integration example for project setup.