peerjs Questions
1
I'm creating simple video-chat one-to-one using PeerJS and React. Everything is working fine except the camera muting. When participant A muting camera, it's muting on both clients but when partici...
Repentance asked 1/2, 2023 at 19:56
2
I've been trying to figure this out for a while. I'm trying to establish a simple connection using peerjs. I can connect successfully to the peer with id USER_ID. However, they are unable unable to...
Gros asked 21/12, 2015 at 23:0
5
Solved
I'm using socket.io with peerjs to create a video conference app. Everything works fine on localhost. but when i push/host it on heroku it shows me this error in the console of browser :
index.js:8...
7
Solved
Peer js is not working
I am just creating peerjs video streaming application in NodeJs and ReactJs
The below code is working fine, i am able to create new peer and open event is also working.
cons...
3
I have a problem with PeerJS server. I used "Deploy to Heroku" button from here:
https://github.com/peers/peerjs-server
I have no idea how can I connect with deployed cloud.
I can't find clear doc...
Thurlow asked 3/1, 2018 at 20:24
2
Solved
I'm using PeerJS, but thought that this problem can be about WebRTC in general, hope You can help me out:
I'm trying to write a simple peer-to-peer file sharing. I'm using serialisation: "none" fo...
Hightension asked 27/5, 2015 at 22:13
2
This question has been asked before, but I have not found an answer yet. I'm basically having the same problem as described here and here.
I'm trying to set up a webRTC connection using PeerJS. It...
Compressive asked 19/6, 2016 at 23:59
1
Solved
I'm trying to use peerjs to connect an host with a client. I have two files (one for the host, one for the client). The host will generate a peerId which the client is using to connect to him. It's...
Gynaeco asked 30/5, 2021 at 17:44
3
My testing-app is compiling fine, except that I get this warning:
" Critical dependency: the request of a dependency is an expression"
(base) marco@pc01:~/webMatters/vueMatters/PeerJS-VueJS-Test$ ...
3
Solved
I have created a simple video chat app using javascript's webRTC library peerjs.
And now I am trying to deploy the site on zeit.co. But I get the error when a peerjs instance gets created
Below is ...
4
I got the following code from the git-hub but I don't know how to use and execute.
$> npm install peer --->where i want to install this node_module ?
//Run the server:
$> peerjs --por...
Guido asked 15/10, 2014 at 5:13
2
I am trying the simplest example I can, pulled directly from their website. Here is my entire html file, with code taken exactly from https://peerjs.com/index.html:
<script src="https://unp...
Fado asked 24/7, 2020 at 18:54
2
I am using PeerJS, which is a JavaScript implementation of WebRTC.
I am using it for sending data through the DataChannel.
Are there any speed restrictions by the browser engines?
I am not able t...
3
Solved
I want to make a simple audio only stream over WebRTC, using Peer.js. I'm running the simple PeerServer locally.
The following works perfectly fine in Firefox 30, but I can't get it to work in Chr...
Oliver asked 18/6, 2014 at 13:37
1
Solved
I do use peerjs https://peerjs.com to stablish connection between 2 peers.
Is there a way to force the use of H264 code instead of VP8 ?
Regards
1
I'm trying to connect two peers using peerJS. I am pretty much just following through their "Getting Started" but I am still struggling. Below is the code that I have gotten so far.
<body>
&...
Tea asked 23/11, 2013 at 18:17
0
I am attempting to make a broadcast function in PeerJS by listing all the peers and sending each one a message. My client code is below:
<!DOCTYPE html>
<html>
<head>
<meta ...
Caulk asked 29/5, 2016 at 17:56
2
Solved
I want to get access to some of the logged variables in the chrome://webrtc-internals/, but I didn't find anything on google - not even a description of the graphs I can see.
I am particularly inte...
Barnaul asked 5/6, 2014 at 17:51
2
Solved
I am evaluating PeerJS in order to implement a simple two-player online game. It seems that once I transfer the id of one player’s connection to the other, they can open a channel via PeerJS and ar...
Outfit asked 25/12, 2013 at 19:10
1
Solved
I am trying to setup a conference module up in my application. So i found and created a stream between two users.
The problem is that others are not able to join in.
Ive been trying to read up on...
Concentration asked 4/12, 2015 at 13:48
1
We have been doing a WebRTC app using PeerJS for web.
Server side : NodeJS
Client side : HTML5/CSS/Javascript/Angularjs
We are 90% there and it is working fine in chrome firefox but not working ...
0
I have a node app in each of my machines running this example on localhost with a PeerServer key that I made. When I try initiating a call between the two, the connection is established (as in, the...
Pone asked 31/7, 2015 at 15:51
1
I'm trying to implement audio calls in the phonegap app that I'm creating. I'm using PeerJS to get the 2 clients to connect. This part is working. But the problem is with the URL created for the me...
Louth asked 5/5, 2015 at 4:56
1
Here is my code for connections with PeerJS:
var peer = new Peer({ key: '[PeerJSID]', debug: 3});
peer.on('open', function(){
$('#my-id').text(peer.id);
});
// Receiving a call
peer.on('call', fu...
Aggrieve asked 23/3, 2015 at 19:22
2
I am currently writing an application that enables user to start a video call via webRTC using peerJS. Now I want users to be able to decide if they want add audio or not, but without restarting th...
Telltale asked 1/4, 2014 at 10:50
1 Next >
© 2022 - 2025 — McMap. All rights reserved.