Creating a Route using RTMP Input Example
Last updated on May 10, 2021
RTMP is a TCP-based protocol that allows for low-latency communication while maintaining persistent connections between the player and the server – making it ideal for LIVE broadcasting/streaming (e.g., with the popular GoPro devices). Our RTMP Input Hublet has two modes: Client and Server. The Server mode will provide you with an ingest URL once the route is started. The same URL will be used every time the route is started.
To create a route using the RTMP Input hublet:
- Create a route and add an RTMP Input Hublet .
- Change the Mode to Server
- You can use the random Stream Key
- Click the Start Route button.
Once the route is running,
copy the URL field and supply it to your streaming device's RTMP configuration (e.g., GoPro device).
Note
If you specified a stream key, you will need to
copy and paste this separately .
Related Topics