0.14.0 • Published 8 months ago

fsd-vod v0.14.0

Weekly downloads
48
License
MIT
Repository
-
Last release
8 months ago

fsd-vod

FSD VOD文件读写适配器。

const FSD = require('fsd');
const VodAdapter = require('fsd-vod');

const adapter = new VodAdapter(config);
const fsd = FSD({ adapter: adapter });

let videoId = await adapter.alloc({ name: 'test.mp4' });
let file = fsd(videoId);

await fsd.write(data);

FSD 文档: https://github.com/liangxingchen/fsd

适配器初始化选项:

选项类型必须说明
urlPrefixstringURL前缀,用于生成下载链接
accessKeyIdstringYesVod访问KEY
accessKeySecretstringYesVod访问秘钥
regionstring默认 cn-shanghai
templateGroupIdstring转码模板组ID
workflowIdstring工作流ID
callbackUrlstring边缘上传后的回调地址
0.14.0

8 months ago

0.13.3

2 years ago

0.13.2

2 years ago

0.13.1

2 years ago

0.13.0

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.11.0

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.2

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

6 years ago