-
I would like to update the ICE server after the room has been created in mediasoup.client,
but unfortunately I didn't find a room function that I could use to update the turnServers.
Would it be p…
-
Hi!
When I disable an audio track that i'm sending to a room (audio levels reach 0, tested with hark), but on the receivnig end there is noise in the audio.
AFAIK it's common practice to add comfo…
-
Such as, for example in Chrome:
```js
{
googCpuOveruseDetection: false,
googCpuOveruseEncodeUsage: false
}
```
For this, we need a new (and complex) setting in [RoomOptions](https://med…
-
Hi,
I am able to do conference call using your code. But problem is this, it is showing ~10 seconds of delay in audio and showing ~40 seconds of delay in video. This is not acceptable in any case.
…
-
Hi,
This code is working fine on local machine (development environment ), but it is not working on production environment (https://mediasoup.galaxysofttech.co.in/). I have debug in Chrome ( Version …
-
Related to https://github.com/versatica/mediasoup-client/issues/48 (since we don't know yet where the issue happens).
I've checked logs in mediasoup-demo server. I see the "Transport with same tran…
-
## Bug Report
### Your environment
- mediasoup version: 2.5.5
### Issue description
Fuzzing RTP (still to know what it consisted of, we'll know it soon) a worker died:
```
2018-12-11…
-
Unified-Plan issues in all browsers (with the collaboration of @fippo):
* [x] Firefox: [pc.setRemoteDescription() fails with "DOMException: No transceiver for bundled mid 1" after pc.removeTrack(se…
-
Scenario (assuming the mediasoup room is configured with VP8 and H264 codecs in that order of preference):
1. Client joins a room and streams its webcam video in two codecs (VP8/H264). To achieve t…
-
As suggested in the mailing list, posting this as an issue here:
I have a mediasoup client that normally streams the webcam. When using this mode, everything is working fine. However, I also have a…