Connecting an RTMP Input Source
When installed as a VM and deployed to Azure, Kraken can now serve as a stream router for local distribution within industrial complexes as well as across the public internet to serve remote monitor sites.
Kraken supports either server or client RTMP input streams:
- Server — Stream sent directly to the Kraken's IP address
- Client — Stream available for Kraken to access on an RTMP server
The procedure for configuring an RTMP server input is shown below:
On your source streaming device, output an RTMP stream with the following URL format:
rtmp://<IP>:1935/live/<stream_name>
where,<IP>
is the IP address of the Kraken and<stream_name>
is the desired name of the stream.Note
For RTMP Server mode, the port must be 1935 and the Application Name must be "live".
- On Kraken, add a new input. See Configuring Input Parameters for more details. On the Add Input panel:
- Type in the input name and select RTMP for the Source.
Select either Server or Client for Mode depending on the RTMP source.
Note
In Client mode, you need to enter your own RTMP URL. In Server mode, it is constructed internally by Kraken.
In Client mode, enter the URL of the RTMP stream created in Step #1 above.
- In Server mode, type in the port number. If you are using an IPv6 URL, check the IPv6 checkbox.
- Click Add Input.