Merge pull request #16578 from antobinary/playback-video

build: build bbb-playback-video locally
This commit is contained in:
Anton Georgiev 2023-01-27 06:17:41 -05:00 committed by GitHub
commit ee8406ed46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -33,6 +33,7 @@ jobs:
- run: ./build/setup.sh bbb-playback-podcast
- run: ./build/setup.sh bbb-playback-presentation
- run: ./build/setup.sh bbb-playback-screenshare
- run: ./build/setup.sh bbb-playback-video
- run: ./build/setup.sh bbb-record-core
- run: ./build/setup.sh bbb-web
- run: ./build/setup.sh bbb-webrtc-sfu

View File

@ -19,6 +19,7 @@ DEBNAME_TO_SOURCEDIR[bbb-playback-notes]="record-and-playback/notes"
DEBNAME_TO_SOURCEDIR[bbb-playback-podcast]="record-and-playback/podcast"
DEBNAME_TO_SOURCEDIR[bbb-playback-presentation]="record-and-playback/presentation"
DEBNAME_TO_SOURCEDIR[bbb-playback-screenshare]="record-and-playback/screenshare"
DEBNAME_TO_SOURCEDIR[bbb-playback-video]="record-and-playback/video"
DEBNAME_TO_SOURCEDIR[bbb-record-core]="record-and-playback/core"
DEBNAME_TO_SOURCEDIR[bbb-web]="bigbluebutton-web bbb-common-web bbb-common-message"
DEBNAME_TO_SOURCEDIR[bbb-webhooks]="bbb-webhooks"

View File

@ -23,7 +23,7 @@ done
mkdir -p staging/usr/local/bigbluebutton/core
cp -r scripts staging/usr/local/bigbluebutton/core
cp -r playback staging/user/local/bigbluebutton/core
cp -r playback staging/usr/local/bigbluebutton/core
mkdir -p staging/usr/share/bigbluebutton/nginx
mv staging/usr/local/bigbluebutton/core/scripts/playback-video.nginx staging/usr/share/bigbluebutton/nginx

View File

@ -21,12 +21,17 @@ bbb-freeswitch-core
bbb-freeswitch-sounds
bbb-fsesl-akka
bbb-html5
bbb-html5-nodejs
bbb-learning-dashboard
bbb-libreoffice-docker
bbb-mkclean
bbb-pads
bbb-playback
bbb-playback-notes
bbb-playback-presentation
bbb-playback-podcast
bbb-playback-screenshare
bbb-playback-video
bbb-record-core
bbb-web
bbb-webrtc-sfu"