I am trying to set up a server, which can be access from “outside”… So Browser and Server will be NOT on the same machine…
http://78.47.76.99/openvidu-tutorials/openvidu-insecure-angular/dist/openvidu-insecure-angular
I am trying to run the DEMO here (which runs localy perfectly)
https://openvidu.io/docs/tutorials/openvidu-insecure-angular/
but then I have found the Ubuntu 16.04 Tut >>>
so my question is now:
Do I have to run this command here in each case?
docker run -p 4443:4443 --rm -e openvidu.secret=MY_SECRET openvidu/openvidu-server-kms:2.12.0
because in the Ubuntu Doc are these 3 commands also included here:
sudo service redis-server restart
sudo service coturn restart
sudo service kurento-media-server restart
my testserver is accessible her:
I am trying to set up this thing since 2 days
I would be happy for each hint or help
thx