Max
Max
@murillo128 Also experience the same error from time to time. Unfortunately, I could find out exact reproducing steps as well.
@murillo128 Unfortunately I wasn't able to find the other reason in the lib quickly, it seems like an async bug. I use a lot of Recorders and recreate them from...
@murillo128 The error occurs if Recorder is stopped from Track `stopped` event manually. ``` track.on('stopped', (track) => { this.recorder.stop(); }); ``` The stop listener is removed when Refresher is stopped,...
> If you check the code, the size for the probe is calculated based on the period of the last probe was sent. So if the packets on the queue...
@murillo128 What are your thoughts on this? Please, let me know if you need more information or logs
Hi @murillo128 BWE doesn't work for me at all in the latest version of media server. Here is the setup: https://github.com/skmax/media-server-demo-node/tree/bwe-debug-demo-latest Also, here is a demo page with the issue...