Creating a Route using RTMP Input Example
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: Consumer and Publisher. The Publisher 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 Publisher .
- You can use the random Stream Key , or specify one manually by unchecking the Generate a Stream Key checkbox and entering your key directly in the Stream Key field .
- 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