Manza
Manza

Reputation: 3527

Deploy WebRTC Demo App on local server

I would like to deploy the WebRTC demo app (https://apprtc.appspot.com) on a local server and run it together with the android WebRTC App.

I've downloaded the code from here but I'm a bit confused of how to run it in local.

Thanks in advance to everyone who will help :)

Upvotes: 2

Views: 1908

Answers (1)

Sam Dutton
Sam Dutton

Reputation: 15279

You need install the Google Cloud SDK and run apprtc as an App Engine app (instructions here) then open it from localhost, e.g. http://localhost:8080.

Upvotes: 2

Related Questions