Questions tagged [webrtc]

21 questions
0
votes
1 answer

Problems setting up a secure WSS connection for Sipml5

I have problems with setting up a webrts connection with sipml5 through an asterisk. When I check the status of https through the asterisk console, I get a response that it is up and running. But when I try to connect to sipml5 in the browser, I get…
0
votes
0 answers

How to use STUN/TURN server from a client over TCP/443

I have installed my own STUN/TURN server and I am trying to use it from a WebRTC client behind a firewall allowing only TCP/443 to internet without success. I tried the following unsuccessfully: Replace UDP/3478 with TCP/3478 or TCP/5349 or…
Argn
  • 1
  • 1
0
votes
0 answers

coturn server behind nginx reverse proxy not gathering candidates

I am trying to deploy coturn on a server which is behind a restricted network, with only ports 80 and 443 (TCP) allowed. As I have several services working in the same server, they are all behind a nginx reverse proxy. I want coturn to work the same…
pabpazjim
  • 1
  • 1
0
votes
1 answer

WebRTC Grandstream UCM6510

Some times the webrtc transport connection is stablished but when I observe in chrome://webrtc-internals the dtls session in that transport it stays stucked in “connecting“ and the remote certificate peer from the grandstream never arrives , what…
0
votes
1 answer

Decoding TCP packets as RTP in Wireshark

I'm troubleshooting a WebRTC video calling problem in my app and i'm using Wireshark. One end of my video call is a web app running in my browser window and the other end is a Unity based app on an Android device. This is built with WebRTC. In…
Salbrox
  • 51
  • 1
  • 5
0
votes
1 answer

Asterisk WebRTC outgoing call delay

I run an Asterisk 16 installation and a WebPhone based on SIP.js. Unfortunately, I often don't hear the first few seconds when I call someone. But everything is fine with incoming calls. The Asterisk is in a data center, the browser / client is…
Hativ
  • 111
  • 6
1
2