xdm,vue中使用video标签循环播放一个40M的MP4视频,大概2小时后项目崩溃
使用的这种循环播放方式:绑定@ended="videoEnd"
this.$refs.video.pause();
this.$refs.video.currentTime = 0;

this.$refs.video.play();

vscode崩溃内容:
Error: EMFILE: too many open files, open '/Users/Administrator/Desktop/word code/jingdongfangYS2/newpassivems/code/newPassiveVueMS/dist/media/chacheMove.da2a4d84.mp4' at createError
这个怎么解决啊[捂脸]
展开
9