simple-signal icon indicating copy to clipboard operation
simple-signal copied to clipboard

Signalling solution for simple-peer with socket.io

Results 8 simple-signal issues
Sort by recently updated
recently updated
newest added

I am using simple-peer and simple-signal to connect two clients with webcams. After creating peer connection and passing MediaStream to it, there is no video on the receiving side, just...

Disconnected Peer will be remove in the peer set (rooms[roomID]) in this PR. Because the issue 35 https://github.com/t-mullen/simple-signal/issues/35 We change the output simple-signal-client.js by hand.

In the original example code, iOS safari and Mac OS X safari will get error when use getUserMedia. The commit here is to support more on iOS safari and Mac...

The SimpleSignalClient code will receive error randomly if another peer's website page refresh . After checking this problem, we cannot catch this error. Right now we can avoid this issue...

Hi, I'm trying to do a p2p connection where one peer is the browser, and the other peer is the server. So basically, my browser client code is handling a...

It would be great to have an addStream() method for SimpleSignalClient, similar to what you can do directly with simple-peer. Also a 'stream' event would be perfect so we can...

I'm having this issue https://github.com/feross/simple-peer/issues/480 and looks like a new update of simple-peer is fixing it. How can i help in the process? Thanks!

I think that it's not a good practice to commit distributable sources, since they use to be auto-generated and that could cause lots of git conflicts, and it's an unnecessary...

enhancement