1 Star 1 Fork 2

梁生/视频转码存储

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
梁生-hardtochill 梁生 add README.md. b71355e 9 months ago
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

配置application-dev.yml: minio redis minio先需自建bucket

大文件上传:文件分片存到桶中,最后合并并删除所有分片 秒传:判断桶中是否有目标文件 断点续传:使用redis存储所有文件分片号,成功上传分片则删除该分片号

文件在桶中名字:md5 分片文件在桶中名字:md5-分片号

单文件上传直接调 upload接口

分片上传 (1)先调init接口初始化 (2)调upload接口分片上传 (3)上传完成调done接口合并分片

minio启动命令:docker run -p 9000:9000 -p 9001:9001 -v /usr/local/docker/minio/data:/data minio/minio server /data --console-address ":9001" 文件在本地存储路径:/usr/local/docker/minio/data

Empty file

About

对分片上传的文件进行接收、转码、存储 expand collapse
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hardtochill/video-transcoding-storage.git
git@gitee.com:hardtochill/video-transcoding-storage.git
hardtochill
video-transcoding-storage
视频转码存储
master

Search