DirectPlayProfile
Defines a direct play profile.
Opensubsonic:
{
"container": "mp3",
"audioCodec": "mp3",
"protocol": "http",
"maxAudioChannels": 2
}| Field | Type | Req. | OpenS. | Details |
|---|---|---|---|---|
container | string | Yes | Yes | Comma-separated list of supported container format (e.g., mp3, flac, mp4) or * to not limit to a specific container. |
audioCodec | string | Yes | Yes | Comma-separated list of supported audio codecs or * to not limit to specific codecs. |
protocol | string | Yes | Yes | The streaming protocol. Can be http, hls or *. |
maxAudioChannels | integer | No | Yes | The maximum number of audio channels supported. |