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.
我最近在做一个旧项目,我们将多个 flv 文件连接起来。方法是:
现在,我们要使用 red5.io 库使用相同的方法连接 mp4 文件。问题是:我们在 Red5 有 MP4Reader,但没有 MP4Writer。
我很困惑实现这个接口。有没有人已经把这个写下来了?或者帮助我一些方法?
是的,此时 9/2019 没有 MP4Writer;要实现一个,可以遵循与 FLVWriter 相同的模式,但您必须使用 MP4 编写库来执行通过 NALU 或任何库配置的实际文件 I/O。