Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问有关 Seaweedfs 功能的问题。
就我而言,我有一个浏览器,录音机在哪里。音频块文件使用套接字传输到 NodeJS 后端。当块在后端时,我必须将其保存在存储中并合并在一起。Seaweedfs 是否支持接收缓冲区数据并将其合并到存储中的功能?
或者也许有一个更好的解决方案,我可以在现场录制中存储音频块并将它们合并在一起,最后获得完整的音频文件。
我添加了一个文件管理器 REST API 来附加到一个文件中。您可以等待下周日的每周发布。
那对你有用吗?
//create or append the file POST /path/to/file?op=append PUT /path/to/file?op=append