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": "9e177025c42b4c39adba06fc0c3a2d56", "appOwnerId": 0 }