WebRTC AppRTC - appspot join room - 500 internal server error - google bigquery analytics insertAll api Returned Not found Dataset
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.
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
-
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?
-
Is it required to have "https" if i use AWS EC2?
I have a similar problem - https://github.com/webrtc/apprtc/issues/715 Did you solve yours?
Thanks