Skip to main content

Create an Encoding Job

Through encoding process, your audio files can be encoded to streamable DASH and HLS AOD assets.

To create and edit a AOD, using the following APIs:

Query ParametersRequiredDescription
nameRequiredName of the AOD
profile_set_idRequiredSpecify the ID of ProfileSet to apply to the AOD
sourceRequiredRefer to the steps to define the type of source file and create associate object
securityRequiredContent protection settings for the live streaming
scheduleRequiredDefine the availability schedule for the AOD

Create Source Object

Based on the source type, create the source object accordingly:

"source":{
"type":"SOURCE_TYPE_LIBRARY",
"library":{
"video":{
"id":"your_audio_id_in_library"
}
}
}