For backwards compatibility parameters can be sent via Query or Body, with Query having higher precedence.
Query parameters are obsolete.
请求参数
Authorization
在 header 添加参数
X-Emby-Token
示例:
X-Emby-Token: ********************
Path 参数
itemId
string<uuid>
必需
The item id.
Query 参数
userId
string<uuid>
可选
The user id.
maxStreamingBitrate
integer<int32>
可选
The maximum streaming bitrate.
startTimeTicks
integer<int64>
可选
The start time in ticks.
audioStreamIndex
integer<int32>
可选
The audio stream index.
subtitleStreamIndex
integer<int32>
可选
The subtitle stream index.
maxAudioChannels
integer<int32>
可选
The maximum number of audio channels.
mediaSourceId
string
可选
The media source id.
liveStreamId
string
可选
The livestream id.
autoOpenLiveStream
boolean
可选
Whether to auto open the livestream.
enableDirectPlay
boolean
可选
Whether to enable direct play. Default: true.
enableDirectStream
boolean
可选
Whether to enable direct stream. Default: true.
enableTranscoding
boolean
可选
Whether to enable transcoding. Default: true.
allowVideoStreamCopy
boolean
可选
Whether to allow to copy the video stream. Default: true.
allowAudioStreamCopy
boolean
可选
Whether to allow to copy the audio stream. Default: true.
Body 参数application/json
Plabyback info dto.
UserId
string<uuid>|null
可选
Gets or sets the playback userId.
MaxStreamingBitrate
integer<int32>|null
可选
Gets or sets the max streaming bitrate.
StartTimeTicks
integer<int64>|null
可选
Gets or sets the start time in ticks.
AudioStreamIndex
integer<int32>|null
可选
Gets or sets the audio stream index.
SubtitleStreamIndex
integer<int32>|null
可选
Gets or sets the subtitle stream index.
MaxAudioChannels
integer<int32>|null
可选
Gets or sets the max audio channels.
MediaSourceId
string|null
可选
Gets or sets the media source id.
LiveStreamId
string|null
可选
Gets or sets the live stream id.
DeviceProfile
null|allOf{1}
可选
Gets or sets the device profile.
object(DeviceProfile)
可选
A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play. Specifically, it defines the supported and
(video and/or audio, including codec profiles and levels)
the device is able to direct play (without transcoding or remuxing),
as well as which in case it isn't.
EnableDirectPlay
boolean|null
可选
Gets or sets a value indicating whether to enable direct play.
EnableDirectStream
boolean|null
可选
Gets or sets a value indicating whether to enable direct stream.
EnableTranscoding
boolean|null
可选
Gets or sets a value indicating whether to enable transcoding.
AllowVideoStreamCopy
boolean|null
可选
Gets or sets a value indicating whether to enable video stream copy.
AllowAudioStreamCopy
boolean|null
可选
Gets or sets a value indicating whether to allow audio stream copy.
AutoOpenLiveStream
boolean|null
可选
Gets or sets a value indicating whether to auto open the live stream.
AlwaysBurnInSubtitleWhenTranscoding
boolean|null
可选
Gets or sets a value indicating whether always burn in subtitles when transcoding.