GCPhone error onesync

With onesync and 64 slots i have error on my gcphone… all work but if i call i never heard anything… i try to change the RTC to true but dont work too…

How i can fix it?

1 Like

I too am having the same problem.

same problem.

idem problem

same problem.

Anyone with a solution?

You must create a WebRTC server yourself, if you are on linux it is very easy, but if you are on Windows you can unfortunately not create one.
But you can search for free STUN/TURN servers on the internet.

Thanks for reply. İ use Windows unfortunately.
İs it enough for me to change the rtc to false?

“//”: “useWebRTCVocal: false => Appels avec channels de GTA”,
“//”: “useWebRTCVocal: true => Appels avec WebRTC”,
“useWebRTCVocal”: false,
“RTCConfig”: {
“iceServers”: [{
“urls”: [“turn:gannon.ovh”],
“username”: “jojo”,
“credential”: “pass”
}]
},

If you do a 32slots server put in false if you do a 64 slots server you will have to manage to create a webRTC or find one.

I am trying to create a webRTC server but it is taking too long with a lot of mistakes, is there video tutorial for it? Or where can I find one?

Thanks in advance

You know that replying with “same problem!” does not speed up the process of somebody posting a legit solution. Stop doing this, it’s blatantly spam.

https://www.nomachine.com/AR07N00894

Thanks man, but it is way too complicated for me, I guess I have to find an idiotproof one. If you have an easier tutorial or a company with paid services it would be great!

LINUX IS MANDATORY

I’ll give you the steps to follow:

Stage 1

apt-get install coturn

Stage 2

I advise you to launch the following command in a “screen” dedicated to coturn

screen -S turn

Stage 3

turnserver --listening-port 12779 --listening-ip SERVERIP --user user:password --real WriteWhatYouWant.com --verbose

And in the gcphone config it will give you

“useWebRTCVocal”: true,
“RTCConfig”: {
“iceServers”: [{
“urls”: [“turn:SERVERIP:12779”],
“username”: “USER”,
“credential”: “PASSWORD”
}]
},

you can test your turn server here

click on Gather candidates for test

https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/

If this gives you this your turn server is working

1 Like

How can i find the User and Passwort? :slight_smile:

the user and the password is in the command I gave you, it’s up to you to choose which one you want.

here : --user user:password

1 Like

Thanks!

No problem my friend :slight_smile:

Ahhhmmm… Send help please :grimacing:

Try to put the last one of the fivem build, if you still have the problem put the build before the last one