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.
我有一个项目,我在其中加载和卸载了几十个 FLVPlayback。我有 FLVPlayback 给出的“正常”内存泄漏,但是当我使用 DynamicStream 视频(使用 RTMP)时,泄漏更大!每次视频更改会增加大约 10MB。
我正在使用我在互联网上找到的所有材料,例如this和this在我的 dispose 方法中,但似乎没有任何效果。
我没有找到任何真正解决我的问题的方法,我不得不迁移到OSMF,结果很糟糕!