-
- [x] sdp/Utils.cpp `getCname()` must not throw:
* https://github.com/versatica/mediasoup-client/blob/master/lib/handlers/sdp/commonUtils.js?ts=2#L185
* https://github.com/jmillan/libmediasoupclie…
-
This makes it possible to enable OPUS stereo and even DTX.
[Related commit](https://github.com/versatica/mediasoup-client/commit/54741be3e1a77b400877df44bc0e76abf6c59b44) in mediasoup-client JS.
-
https://github.com/versatica/mediasoup-client/commit/9c61f48fb2da0a7dfcb7a7748a0d11e9c4fd955f
-
Hi, FootNiko,
When I test the sample, have a problem that is:
I replace socket.io.js with primus.js and primus-emit, because the socket.io often broken on cordova mobile application. However the s…
-
The case is, I want to change the video resolution after created a producer like this
```javascript
videoProducer.track.applyConstraints({
width: { ideal:1280 },
height: { ideal: 960 }
…
-
## Bug Report
### Your environment
- Operating system: Ubuntu 18.04 ( with Windows 10 test machine)
- Node version: v8.10.0
- npm version: 6.1.0
- gcc/clang version: 7.3
- mediasoup version:…
-
Related commit in mediasoup-client: https://github.com/versatica/mediasoup-client/commit/22ab43cde455d318ebc066671b39aa4c849a5731?ts=2
NOTE: Since I cannot test this is real browsers, it would be n…
-
Hello,
I hope you can help me:
1. I've installed your project including mediasoup 1.2.8
2. Using mediasoup_sample_multi_ssl.js
3 . I've set the server script to listen on an open port on my se…
-
## Bug Report
- Operating system: Debian
- mediasoup version: 2.6.2
### Issue description
It seems that DTLS fails randomly:
```
RTC::DtlsTransport::SetTimeout() | DTLS timeout too hig…
-
We are building app that creates multiple PeerConnections to mediasoup server on same page.
The Scheme works ok with chrome / latest safari, but firefox sometimes drops peer connection on DTLS exchan…