0.13.3 • Published 4 months ago

fsd-vod v0.13.3

Weekly downloads
48
License
MIT
Repository
github
Last release
4 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.13.3

4 months ago

0.13.2

7 months ago

0.13.1

8 months ago

0.13.0

10 months ago

0.12.0

1 year ago

0.11.1

1 year ago

0.11.0

1 year ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

4 years ago

0.6.0

5 years ago