Hello Fred Dixon,
any one from team or forum can help me with this ?
hope you are doing good,
Have setup entire demo api and working everything as required in demo api with bigbluebutton setup, but when i forked on dev environment and do all the steps with that I am having .. screen share and webcam both have issue.
can you help me on that if I miss anything ?
modules.js?hash=e71ee8479a49cac2029294b43af337b7ee7adfa5:82602 Uncaught (in promise) DOMException: Failed to construct 'WebSocket': The URL 'HOST?sessionToken=gls8bo79hf1qn34y' is invalid.
at https://domain/html5client/packages/meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234:22
when i check status with bigbluebutton everything is working fine..
also some time I am having ..
ERROR: clientLogger: Camera share has not succeeded in 15000 https://domain/html5client/app/app.js?hash=d9e3436acc23c7e51701d8b7471b829f1d0fb19b:16397:14
_______
also when I try to share the screen
Uncaught (in promise) DOMException: Failed to construct 'WebSocket': The URL 'HOST?sessionToken=gls8bo79hf1qn34y' is invalid.
at Kurento.init (https://domain/html5client/compatibility/kurento-extension.js?v=VERSION:232:15)
at Kurento.create (https://domain/html5client/compatibility/kurento-extension.js?v=VERSION:208:8)
at Kurento.setScreensharing (https://domain/html5client/compatibility/kurento-extension.js?v=VERSION:203:8)
at KurentoManager.shareScreen (https://domain/html5client/compatibility/kurento-extension.js?v=VERSION:177:27)
at window.kurentoShareScreen (https://domain/html5client/compatibility/kurento-extension.js?v=VERSION:747:37)
at KurentoScreenshareBridge.kurentoShareScreen (https://doman/html5client/app/app.js?hash=d9e3436acc23c7e51701d8b7471b829f1d0fb19b:53815:14)
bbb-conf --check
BigBlueButton Server 2.2.0-beta-17 (1256)
Kernel version: 4.4.0-154-generic
Distribution: Ubuntu 16.04.6 LTS (64-bit)
Memory: 8080 MB
CPU cores: 4
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bigbluebutton.web.serverURL: https://domain
defaultGuestPolicy: ALWAYS_ACCEPT
svgImagesRequired: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: domain
port: 80, [::]:80
port: 443 ssl
bbb-client dir: /var/www/bigbluebutton
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): rtmp://domain
red5: domain
useWebrtcIfAvailable: true
/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
local_ip_v4: my ip
external_rtp_ip: stun:stun.freeswitch.org
external_sip_ip: stun:stun.freeswitch.org
/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
ext-rtp-ip: $${local_ip_v4}
ext-sip-ip: $${local_ip_v4}
ws-binding: :5066
wss-binding: :7443
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback_host: domain
playback_protocol: https
ffmpeg: 4.1.3-0york1~16.04
/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
proxy_pass: my ip
/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
kurento.ip: my ip
kurento.url: wss://domain:8888/kurento
localIpAddress: my ip
recordScreenSharing: true
recordWebcams: true
codec_video_main: VP8
codec_video_content: VP8
/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml (HTML5 client)
build: 601
kurentoUrl: wss://domain/bbb-webrtc-sfu
enableListenOnly: true
** Potential problems described below **
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: my ip
# /var/lib/tomcat7/demo/bbb_api_conf.jsp: domain
.
# Warning: The API demos are installed and accessible from:
#
#
# and
#
# https://domain/demo/demo1.jsp
#
# 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:
#
# apt-get purge bbb-demo
# Error: Detected some processes have not started correctly
#
# bbb-html5 —————————————► [✘ - inactive] < -- this is because I am working on dev environment. (npm start -- > audio call works fine but video and screenshare both have issues like above mentioned.)
#
bbb-conf --status
red5 ——————————————————► [✔ - active]
nginx —————————————————► [✔ - active]
freeswitch ————————————► [✔ - active]
redis-server ——————————► [✔ - active]
bbb-apps-akka —————————► [✔ - active]
bbb-transcode-akka ————► [✔ - active]
bbb-fsesl-akka ————————► [✔ - active]
tomcat7 ———————————————► [✔ - active]
mongod ————————————————► [✔ - active]
bbb-html5 —————————————► [✘ - inactive]
bbb-webrtc-sfu ————————► [✔ - active]
kurento-media-server ——► [✔ - active]
etherpad ——————————————► [✔ - active]
bbb-web ———————————————► [✔ - active]
any help appreciated ..
thanks
fred
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/b5887ab1-640d-4400-9a18-1309c68a31da%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/b5887ab1-640d-4400-9a18-1309c68a31da%40googlegroups.com.
mkdir ~/dev cd ~/devgit clone https://github.com/<YOUR_GITHUB_USERNAME>/bigbluebutton.git cd bigbluebutton
git remote add upstream https://github.com/bigbluebutton/bigbluebutton.git
git fetch upstream
git checkout -b my-changes-branch upstream/mastersudo systemctl stop bbb-html5
cd ~/dev/bigbluebutton/bigbluebutton-html5
meteor npm install
npm start
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/f805cf6e-cd59-42bc-aff4-57465890b8e0%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/f805cf6e-cd59-42bc-aff4-57465890b8e0%40googlegroups.com.