-
I'm new to RTC protocols, can peerjs be used to host 10k users? Just one is streaming and rest are receiving the stream, is it done by connecting them to the same peer of streamer or i should make a p…
-
When I try peerjs over the internet it does not work, it receives the call/stream but nothing is showing on the video, I'm using PeerJs default server, I have a server that uses socket.io to notify th…
-
After I end the call, the call.on('close') method executes after a delay of a few seconds. This is on my localhost development environment. I tried using both the default STUN ICE server from the peer…
Vichp updated
2 years ago
-
Thanks for this awesome bit of work you've put together.
I have an electron/node app running on localhost (laptop) and a react native app running on my mobile ([using this](https://www.npmjs.com/pa…
-
### What version of Next.js are you using?
11.0.1
### What version of Node.js are you using?
14.17.1
### What browser are you using?
chrome,mozilla
### What operating system are you …
-
I have two simple HTML pages
index.html
```
Peer JS
QR Code
peer ID
message
var peer = new Peer();
peer.on('open', function (id) {
…
-
WebRTC is not a good option for the actual choice communication, but could be a good model to enable less frequent heavy polling, and to support "presence" functionality.
-
Hi,
I have successfully made connection but my connection is not working sometimes. sometimes its not connecting. Its so dynamic. But even, if connected also I'm getting black video on remote side.…
-
Hi
I use `ion-sfu` and it work good for 4 users.
I want use video conference for 15 users in 1 conference.
Before `ion-sfu`, I use `peerjs` and this library crashing for 6 users.
My server:
8gig …
-
There is the possibility of only one party to send the audio and video stream, and the other party only receive this estream without the need to access the webcam prompt to receive this stream?
thank…
gmbad updated
2 years ago