Skip to main content

Generate Stream RTMP Key

'stream_new_rtmp_key' allows you to generate a new RTMP Key for a stream

curl -X POST "https://zeuscluster.com/api/?auth=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&c=stream_new_rtmp_key" \ 
    -d "stream_guid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
{
    "status": "success",
    "result": {
        "stream_guid": "6fe09774-85d2-d184-a31b-9b39ac8518fe",
        "hls_guid": "0a285dfe-7afe-c7be-6218-263d997ffd84"
    }
}