行业sdk

_相关内容

快速入门

步骤一:了解MediaBox 音视频SDK功能 MediaBox音视频SDK 目前提供四个场景的一体化SDK:基础直播SDK、互动直播SDK、短视频场景SDK、标准一体化SDK。功能 播放器SDK 直播推流SDK ARTC SDK 短视频SDK 美颜特效SDK 主播开播 支持 主播-观众连...

iOS端

通过阅读本文,您可以了解如何在iOS端快速集成MediaBox音视频SDK,以适应不同的业务场景。注意事项 若您需要从v6.6.0及以下版本的SDK升级到v6.7.0(含)以上版本,详情请参见 关于音视频终端SDK V6.7.0版本美颜特效集成变更公告。环境要求 ...

Initialize an SDK client and send API requests

This topic describes how to initialize an SDK client and send API requests in Alibaba Cloud SDK V1.0 for Python.Initialize an SDK client In Alibaba Cloud SDK V1.0 for Python,SDKs for all Alibaba Cloud services share the ...

End of support for Python 2.7 and ...SDK for Python

Announcement Beginning May 1,2024,Alibaba Cloud SDK for Python no longer supports the Python 2.7 runtime and the Python 3 runtime whose minor version is 6 or earlier.In other words,support for Python 2.7 and Python 3.6 and...

HarmonyOS ARTC SDK合规配置指引

一、确保已使用最新版HarmonyOS ARTC SDK 最新版HarmonyOS ARTC SDK下载地址:最新版本SDK下载。二、AliVCSDK_ARTC SDK 权限及调用时机:个人信息相关权限 是否必选 权限申请时机 权限用途 INTERNET 是 创建RTC引擎时调用。允许SDK联网的最...

异常处理

服务端异常 print(e)解决异常 错误码 异常信息 解决办法 SDK.InvalidRegionID can not find endpoint to access 旧SDK版本的报错,请将 aliyun-python-sdk-core 升级到最新版本,或检查是否安装了正确的 aliyun-python-sdk-core SDK....

重试机制

说明 原版 SDK 暂无重试机制。

Initialize an SDK client and send API requests

This topic describes how to initialize an SDK client and send API requests in SDK for Java V1.0.Initialize an SDK client In SDK for Java V1.0,SDKs for all Alibaba Cloud services share the same client.The client generates a...

Integrate with Alibaba Cloud SDK V1.0 for Python

To facilitate API calls,we recommend that you integrate with Alibaba Cloud SDK in your project.SDKs simplify the development process,quickly integrate features,and greatly reduce the O&M cost.This topic describes how to ...

重试机制

注意 原版 SDK 暂无重试机制。

异步调用

