Dear BBB Community,
We are attempting to setup development environment for certain enhancement
and customization to the html5 client. I am following the
the problem is that i am not able to load the client from the development
folder.
My observation and doubt are as below.
1. when we do nmp start in ~/dev/bigbluebutton/bigbluebutton-html5
the server listens on port 4000 but /etc/bigbluebutton/nginx/bbb-html5.nginx
expects the htmlclient at port 3000
location @html5client {
proxy_pass http://127.0.0.1:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
.... ....
location /_timesync {
proxy_pass http://127.0.0.1:3000;
}
2. Even if i change the PORT in package.json from 4000 to 3000 the ROOT_URL
has a trailing /1 , what does it mean?
Kindly guide
Regds
Rajesh.