XirSys is a specialist hosting provider for WebRTC cloud enabled services and applications.
Questions tagged [xirsys]
31 questions
0
votes
0 answers
Get ip address from stun server
I have stun server on xirsys.
How can I know what is my public address + port that I can ping to it from outside the network to my pc through NAT?
user15136000
0
votes
2 answers
Is it possible to successfully negotiate a WebRTC connection between peers who are offering different TURN servers that require credentials?
We use a provider of global TURN servers (Xirsys). When establishing a connection between peers, each peer first identifies the closest TURN server to their location, then fetches credentials for that server. The peers then exchange ICE candidates,…

Ash Eldritch
- 1,504
- 10
- 13
0
votes
0 answers
How do I keep the list of user names on my Xirsys channel from growing with duplicates?
I am new to using the Xirsys API for Android. I have followed the tutorial ("Learning WebRTC Getting Started"), but one thing I am noticing is that the 'users' message I get from SYS keeps growing, with duplicates of the same name I am using for my…

tfrysinger
- 1,306
- 11
- 26
0
votes
0 answers
Xirsys WebRTC can't find sdp object
I'm trying to test an example provided by Xirsys where I can proceed with signaling using only PHP. The ice servers / token and host seems to work perfectly, but when trying to connect it returns "uncaught: Typeerror: cannot read property 'sdp' of…

Igor O
- 301
- 1
- 6
- 26
0
votes
1 answer
How to update webrtc xirsys from v2 to v3?
I am currently testing and working on the webrtc firebase demo by Muaz khan. In one of the files it uses Xirsys and the credentials used are the ones of Muaz Khan. The xirsys details are of version v2. Currently Xirsys uses version V3. I was…

Gaurav
- 47
- 7
0
votes
2 answers
Xirsys v3 demo setup
I am attempting to get the demos project setup for xirsys v3 on windows 10.
I have updated the credentials for the node server with my credentials from the portal but I receive a timeout error when entering the room.
It is a websocket connection…

user2798927
- 11
- 3
0
votes
1 answer
"getaddrinfo ENOTFOUND" error on heroku
I am tring to deploy a webRTC signaling server on Heroku. It works on my local machine but gave:
Error: getaddrinfo ENOTFOUND global.xirsys.net global.xirsys.net`
when deployed on Heroku.
I am using simpleWebRTC + signalmaster + XirSys
The…

Tianhao Zhou
- 784
- 1
- 9
- 28
0
votes
1 answer
Error on getting Ice Config in Xirsys
I'm having a trouble on looking for the error can anyone point it out for me please i have been into this for 2 days and still can't figure it out.
the picture above is the error log from heroku.
and here is my server.js for the ice…

Ginxxx
- 1,602
- 2
- 25
- 54
0
votes
0 answers
Xirsys turn server fails to connect and PeerServer crashes
My WebRTC application is working but sometimes when I try to call from other machines, iceServerConnectionState gets disconnected. Also, my peer server gets crashed by showing error:
SyntaxError: Unexpected end of JSON input
I am using Xirsys…

Amrendra
- 511
- 8
- 18
0
votes
1 answer
Xirsys iceConnectionStatus is failed
I am developing one video calling application. Currently using Xirsys's stun and turn server. I am using the result of https://service.xirsys.com/ice as my configurations. Is it the right username and credential to use in the Javascript page or…

Amrendra
- 511
- 8
- 18
0
votes
1 answer
Xirsys signalling server wrong message
I'm sending json message to Xirsys signalling server
Message structure (original message):
userid: 'username',
type: 'type',
room: 'roomname',
message: {
targetUserId: 'userid',
eventName: 'event',
data: {
offer: {},
…

morozRed
- 176
- 4
- 14
0
votes
1 answer
Xirsys live-meeting api request structure example
Can i get an example of the structure for calling xirsys live meeting api through angular $http......url->https://service.xirsys.com/_r/live/meeting

amyth
- 3
- 6
0
votes
1 answer
xirsys How to get credentials for stun and turn servers
xirsys I need to use the stun and turn server in my system. I am using simplepeer.js .Any idea that where should i get credentials of both servers?

techleadzdevteam
- 49
- 5
0
votes
1 answer
Unable to Connect to Xirsys STUN and TURN servers using EasyRTC
I'm working on a video chat application using EasyRTC and Xirsys. It works fine on its own (using the Google STUN server), but fails when I create a listener for the getIceConfig event. The EasyRTC server is on port 8080, and I also have an Apache…

user5527561
- 3
- 3
0
votes
0 answers
Simple WebRTC Remote Videos are not added sometimes
We are integrating SimpleWebRTC for allowing the users to have group communication. Xirsys service is used for STUN/TURN servers. We followed the tutorial in the below link,
It uses the simplewebrtc sandbox singalling servers for testing purpose. It…