When the resources are public there's no problem, but I want to improve the security on the stored resources, so I thought I can Block all public access to my bucket. Then, I could only access those resources with authenticated API calls. At this point there's no problem, I can still download those files using my API Keys. But, I also need to be able to reproduce stored videos.
The simplest way I know is to use the HTML video …
我正在为用户开发视频存储服务,我需要在保存大型视频 (vg 4K) 之前将其压缩到 1080p。是否有 JS 库(浏览器或 Node)可以帮助完成此任务?也许是网络服务?
我也接受语言建议。