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