peer 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
Solved
I'm trying to make a simple Peer to Peer Network in Python 2.7. The problem is, I can't seem to be able to create a connection between two machines in which they both act as a server and a client. ...
Haemophilic asked 24/4, 2014 at 11:14
3
Solved
I wrote a socket program to send a file and receive a string from socket
In which I specified the client(wrote the ip address of client)
I want to get that client address dynamically,
I tried .getp...
Embolic asked 7/2, 2019 at 6:27
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
0
I have implemented WebRTC calls in my project, When the internet got disconnected then WebRTC throws a disconnected state immediately and Closed/Failed state after 10/15 secs.
Can I override these ...
Archfiend asked 5/1, 2021 at 5:48
6
Solved
My app needs to contact the same device it is working on, via http://127.0.0.1/... (a localhost url).
For some reason, about 50% of the times (and maybe exactly 50%) when I reach a website there w...
Rob asked 26/6, 2012 at 12:31
2
Solved
I'm writing a custom client & server that I want to communicate securely over the public Internet, therefore I want to use OpenSSL and have both ends do peer verification to ensure that my clie...
Aprilaprile asked 1/11, 2018 at 15:24
3
Solved
When generating offer and answer objects during webRTC signaling in Firefox, Mozilla added a pun about Session Description Protocols by returning answers and offers that say "THIS_IS_SDPARTA.&...
1
Solved
My question is on access control in hyperledger fabric composer.
Assume you have a business network, in which you have the following participants:
Sellers
(Potential) Buyers
A seller is an em...
Ceroplastic asked 20/7, 2018 at 12:57
6
when I'm trying to install
"npm install ng2-file-upload --save"
in my angular 4 application it throws
UNMET PEER DEPENDENCY @4.1.0
UNMET PEER DEPENDENCY @4.1.0
`-- [email protected]
and u...
Declared asked 16/5, 2017 at 5:27
1
Solved
I saw that Socket.IO and Websockets usually require NodeJS or similar but don't run on clients.
Is there any possible way to open a port for accepting communications using JavaScript? So devices c...
Theatrics asked 18/3, 2017 at 14:54
2
I was wondering if my idea of zeromq is right? I was thinking of writing a peer to peer chat application using zeromq but as i read further into it zeromq seems to be more low level than what one w...
2
I have a client/server setup in which clients send a single request message to the server and gets a bunch of data messages back.
The server is implemented using a ROUTER socket and the clients usi...
Akin asked 17/2, 2015 at 9:11
1
Solved
I'm trying to understand how WebRTC works, mainly for using only DataChannel for game-networking experience. And this is what I've made so far. It gather ICE cadidates. I have two questions.
Does...
Phlegmy asked 18/1, 2017 at 22:43
3
I need to make an android peer to peer app that should work with any Internet connectivity and without using intermediate server. Can somebody plz give me any start up ideas. I haven't find a...
5
I've been at this for a few days now, and can't seem to find a solution. I want to create a peer to peer network over wifi on iOS. All open source code seems to be supporting running a server or be...
Camise asked 12/3, 2013 at 15:7
2
I'm trying to connect 2 peers with webrtc and datachannel without camera and microphone.
try {
socket = new WebSocket("ws://localhost:1337/");
var servers = {iceServers:[{url:"stun:stun.l.google...
0
I want to build a network among multiple peers using WebRTC datachannel.
What is the best topology to be used for efficient communication and video conferencing?
Now what am I doing?
If 1...
Bellhop asked 8/5, 2013 at 11:0
4
Solved
Hey, I have been looking on google and I cannot seem to find anything about peer to peer transfer.
Basically, I want to be able to send a file from my computer to someone else's computer. Do...
1
© 2022 - 2025 — McMap. All rights reserved.