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