Questions tagged [simplewebrtc]

SimpleWebRTC is an open source javascript library for joining and managing mesh p2p WebRTC conferences. Questions using this tag should be specific to this library.

Questions about the SimpleWebRTC library should use the simplewebrtc tag.

WebRTC is a technology stack for establishing (S)RTP and SCTP streams between peers. Peers are normally browser sessions.

p2p means "peer to peer," indicative of a transport between peers without a server or translation layer in the middle.

SimpleWebRTC normalizes browser API differences for peer connections and user media access. The library manages multiple RTCPeerConnections to provide a clean API for joining mesh (fully connected graph of p2p sessions) "rooms."

See https://simplewebrtc.com/ for more information and demos. See https://github.com/andyet/simplewebrtc for source code and issues.

159 questions
0
votes
0 answers

Does WebRTC between two Android devices need a TURN server?

I am new to WebRTC. I understand that sometimes it is necessary to use a TURN server to make a video call between two clients in web browsers. For example, when the firewall comes into play. Do we also need TURN server in a video call between two…
0
votes
0 answers

Is it possible to communicate with SignalMaster webRTC signaling server using C#

My company as a signalMaster signaling server install at https://signaling.mycompany.com https://github.com/simplewebrtc/signalmaster We have a web page that uses simpleWebRTC to communicate with it. I am working on a .net Application that need to…
ElRosbif
  • 353
  • 1
  • 6
  • 18
0
votes
1 answer

How to identify if this code for implementing webrtc is working correctly?

I'm currently working on a webrtc project that was written before from another developer. While I'm currently new to webrtc and I tried hard to make it work after deleting obsolete functions and other things, now can I identify what is wrong here in…
Adam
  • 113
  • 1
  • 8
0
votes
1 answer

Node project failed to start application and cannot solve error

I'm having errors on my networked-aframe project. I can edit it on Glitch, but when press ‘Show’ it shows : failed to start application on ilearn-official.glitch.me This is most likely because your project has a code error.Check your project logs,…
0
votes
1 answer

Reduce captcha calls by remembering successful captcha users

I'm looking for a solution to reduce the number of captcha calls I need to make. I have a website that allows free usage for one app with a text box and button. Users might use it 10 times, and thus I call captcha 10 times. However, this adds up to…
Kevin Danikowski
  • 4,620
  • 6
  • 41
  • 75
0
votes
0 answers

Is PeerJS, WebSocket, and/or Socket.io capable of matching users based on a property

I have limited knowledge in this area. Is the following (joke) example possible to construct via Node.js packages? E.g. Clients open home page, they are asked 'Do you believe the world is flat?' Clients that click 'Yes' they are grouped in Group…
Andrew
  • 101
  • 3
0
votes
0 answers

Why does my simple peer WebRTC work on some android phones but not others

I built a chat react app as a PWA that works on desktops and works on my phone and my wife's phone but not on some other androids and not on Iphones. I was wondering if anyone knew of why that might be. I have also had cases where it get connected…
0
votes
1 answer

RTC peer connection doesn't establish

I read about WebRTC in MDN and tried to open peer connection. I decided to open both local and remote connections in one page, and wrote this code: const configuration = {iceServers: [ {urls: 'stun:stun.l.google.com:19302'}, {urls:…
0
votes
0 answers

Long freeze on WebRTC iOS native SDK

I am working on an iOS app that uses WebRTC's native SDK to provide access to streams from different cameras. The codec used is H264/AVC. Although most camera streams work perfectly fine, there are some that consistently freeze when the streams are…
Tuly
  • 1
0
votes
1 answer

Is webRTC supports remote machine screen sharing and controlling?

it is possible to access & control my remote machine screen by using webRTC?? if possible can you please share the information regarding the above problem
0
votes
1 answer

webRTC Video and Audio Call in Flutter

I am new to Flutter App and I have to create a WEBRTC based video and audio calling app for both IOS and Android without using TURN Server with FCM for creating a connection between 2 users. Could anyone please help me out how can we achieve this…
0
votes
1 answer

capture MediaStream in reactjs (video component)

I want to capture a local video, MediaStream object from a react video component and pass it into WebRTC. captureStream() method is not present in React may be, can someone share me the code of this??? when i try to run captureStream() in react it…
0
votes
2 answers

webRTC nodejs not working after deployment in vercel

I have developed and deployed nodejs webrtc still not working after deployment Design not working Live video communication is also not working this is the live link click here this is git repo link click here
Muzammil
  • 19
  • 6
0
votes
1 answer

WebRTC error while creating video chat app

I am getting this error on console while refreshing the page.. Everythng else works fine the Chats and everthing.. just the streaming part is not working NotSupportedError: MediaStreamError at module.exports…
Kartikey
  • 4,516
  • 4
  • 15
  • 40
0
votes
1 answer

cant't show local surface in front of view on WebRTC video call

I'm developing WebRTC video call android application but, the local surface show in box but if call connected, that time the local view move in back side of the remote view. Show My main.xml file
Ashish Virani
  • 182
  • 1
  • 15