Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kuaishou_vod_open_sdk_python-1.0.18.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kuaishou_vod_open_sdk_python-1.0.18-py3-none-any.whl (35.3 kB view details)

Uploaded Python 3

File details

Details for the file kuaishou_vod_open_sdk_python-1.0.18.tar.gz.

File metadata

File hashes

Hashes for kuaishou_vod_open_sdk_python-1.0.18.tar.gz
Algorithm Hash digest
SHA256 a89651602b62ff4a1852a80a50587e74595d14112a3dba1ca229251db9bdf731
MD5 61c87f22e262097a7ed453a29d367e61
BLAKE2b-256 58a03d3c259b9c478493a6a961e7a694fc3161f632459e1a605760ce3cbd3f4a

See more details on using hashes here.

File details

Details for the file kuaishou_vod_open_sdk_python-1.0.18-py3-none-any.whl.

File metadata

File hashes

Hashes for kuaishou_vod_open_sdk_python-1.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 9987ee51d5f2de4679591fc5939fed61db75045fb86a3a1e85a475eb3a4214c1
MD5 556ed3c9b15e74ef45b9dc4c245b959a
BLAKE2b-256 fd60c3e6dcb63cf09ae25f0f7a7844c373757a7662d49c6f7ddbeeaf42808a9b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page