POST api/v1/Stream/Start?videoId={videoId}
开始播放视频
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| videoId | 视频ID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"data": {
"streamId": 1
},
"status": 0,
"friendlyMessage": "sample string 1",
"message": "sample string 2",
"requestId": "a41b8d8a1b13423fa616b3ac4748b578",
"appOwnerId": 0
}