Kaltura NodeJS 自动化客户端库
Kaltura 提供 Node.js 客户端库,兼容于 Kaltura 服务器版本 16.19.0 以上。通过 npm 安装:npm install kaltura-client
。若需使用代理,可在 KalturaConfiguration
中设置 proxy
。示例:const proxyUrl = new URL('http://some.proxy.com'); proxyUrl.username = 'user'; proxyUrl.password = 'pass'; const config = new kaltura.Configuration(); config.proxy = proxyUrl;
486.33KB
文件大小:
评论区