Skip to main content
0 votes
1 answer
74 views

I use RTCMulti and all works fine if i use my own wifi point. I have running turnserver. For public not work. Error can be : InvalidStateError: Failed to execute 'setRemoteDescription' on '...
Nikola Lukic's user avatar
  • 4,274
0 votes
1 answer
117 views

I'm working on a WebRTC application where I need to handle remote tracks and update the UI for each participant. I’ve encountered several issues with handling remote tracks, updating the participant ...
Crazy Programmer's user avatar
1 vote
1 answer
829 views

After migrating from the old to the new signaling server, I'm experiencing an issue with Talk when I try to use it i get the "Failed to establish signaling connection. Retrying..." error on ...
Tengo's user avatar
  • 21
0 votes
1 answer
695 views

I realize that media will run over UDP with a webRTC connection, but what about signaling? Does it require TCP or can it run over UDP? All of the examples using SIPJS I could find run the signaling ...
TSG's user avatar
  • 4,786
0 votes
1 answer
643 views

As far as I search, All WebRTC handshakes are done through any signaling server [ HTTP, WebSocket, etc..] even through Mail or Whatsapp. But I expect to connect without using any of them. Is there any ...
mohamed thalif's user avatar
0 votes
0 answers
1k views

Let's say I have access to a server via ssh and my own laptop. However, I wish to use webrtc to transmit data via a peer connection for it's ultra low latency over UDP. It's also crucial that I have ...
Aaron's user avatar
  • 1
0 votes
1 answer
305 views

While learning about p2p networks I found out that P2P networks need signaling servers but can modern DHT replace the need for signaling servers? (Holepunching mainly)
vanessa boehr's user avatar
1 vote
0 answers
168 views

I am trying to breakdown the process of the webrtc signaling using the PeerConnectionStates Demo by copying the signaling strings manually like as in here Youtube:https://www.youtube.com/watch?v=...
Chief O's user avatar
  • 87
0 votes
0 answers
159 views

I am new coding in Javascript. I am creating a WebRTC connection between my iPhone and my browser. The connection works but my code only send one candidate and I don't know if I am doing anything ...
Juan Gil's user avatar
0 votes
1 answer
199 views

I'm wondering when using Scipy api (as the code below) to find the local maximum and local minimum, the result (as the picture attached) are seems to be not accuracy as imagine. Is there any tips or ...
tangerine0803's user avatar
1 vote
1 answer
836 views

I have used WebRTC for my chat application. My idea is whenever any user has joined in the chat application then a new RTCPeerConnection object will create. The chat room will allow only one-to-one ...
user2986042's user avatar
  • 1,314
1 vote
1 answer
655 views

If a client A, wants to connect to 2 other end points B and C. How does A initiates call with B and C using SFU. I mean, how will A communicate to SFU that it needs to connect to B and C? How is ICE ...
durgesh's user avatar
  • 41
0 votes
1 answer
1k views

I am trying to use signaling_nan() to automatically throw an exception if a variable whose value will be set post-initialization, is used before being set. I have tried using the floating point ...
PAS's user avatar
  • 13
2 votes
0 answers
992 views

So, I was trying to write a webRTC mobile app. Caught some error. import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:flutter_webrtc/flutter_webrtc.dart'; import 'package:...
hamere's user avatar
  • 145
1 vote
0 answers
419 views

I'm working on implementing a distributed hash table using WebRTC and IndexedDB, and I ran into an issue I can't quite find the correct solution for. I have a simple application I've been using to ...
Somniad's user avatar
  • 11

15 30 50 per page