From 980734719cb7ba253ef31a4b1e4eca960d07bd24 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Wed, 7 Jun 2017 11:56:15 +0200 Subject: [PATCH] Demo instructions updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da49eb8c..7cbfc66e 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ We have implemented a very basic demo application to see OpenVidu in action. To - Run this Docker container ``` - docker run -p 8443:8443 -e KMS_STUN_IP=193.147.51.12 -e KMS_STUN_PORT=3478 -e openvidu.security=false openvidu/openvidu-plainjs-demo + docker run -p 5000:5000 -p 4040:4040 -e KMS_STUN_IP=193.147.51.12 -e KMS_STUN_PORT=3478 -e openvidu.security=false openvidu/openvidu-plainjs-demo ``` - - Go to [`https://localhost:8443`](https://localhost:8443) and accept the self-signed certificate to enjoy your app. You should mute your speakers to avoid disruptive audio feedback. + - Wait until you see a public URL ended with _ngrok.io_. You can share this URL with anyone you want to tests the app over the Internet! ----------