einsteinarbert

Results 31 comments of einsteinarbert

> Hi, same cast issue here with the Errorf. > > @denniswon you probably forgot to create a certificate, like: > > ```shell > sudo mkdir -p /cert > sudo...

i didn't run this test On Tue, Aug 13, 2019, 20:31 Eliomar Conde wrote: > Hi! excuse me, any update on this error? I am having the same issue. >...

Yes, I just did following readme manual page of collinder. But you should attention about path of project, I build successfully on ubuntu >= 16.04, you should search this keyword...

**But now when I deploy apprtc on google cloud, I can connect via chrome of Android without any error but My android native app can't connect, collinder error shown:** `2019/08/15...

cert.pem file is a full chain file (join public and private key into one text file **cert.pem**) : ## SSL Collider: /cert/ Collider using full chain file: -----BEGIN CERTIFICATE----- (Your...

Dont using google deploy, just using your VPS server, -- tobe continue update late....--

just buy a real cert for your server. In Android, we must to use real cert file. Vào Th 4, 5 thg 8, 2020 vào lúc 13:21 wcxdhr đã viết:...

finnaly resolved problem: https://stackoverflow.com/questions/55372070/anyone-success-in-config-collinder-for-apprtc/55520162#55520162 Just config ICE servers like this: ICE_SERVER_OVERRIDE = [ { "urls": [ "stun:stun.l.google.com:19302" ] }, { "urls": [ "turn:my_ip_address:3478" ], "username": "my_account", "credential": "my_password" } ]...

1) turnserver config here, just start with no arg, it will read in config file: [root@ctr486333 ~]# cat /etc/turnserver.conf cert=/root/cert.pem pkey=/root/key.pem listening-port=3478 tls-listening-port=5349 listening-ip=my_ip_addr relay-ip=my_ip_addr external-ip=my_ip_addr realm=my_db_name server-name=my_ip_addr #lt-cred-mech userdb=/etc/turnuserdb.conf...

For testing turn server: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ You should compare google link or some turnserver's successful link with your turn server link No need this link: > "stun:stun.l.google.com:19302" do you have two...