We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c70cf5 commit b2767aaCopy full SHA for b2767aa
bigbluebutton-config/bin/bbb-conf
@@ -1525,6 +1525,9 @@ if [ $CHECK ]; then
1525
echo "/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)"
1526
echo " voice conference: $CONFERENCING_MODULE"
1527
1528
+ CAPTURE_VIDEO="$(cat /usr/share/red5/webapps/video/WEB-INF/red5-web.xml | sed -n '/recordVideoStream/{s/^.*="//g;s/"\/>//g;p}')"
1529
+ echo " capture video: $CAPTURE_VIDEO"
1530
+
1531
if [ -f /usr/local/bigbluebutton/core/scripts/slides.yml ]; then
1532
PLAYBACK_IP=$(cat /usr/local/bigbluebutton/core/scripts/slides.yml | sed -n '/playback_host/{s/.*:[ ]*//;s/;//;p}')
1533
echo
0 commit comments