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