kuaishou vod SDK for Python
Project description
简介
快手点播云是基于快手的基础设施,为有音视频场景需求的各类业务提供包括音视频生产上传、云存储、基于任务流和模板化的媒体处理、媒资管理、CDN 分发、播放等能力的一站式 PaaS 服务。
示例
以获取媒资数据接口为例。
from kuaishou.vod.core.credential import OauthCredential
from kuaishou.vod.openapi.vod_client import VodClient
from kuaishou.vod.core.http.http_profile import HttpProfile
from kuaishou.vod.openapi import models
credential = OauthCredential(APP_ID, APP_SECRET)
httpProfile = HttpProfile()
httpProfile.reqTimeout = 60
req = models.GetVideoAssetRequest()
req.video_id = "ab945b781aed90cd"
client = VodClient(credential, httpProfile)
resp = client.describe_media_info(req)
print(resp)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kuaishou_vod_open_sdk_python-1.0.18.tar.gz.
File metadata
- Download URL: kuaishou_vod_open_sdk_python-1.0.18.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a89651602b62ff4a1852a80a50587e74595d14112a3dba1ca229251db9bdf731
|
|
| MD5 |
61c87f22e262097a7ed453a29d367e61
|
|
| BLAKE2b-256 |
58a03d3c259b9c478493a6a961e7a694fc3161f632459e1a605760ce3cbd3f4a
|
File details
Details for the file kuaishou_vod_open_sdk_python-1.0.18-py3-none-any.whl.
File metadata
- Download URL: kuaishou_vod_open_sdk_python-1.0.18-py3-none-any.whl
- Upload date:
- Size: 35.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9987ee51d5f2de4679591fc5939fed61db75045fb86a3a1e85a475eb3a4214c1
|
|
| MD5 |
556ed3c9b15e74ef45b9dc4c245b959a
|
|
| BLAKE2b-256 |
fd60c3e6dcb63cf09ae25f0f7a7844c373757a7662d49c6f7ddbeeaf42808a9b
|