-
I'm trying to get more control over the events related to the connections of each user. I wan to keep track and update to each user a list of users connected, and to specify the Video tag id, I'm alre…
-
getStats v1.2.0
When i use in FireFox 69.0 (64-bit) this example https://rtcmulticonnection.herokuapp.com/demos/getStats.html
I get an error in the console:
> getStatsResult.video[sendrecvType]…
-
how set own userid for rtcmulticonnection many to many
-
Hi Mr. Khan,
I couldn't access Desktop or screen sharing in rtcmulticonnection. I couldn't understand which socket server have to use for rtcmulticonnection . I tried with Socket.io over nodejs and w…
-
I was not able to run this with the latest version of RTCMultiConnection.js :(
If I use the version from this repo, it works fine
-
Uncaught TypeError: navigator.getUserMedia is not a function
at getUserMediaHandler (RTCMultiConnection.min.js:16:5245)
at RTCMultiConnection.connection.invokeGetUserMedia (RTCMultiConnectio…
-
error in win7 + safari:
ReferenceError: Can't find variable: MediaStreamTrack
Solution:
around at the 4017 line, instead of
if (!navigator.getMediaDevices && MediaStreamTrack && MediaStreamTrack.getS…
-
I have a docker nginx symfony vue stack under exampledomain.com
I implemented RTCMulticonnection with
```
```
and in my Vue File
```
this.rtcmConnection = new RTCMultiConnection();
thi…
-
Following the installation instructions in https://github.com/muaz-khan/RTCMultiConnection-Server/wiki#install-using-npm and then trying to run the simple demo:
```
var connection = new RT…
-
@muaz-khan
Hi Muaz ,
First i appreciate the scalable solution you make for streaming
it is really smart solution to relay on users
but i am facing some problem and i appreciate if you advice
…