TranscodingProfile

Defines a transcoding profile.
{
  "container": "mp3",
  "audioCodec": "mp3",
  "protocol": "http",
  "maxAudioChannels": 2
}
FieldTypeReq.OpenS.Details
containerstringYesYesThe container format (e.g., mp3, flac). Only a single explicit value is accepted (No *).
audioCodecstringYesYesThe target audio codec for transcoding. Only a single explicit value is accepted (No *).
protocolstringYesYesThe streaming protocol. Can be http or hls. Only a single explicit value is accepted (No *).
maxAudioChannelsintegerNoYesThe maximum number of audio channels for the transcoded stream.
Last modified July 15, 2025: Add new transcoding extension (41aa469)