samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
548 stars 108 forks source link

memory overflow(内存溢出) #144

Open zhang22113 opened 5 months ago

zhang22113 commented 5 months ago

I have noticed that when the library plays videos for a long time, the browser's memory usage becomes very high. After approximately 22 hours, it reaches up to 4GB. 我发现,该库长时间进行播放视频,浏览器运行内存会变的很高。大概22小时,高达4个G。

samirkumardas commented 5 months ago

with clearBuffer enabled?

zhang22113 commented 5 months ago

启用clearBuffer

Hello, I have enabled cleanBuffer: true, but I have found that it cannot be deleted completely. 您好,我启用了cleanBuffer:true,但是,我发现并不能删除干净。