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": "80381612ec3e4e40ad133b135d4e89c4",
"appOwnerId": 0
}