You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
listening-port=3478
listening-ip=XX.XXX.XXX.XX (ie. my aws ec2 instance's public ip address)
use-auth-secret
static-auth-secret=641eaa0e9dacd772ec8610ba962ed5e5a505795ca2ece640f8920d415eb8XXXX
relam=north.gov
user=ninefingers:0xbc807ee29df3c9ffa736523fb2c4e8ee
no-tls
no-dtls
cert=/etc/turn_server_cert.pem
pkey=/etc/turn_server_pkey.pem
cli-port=5766
cli-password=qwerty
Please guide me on this.
Thanks in advance
The text was updated successfully, but these errors were encountered:
sputnik9
changed the title
WebRTC AppRTC - appspot join room - 500 internal server error - google bigquery analytics insertAll api Returnrd Not found Dataset
WebRTC AppRTC - appspot join room - 500 internal server error - google bigquery analytics insertAll api Returned Not found Dataset
Oct 4, 2019
Is this required that i have to setup and run the apprtc on local first? I mean if i directly setup and run it on AWS Ec2 instance is that correct way?
Hello All,
https://github.com/webrtc/apprtc
https://appr.tc/
I need to implement above demo to my AWS EC2 Ubuntu server.
I have attached some screenshots that might help you to address the solution.
starting collider
turn server
joining room from browser
app screen for that room
google cloud platform error log
AWS EC2 Instance Inbound Rules
Below is my /etc/turnserver.conf file code:
listening-port=3478
listening-ip=XX.XXX.XXX.XX (ie. my aws ec2 instance's public ip address)
use-auth-secret
static-auth-secret=641eaa0e9dacd772ec8610ba962ed5e5a505795ca2ece640f8920d415eb8XXXX
relam=north.gov
user=ninefingers:0xbc807ee29df3c9ffa736523fb2c4e8ee
no-tls
no-dtls
cert=/etc/turn_server_cert.pem
pkey=/etc/turn_server_pkey.pem
cli-port=5766
cli-password=qwerty
Please guide me on this.
Thanks in advance
The text was updated successfully, but these errors were encountered: