-
Currently using PeerJS with Meteor (here is the project: https://github.com/domschiener/peered). Everything works fine locally on the same connection, but as I deploy it to my server and try to connec…
-
Hi,
I am new to peerjs-server and trying to setup a custom peerjs server to integrate with my project.
But when i using latest update of peerjs server, client-side unable connect to server (fully …
-
I am running a peer server on node on my local machine .But when i am trying to connect from client page it reffers to https://0.peerjs.com/peerjs/id?ts=15647394027850.8572294835316543
requst agai…
-
Utilize peerJS audio calls between DJ Controls for remote broadcasting instead of using external software such as a remote radio stream, Discord, Skype, phones, etc.
- [x] Complete https://github.c…
-
See details about my setup below.
This is the issue;
- The client connects with the server and gets its ID
- The client tries to connect with a non-existent ID
- The client receives no error fro…
-
Hello,
I found peerjs as an open source and i wanted to implement a simple audio conference application. I had some trouble installing the peerjs server. But i have installed it now on my azure vm. No…
-
Not even sure if this is possible, but I think it would be an incredible feature to, in the following situation:
A B C
where "A" is connected to "B" and "B" is connected to "C" but "C" is not conn…
-
I have tested from the latest code. The connection is often not working properly. Sometimes the connection is not initiating on another peer @afrokick @kidandcat
-
Hi I am a bit of a noobie and have been trying to teach myself some networking for a game I am making. I'm using my own PeerServer and have been able to get the clients to connect with the server but …
-
//peer._lastServerId is not being set when I use:
peer = new Peer(null, {host: '165.225.157.206', port: 9000})
// or
peer = new Peer({host: '165.225.157.206', port: 9000})
console.log(peer._lastServe…