Stream Management

Create SMIL

post

This setting is available in the streaming(RTMP) resource type.

Path parameters
organization_uuidstringRequiredExample: ****-*****-****-****
resource_uuidstringRequiredExample: ****-*****-****-*****
Body
stream_namestring · min: 3 · max: 255RequiredExample: streamsmil
Responses
200

Stream and SMIL configuration created successfully

application/json
post
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}/stream
200

Stream and SMIL configuration created successfully

Update Stream

put

Updates the details of a specific stream, including its associated SMIL configurations and qualities. This setting is available in the streaming(RTMP) resource type.

Path parameters
organization_uuidstringRequired

UUID of the organization

resource_uuidstringRequired

UUID of the resource

stream_idintegerRequired

ID of the stream to update

Body
stream_namestringOptionalExample: updatedStream
Responses
200

Stream updated successfully

application/json
put
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}/stream/{stream_id}
200

Stream updated successfully

Delete Stream

delete

Deletes a specific stream identified by the stream ID. This setting is available in the streaming(RTMP) resource type.

Path parameters
organization_uuidstringRequired

UUID of the organization

resource_uuidstringRequired

UUID of the resource

stream_idintegerRequired

ID of the stream to delete

Responses
200

Stream deleted successfully

application/json
delete
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}/stream/{stream_id}
200

Stream deleted successfully

Last updated

Was this helpful?