RTMP Link & Stream Key
BlendVision's live streaming service supports RTMP Link
and Stream Key
, which are necessary for the stream ingest during a livestream, ensuring secure and efficient content delivery to your viewers.
RTMP Link (Real-Time Messaging Protocol): This URL is the path for the RTMP protocol to transmit your content to BlendVision's streaming server, which then distributes it to your viewers.
Stream Key: It acts as an authentication and channel identifier, ensuring that only authorized users can broadcast content to the designated BlendVision live channel.
To obtain the RTMP Link
and Stream Key
of your livestream, make a GET request to the following API:
This will return a response containing:
"setup": {
"rtmp": {
"links": [
{
"pipeline": "LIVE_STREAM_PIPELINE_MAIN",
"url": "rtmp_link"
"stream_key":"stream_key"
},
{
"pipeline": "LIVE_STREAM_PIPELINE_BACKUP",
"url": "rtmp_link"
"stream_key":"stream_key"
}
]
}
}
備考
To set up a streaming source, refer to these resources: