gemercheung %!s(int64=3) %!d(string=hai) anos
pai
achega
ccb663d274
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/scene/scene.service.ts

+ 1 - 1
src/scene/scene.service.ts

@@ -1136,7 +1136,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
     this.channel.onBufferedAmountLow(() => {
     this.channel.onBufferedAmountLow(() => {
       console.error('onBufferedAmountLow', this.channel.bufferedAmount());
       console.error('onBufferedAmountLow', this.channel.bufferedAmount());
       //64k->65536 128k->131072
       //64k->65536 128k->131072
-      this.channel.setBufferedAmountLowThreshold(65536);
+      this.channel.setBufferedAmountLowThreshold(262144);
       this.logger.error('onBufferedAmountLow', this.channel.bufferedAmount());
       this.logger.error('onBufferedAmountLow', this.channel.bufferedAmount());
     });
     });
   }
   }