hii, i m using ubuntu 14.04. I want to know how to setup bbb for my angular and node envoirnment.
I have read the doc and install bbb on my system.BBB demo is running on my system fine,it means my server is running fine or not?
and how to make api request to bbb from client side using node and angular(javascript)?
BigBlueButton Server 1.0.0 (1054)
Kernel version: 3.19.0-65-generic
Distribution: Ubuntu 14.04.4 LTS (64-bit)
Memory: 3805 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): 192.168.10.160
Red5: 192.168.10.160
useWebrtcIfAvailable: true
/opt/freeswitch/conf/sip_profiles/external.xml (FreeSWITCH)
websocket port: 5066
WebRTC enabled: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: 192.168.10.160
port: 80
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: 192.168.10.160
/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
url: 192.168.10.160
/var/www/bigbluebutton/check/conf/config.xml (client check)
client check: 192.168.10.160
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
capture video: true
capture desktop: true
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback host: 192.168.10.160
** Potential problems described below **
# IP does not match:
# IP from ifconfig: 192.168.10.150
# /etc/nginx/sites-available/bigbluebutton: 192.168.10.160
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: 192.168.10.150
# /var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp: 192.168.10.160
# Error: The voice application failed to register with the sip server.
# Try running:
#
# sudo bbb-conf --clean
#
# Error: Could not connect to the configured hostname/IP address
#
#
# If your BigBlueButton server is behind a firewall, see FAQ.
# Error: Unable to connect to port 1935 (RTMP) on 192.168.10.160
# Error: Unable to connect to port 9123 (desktop sharing) on 192.168.10.160
# Warning: The setting of 192.168.10.160 for bbb.sip.app.ip in
#
# /usr/share/red5/webapps/sip/WEB-INF/bigbluebutton-sip.properties
#
# does not match the local IP address (192.168.10.150).
# (This is OK if you've manually changed the values to an external
# FreeSWITCH server.)
# Error: Could not detect FreeSWITCH listening on port 5060
# Warning: The setting of 192.168.10.160 for proxy_pass in
#
# /etc/bigbluebutton/nginx/sip.nginx
#
# does not match the local IP address (192.168.10.150).
# (This is OK if you've manually changed the values)
# Warning: The setting of 192.168.10.160 for local_ip_v4 in
#
# /opt/freeswitch/conf/vars.xml
#
# does not match the local IP address (192.168.10.150).
# (This is OK if you've manually changed the values)
# Warning: You are running BigBlueButton on a server with less than 4G of memory. Your
# performance may suffer.
# Warning: The API demos are installed and accessible from:
#
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
# sudo apt-get purge bbb-demo
# Warning: The client self check is installed and accessible from:
#
#
# Error: Unable to reach default URL for presentation:
#
#
# Check value for beans.presentationService.defaultUploadedPresentation in
# /var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties