TranscodingProfile

Defines a transcoding profile.
{
  "container": "mp3",
  "audioCodec": "mp3",
  "protocol": "http",
  "maxAudioChannels": 2
}
FieldTypeReq.OpenS.Details
containerstringYesYesThe container format (e.g., mp3, flac).
audioCodecstringYesYesThe target audio codec for transcoding.
protocolstringYesYesThe streaming protocol. Can be http or hls.
maxAudioChannelsintegerNoYesThe maximum number of audio channels for the transcoded stream.
Last modified December 1, 2025: Add new transcoding extension (#168) (04d932e)