StreamDetails

Provides details about a media stream.
{
  "protocol": "http",
  "container": "flac",
  "codec": "flac",
  "audioChannels": 6,
  "audioBitrate": 3000000,
  "audioProfile": "",
  "audioSamplerate": 96000,
  "audioBitdepth": 24
}
FieldTypeReq.OpenS.Details
protocolstringYesYesThe streaming protocol. Can be http or hls.
containerstringYesYesThe container format.
codecstringYesYesThe audio codec.
audioChannelsintegerNoYesThe number of audio channels.
audioBitrateintegerNoYesThe audio bitrate.
audioProfilestringNoYesThe audio profile.
audioSamplerateintegerNoYesThe audio sample rate.
audioBitdepthintegerNoYesThe audio bit depth.
Last modified July 15, 2025: Add new transcoding extension (41aa469)