-
Can mediasoup client sdk be used by a Node.js Client Application? So audio from a browser can be streamed in real-time to this node.js client? Signalling in this case handled by a central server (anot…
-
When testing on a iOS device in Safari, it looks like the encoded audio is super low volume. The receiver on desktop Chrome shows values of totalAudioEnergy around 2.2164036295180267e-7. That's compar…
-
**mediasoup** will not relay RTCP packets but consume and generate them. This is, **mediasoup** will act as a media endpoint by negotiating and managing RTCP with each client.
* Docs: https://githu…
-
I try to install mediasoup in my server from code. I clone the demo repo into my server and run npm install on both app and server. Then I run server.js, and set my nginx to point out server/public fo…
-
I can see the front-end configuration, did not find the server with how, my remote screen can not see.
-
Would like to implement the following:
1. Client joins a room and streams the video stream in two codecs (VP8/H264).
* Create two separate transports of type 'send' and apply the preferred cod…
-
Rather than dealing with SDPs, provide a SDK for connecting clients to a mediasoup room. No signaling protocol included (that's up to the application on top of mediasoup).
The client side Peer SDK …
-
Reported by Kwindla Kramer in the mailing list:
----
We started seeing consistent "frozen stream" issues in Chrome recently while building an application using mediasoup.
Initially we were us…
-
```
mediasoup-worker's stderr: ABORT[id:syvznrpk#3] RTC::Consumer::AddProfile() | failed assertion `this->profiles.find(profile) == this->profiles.end()': profile already exists
```
To reproduce …
-
In both mediasoup-client and mediasoup v2.