开启异步调用 Alibaba Cloud SDK for Go 支持两种方式开启异步调用:注:开启异步调用之后需要先调用 Shutdown()才能再次开启异步调用。初始化 client 的时候开启异步调用 import("github....

计费项

计费组成 MediaBox音视频SDK的费用包含以下两部分:SDK License:使用SDK必须获取License,License授权方式为预付费包年,例如短视频SDK License。云服务资源:业务运行需要消耗对应的云服务资源,根据实际使用云产品的计费规则收取。例如...

Initialize an SDK client by using an STS token

This topic describes how to use a Security Token Service(STS)token to initialize an SDK client in Alibaba Cloud SDK V1.0 for Node.js.Install STS SDK npm install@alicloud/sts-sdk Important The version of Node.js must be 8.5...

Integrate with Alibaba Cloud SDK V1.0 for Java

To facilitate API calls,we recommend that you integrate with Alibaba Cloud SDK in your project.SDKs simplify the development process,quickly integrate features,and greatly reduce the O&M cost.This topic describes how to ...

Configure a timeout period

This topic describes how to configure a timeout period in Alibaba Cloud SDK V1.0 for Go.Methods Note The priority levels of methods that are used to configure a timeout period for read requests are listed in descending ...

关于音视频终端SDK V6.7.0版本美颜特效集成变更公告

一体化SDK的v6.7.0版本,针对用户接入的SDK场景包内容进行了升级,旨在提供更专业、更可靠的音视频处理能力。v6.7.0及以上音视频场景SDK 说明 为了提供更专业的美颜特效接入能力,从v6.7.0版本起,我们对全功能美颜特效场景进行分离,音...

管理License

MediaBox音视频SDK整合了直播推流、播放器、短视频、美颜特效等音视频功能模块,同时提供了全平台支持的统一License授权管理体系。通过阅读本文,您可以了解如何购买、绑定、续期License,以及申请试用版License和修改License绑定应用信息...

异步

本文为您介绍V2.0 Python SDK中异步请求的调用方式。V2.0 SDK异步 V2.0 SDK 支持异步请求 async def 定义异步方法,通过 await client.{方法名}_async()调用SDK异步方法。import asyncio import os from alibabacloud_ecs20140526.models ...

通过IDE使用阿里云.NET SDK

使用SDK 使用OpenAPI门户提供的代码示例工程 说明 可能会存在OpenAPI无法下载代码示例工程的情况,您可以查看 在已有的项目中安装SDK 的介绍。搜索OpenAPI:在 OpenAPI门户 搜索您将要调用的接口。例如调用云服务器ECS的DescribeRegions...

Obtain technical support

If you have questions when you migrate from Alibaba Cloud SDK V1.0 for.NET to Alibaba Cloud SDK V2.0 for.NET or when you use Alibaba Cloud SDK V2.0 for.NET,join the DingTalk group 31875811 to request technical support.

Initialize an SDK client

This topic describes how to initialize an SDK client,including the request clients of the remote procedure call(RPC)and resource-oriented architecture(ROA)styles.This topic also describes how to initiate a request after an...

Alibaba Cloud SDK maintenance policies

Note The OpenAPI Portal has no longer supported Alibaba Cloud SDK V1.0.If you are currently using the SDK V1.0,we strongly recommend consulting our documentation for migration guides and support.For specific requirements ...

关于播放器SDK正式商业化升级的公告

本文介绍关于播放器SDK正式商业化升级的说明。升级时间 北京时间2025年02月14日上午10点。升级内容 播放器SDK是MediaBox音视频SDK的子产品之一,提供直播和点播场景中视频播放功能,支持Web、Android、iOS、HarmonyOS、Flutter等多种平台,...

重试机制

在V2.0 SDK中,OpenAPI请求处理逻辑内置了网络异常的自动重试机制。当请求因网络问题失败时,系统会自动重新尝试,以提升服务的稳定性和可靠性。但对于由业务逻辑引发的错误(如参数错误、资源不存在等),SDK不会进行重试。本文将为您介绍...

重试机制

在V2.0 SDK中,OpenAPI请求处理逻辑内置了网络异常的自动重试机制。当请求因网络问题失败时,系统会自动重新尝试,以提升服务的稳定性和可靠性。但对于由业务逻辑引发的错误(如参数错误、资源不存在等),SDK不会进行重试。这类错误通常...

域名

全局生效 client=AcsClient()client.add_endpoint("region_id","product","endpoint")#只对当前 Request 生效 request=DescribeRegionsRequest()request.set_endpoint("endpoint")Endpoint 拼写规则 在请求 VPC 网络时或产品 SDK 具有 ...

超时配置

本节主要介绍原版 SDK 如何进行网络超时配置。重要 每个接口 API 都有独立的 Request,命名方式为${API}${Request},例如 DescribeInstancesRequest。超时时间概念:Connect Time:连接超时,是指 SDK 端到服务端的 TCP 连接建立时间;Read...

HTTPS 请求配置

本节主要介绍 V1.0 SDK 如何进行 HTTPS 配置。重要 每个接口 API 都有独立的 Request,命名方式为${API}${Request},例如 DescribeRegionRequest。可以通过对 Request 对象设置请求通过 HTTPS 协议发送:request.Protocol(ProtocolType....

超时配置

本节主要介绍V1.0 SDK 如何进行网络超时配置。说明 每个接口 API 都有独立的 Request,命名方式为${API}${Request},例如 DescribeRegionRequest。V1.0 SDK 的超时机制为 Request 设置-Client 设置-默认,优先级依次降低;默认连接超时为5...

HTTPS配置

from aliyunsdkecs.request.v20140526.DescribeInstancesRequest import DescribeInstancesRequest from aliyunsdkcore.client import AcsClient#使用默认凭证提供链初始化client,详细信息请参见V1.0 Python SDK客户端与凭证章节。...

Configure Alibaba Cloud SDK V1.0 for PHP

To facilitate API calls,we recommend that you integrate with Alibaba Cloud SDK in your project.SDKs simplify the development process,quickly integrate features,and greatly reduce the O&M cost.This topic describes how to ...

宣布阿里云 Node.js/TypeScript SDK 即将终止 Node.js...

宣布阿里云 Node.js/TypeScript SDK 即将终止 Node.js 10.x 及以下版本的支持。声明内容 从 2025 年 1 月 1 日开始,阿里云 Node.js/TypeScript SDK 将不再继续支持 Node.js 官网已经 End-of-Life(EOL)的以下 LTS 版本:Node.js v0.10.x ...

重试机制

在V2.0 SDK中,OpenAPI请求处理逻辑内置了网络异常的自动重试机制。当请求因网络问题失败时,系统会自动重新尝试,以提升服务的稳定性和可靠性。但对于由业务逻辑引发的错误(如参数错误、资源不存在等),SDK不会进行重试。这类错误通常...

重试机制

在V2.0 SDK中,OpenAPI请求处理逻辑内置了网络异常的自动重试机制。当请求因网络问题失败时,系统会自动重新尝试,以提升服务的稳定性和可靠性。但对于由业务逻辑引发的错误(如参数错误、资源不存在等),SDK不会进行重试。这类错误通常...

Obtain technical support

You can join in a DingTalk group to obtain technical support.Notice If you have questions when you switch to use the Darabonba SDK from the Classic SDK or during you use the Darabonba SDK,you can join in the DingTalk group...
< 1 2 3 4 ... 200 >
共有200页 跳转至: GO
新人特惠 爆款特惠 最新活动 免费试用