Stream Management
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
200
Stream and SMIL configuration created successfully
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
200
Stream updated successfully
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
200
Stream deleted successfully
Last updated
Was this helpful?