liveStreaming
liveStreaming
JSON commands related to device liveStreaming
getLiveCapabilities
Summary
Find streaming capability of a device
Description
Find streaming capability of a device
Responses
Code | Description | Schema |
---|---|---|
200 | successful operation | getLiveCapabilitiesResponse |
400 | Bad Request |
startLiveStream
Summary
Start the live stream for a specific channel
Description
Start the live stream for a specific channel
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
channel | query | Device channel | Yes | integer |
streamType | query | Stream type | Yes | string |
preferProtocol | query | Prefer protocol | Yes | [ string ] |
Responses
Code | Description | Schema |
---|---|---|
200 | successful operation | startLiveStreamResponse |
400 | Bad Request |