TranscodingProfile
Defines a transcoding profile.
Opensubsonic:
{
"container": "mp3",
"audioCodec": "mp3",
"protocol": "http",
"maxAudioChannels": 2
}| Field | Type | Req. | OpenS. | Details |
|---|---|---|---|---|
container | string | Yes | Yes | The container format (e.g., mp3, flac). Only a single explicit value is accepted (No *). |
audioCodec | string | Yes | Yes | The target audio codec for transcoding. Only a single explicit value is accepted (No *). |
protocol | string | Yes | Yes | The streaming protocol. Can be http or hls. Only a single explicit value is accepted (No *). |
maxAudioChannels | integer | No | Yes | The maximum number of audio channels for the transcoded stream. |