DirectPlayProfile

Defines a direct play profile.
{
  "container": "mp3",
  "audioCodec": "mp3",
  "protocol": "http",
  "maxAudioChannels": 2
}
FieldTypeReq.OpenS.Details
containerstringYesYesComma-separated list of supported container format (e.g., mp3, flac, mp4) or * to not limit to a specific container.
audioCodecstringYesYesComma-separated list of supported audio codecs or * to not limit to specific codecs.
protocolstringYesYesThe streaming protocol. Can be http, hls or *.
maxAudioChannelsintegerNoYesThe maximum number of audio channels supported.
Last modified July 15, 2025: Add new transcoding extension (41aa469)