李仕臣

Results 3 issues of 李仕臣

![image](https://github.com/load1n9/caviar/assets/30047595/38395705-e4a4-480c-b85f-7752009292a0) ![image](https://github.com/load1n9/caviar/assets/30047595/2e24ec15-c69d-4719-90aa-8b438402b550) ![image](https://github.com/load1n9/caviar/assets/30047595/0d7243e3-f715-4d27-b632-c3e9a5471033) Chrome version ![image](https://github.com/load1n9/caviar/assets/30047595/4c46b4d6-d31c-42e0-b676-3e459944669a) Please help me solve the problem

前端使用的是 JSMpeg 来实现 rtsp 视频流播放。 1. 前端只 销毁了 JSMpeg 的实例对象,以及关闭了 视频窗口,并没有向 Node服务 发送关闭请求 ![image](https://github.com/Neveryu/rtsp2web/assets/30047595/1e9c7efc-44ad-455c-bd4a-02f27ec33eb7) 2. 这导致了 后台服务 FFMpeg 进程 没有被销毁,重复多开,导致服务器内存泄漏,服务卡顿现象 ![image](https://github.com/Neveryu/rtsp2web/assets/30047595/5dee2d2d-433f-4b1c-8408-4dffa70c5687) 查阅文档,没有发现 如何 关闭视频流推送的 相关API,故此请教,此问题该如何解决?