Skip to main content

Stream SMIL

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

Parameters

Description

Type

Required

organization_uuid

The created organization in Medianova Cloud Panel unit ID value. Path parameter.

String

Yes

resource_uuid

The created resource in Medianova Cloud Panel unit ID value. Path parameter.

String

Yes

stream_name

stream_name must be in the range of 3- 255 characters.

String

Yes

smils

It is used to determine the quality of the broadcast according to the status of the Internet connection.

Object

Yes

smils.smil_name

smils.smil_name must be maximum of 255 characters.

String

Yes

smils.qualities

Streams are generally created in three different qualities.

Array

Yes

smils.qualities.video_bitrate

Specifies the video bitrate quality.

Integer

Yes

smils.qualities.audio_bitrate

Specifies the audio bitrate quality.

Integer

Yes

smils.qualities.height

Sets the height of the quality in the smil file.

Integer

Yes

smils.qualities.widht

Sets the widht of the quality in the smil file.

Integer

Yes

Payload

CODE
{
  "stream_name": "examplex", 
  "smils": [
    {
      "smil_id": "hidden_id", 
      "smil_name": "example", 
      "is_delete": false, 
      "qualities": [
        {
          "video_bitrate": 4,
          "audio_bitrate": 5,
          "height": 10,
          "width": 10
        }
      ]
    }
  ]
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.