Download OpenAPI specification:Download
Video streaming and transcoding service.
Streams a video file, optionally transcoding it on-the-fly.
| path required | string Relative path to the video file on the WebDAV server. |
| resolution | string^\d+[x:]\d+$ Example: resolution=1280x720 Target resolution (WxH or W:H). Requires REENCODE=on. |
| fps | number [ 1 .. 120 ] Target frame rate. Requires REENCODE=on. |
| duration | number >= 1 Duration of the output video in seconds. Works with REENCODE=off (uses stream copy). |
| start | number >= 0 Start time of the video in seconds. Works with REENCODE=off (uses stream copy). |
{- "title": "string",
- "status": 0,
- "detail": "string",
}Proxies request to cloud server to get video playlist.
| clientId required | string |
| deviceId required | string |
| startTime required | integer <int64> |
| endTime required | integer <int64> |
| playbackRate required | number |
{- "paths": [
- "string"
], - "durations": [
- 0
]
}