Create Streaming RTMP CDN Resource
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
resource_type | It is the type of the resource created in Medianova Cloud Panel. It can be “small, large, dynamic, vod, streaming” values. | String | Yes |
resource_name | It is the name given to the resource created in the Medianova cloud panel. It must be unique. | String | Yes |
resource_label | Specifies the Resource. There is no character limit and special characters can be written. | String | No |
data_source | Determines the source of the resource. It can take “origin” and “rtmp_push” values. | String | Yes |
auth_username | If data_source is rtmp_push, auth_username information is entered. | String | Yes |
auth_password | If data_source is rtmp_push, auth_password information is entered. | String | Yes |
Payload
{
"resource_type": "streaming",
"resource_name": "rtmp_resource_streaming",
"resource_label": "",
"data_source": "rtmp_push",
"auth_username": "hidden",
"auth_password": "hidden"
}
Response
{
"status": true,
"data": {
"resource_uuid": "****-****-****-****-***",
"resource_type": "streaming",
"resource_name": "rtmp_resource_streaming",
"cdn_url": "rtmp_resource_streaming.mncdn.com",
"resource_label": null,
"ssl_certificate": "shared_ssl",
"created_at": "2023-12-11T10:43:43.000000Z",
"data_source": "rtmp_push",
"auth_status": true,
"auth_username": "hidden",
"gzip_text": false
}
}