@@ -26,7 +26,7 @@ export default class ActionsHandler {
//xst
window.workerReady = false
this.vDecoder = new VDecoder({
- maxChip: 10,
+ maxChip: 3,
});
window.vDecoder = this.vDecoder
this.init()
@@ -239,6 +239,8 @@ export class VDecoder extends EventEmitter {
}
flush() {
this.tempVideos = [];
+ this.cacheBufferTotal = null;
+ console.warn('flush')
preloader(preload) {}