-
Hi, just found this package that looks like it may be the solution I'm looking for, which is a browser server p2p WebRTC connection (rather than between browsers)
I'm just trying to send the brows…
-
**Describe the bug**
After merging PR #314 , there is an exception in store.py when it tries to save a detection event.
```
ambianic-edge | 2021-02-18 19:29:44 INFO /opt/ambianic-edge/src/ambi…
-
```
ambianic-edge | 2020-05-21 23:30:06 INFO /usr/local/lib/python3.7/dist-packages/peerjs/ext/http-proxy.py.make_discoverable(274): Peer destroyed. Will create a new peer.
ambianic-edge |…
-
Hello everyone,
i have finished my project using PeerJs and for test it i have decide to deploy the component of my project. For this, i deploy my server on Heroku. Regarding the client I have chang…
-
I'm new to this webRTC. I have created a connection between two streams. It's working but when transferring the media streams its throwing this error ICE failed, add a STUN server and see about:webrtc…
-
Initiating a receiving p2p (to generate a key) calls `wss://0.peerjs.com/peerjs?key=peerjs&id=gmx4cmumty0fgz12c88b60fbd01e&token=stdi88um9rm` but returns `{"type":"ERROR","payload":{"msg":"Server has …
-
hey, I saw your comment on webdevSimplify repo issues. there you said that you solve how to upload project in heroku. currently i am also facing same problem. because there is separate "peerjs --port …
-
Is it possible to do multi party webrtc (possibly 4-6) in mesh topology using peerjs and peerjs-server ?
-
there is a peerjs server in my express application, and i set the config as
`const WEBRTC_SERVER_CONFIG = {
host: '127.0.0.1',
port: 1234,
path: "/peerjs/WebRTCLive",
debug: 3,
}`
so i…
-
Currently ICE server config resides in [util.py](https://github.com/ambianic/peerjs-python/blob/master/src/peerjs/util.py)
It would be more convenient for users to edit ICE settings if they are in …