...
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
步骤三:元数据配置
在需要上传的 info 元数据中配置
本地部署配置:
```json
{
"uploadLocal": true,
"custom_api": {
"md5_url": "http://xxxx/upload_video_second?app_id=xx&app_secret=xx",
"merge_url": "http://xxxx/upload_video_merge?app_id=xx&app_secret=xx",
"chunk_url": "http://xxxx/upload_video_chunk?app_id=xx&app_secret=xx"
}
}