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