Skip to content

Commit b2767aa

Browse files
committed
Output settings in red5 video for capture video (true/false)
1 parent 3c70cf5 commit b2767aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bigbluebutton-config/bin/bbb-conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,9 @@ if [ $CHECK ]; then
15251525
echo "/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)"
15261526
echo " voice conference: $CONFERENCING_MODULE"
15271527

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+
15281531
if [ -f /usr/local/bigbluebutton/core/scripts/slides.yml ]; then
15291532
PLAYBACK_IP=$(cat /usr/local/bigbluebutton/core/scripts/slides.yml | sed -n '/playback_host/{s/.*:[ ]*//;s/;//;p}')
15301533
echo

0 commit comments

Comments
 (0)