418 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
144
views
What are the downsides of ICE trickling (signaling) over TURN (data channel)? [closed]
I need to connect two peers with WebRTC, as one would. However, in my case the constraint is that each peer is able to pass only one message to the other peer over the initial signaling channel.
One ...
0
votes
1
answer
66
views
WebRTC ICE - Is there a situation where both STUN Server and TURN Server are required?
TURN Server is STUN Server, hence if a Peer uses a TURN server, it would not require a separate STUN Server other than the TURN Server.
RFC 8656 - 2. Terminology
TURN server: A STUN server that ...
2
votes
1
answer
103
views
WebRTC: periodic disconnections
I've built a discord-like app where multiple people can join into a channel, talk to each other and also share their screen. It's not peer to peer since there is a Media server which relays all media ...
1
vote
0
answers
164
views
How to expose Android Cuttlefish with a TURN server
I am running Android 15.0.0 r5 with Cuttlefish in an ARM host. I am orchestrating the application with Kubernetes and would like to expose the device outside the Kubernetes cluster.
So far I can test ...
0
votes
0
answers
37
views
Why is DatagramSocket receive() discard packets while MulticastSocket is not? On remote server
I try to
understand how i should work with server sockets for receiving data from remote client.
why when client on vpn data not losing.
I have client and server application with UDP sockets.
When i ...
0
votes
1
answer
151
views
Is there a limit to the number of concurrent ICE/STUN/TURN requests in Chromium?
We are establishing audio-only WebRTC calls.
By changing only one variable, the number of concurrent WebRTC calls we establish at once, I can see a reliable failure to get RTP audio on the calls that ...
0
votes
1
answer
262
views
How to throttle network for a single docker container
For a crowdsourcing application I need a server that can do the following:
Host a WebRTC call between 2 clients
Simulate various network conditions (low bandwith, delay, etc.) and switch between them
...
1
vote
1
answer
166
views
WebRTC: ICE connection fails when peer is outside of local network
I'm building a WebRTC proof of concept (available here) to open a data channel between two peers.
The RTC connection completes correctly (in Chrome) when both peers are in the same local network but ...
1
vote
1
answer
725
views
Nextcloud Talk Failed to establish signaling connection. Retrying error only appears on chrome browser
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 ...
1
vote
0
answers
278
views
Very Slow ICE candidates gathering on webrtc
I am using cloudflare TURN servers. I saw a weird behaviour that if I reset website's permission, the ICE candidates gathering is pretty fast and without it, it can take upto 40 seconds.
I've tried, ...
1
vote
1
answer
397
views
How to implement TURN (Traversal Using Relays around NAT)?
I am writing a VoIP server using UDP sockets which I want to run on a VPS with public IP. Apparently, sending UDP packets from server to client behind NAT is problematic, since most NATs assign random ...
1
vote
0
answers
255
views
Docker coturn gives ERROR: You cannot define external IP more than once in the configuration even when only 1 ip is specified in config
I followed the documentation from
https://github.com/coturn/coturn/blob/master/docker/coturn/README.md to set up coturn on docker on my windows server. It has a public ip address. Every time i start ...
1
vote
1
answer
546
views
Credentials for Turn Server in WebRtc
I have been trying to connect to a Turn server for WebRtc in my application I have been told that the server only has a password and not a username.
when I do have a username and a password I use the ...
0
votes
1
answer
271
views
Why is my WebRTC connection stuck in connecting state?
I'm working on an Angular app that uses webRTC. The purpose of this app is to display a video stream coming from a software running on a Google Cloud Platform VM, and being transmitted through WebRTC.
...
0
votes
1
answer
259
views
Is TCP not supported between Turn Server and peer by TURN server as per RFC 8656
I was going through these documentaion(https://www.100ms.live/blog/webrtc-turn-server#internal-working-of-a-turn-server) which is about how Turn server works and how to make one using CoTurn .
But in ...