asyncwebio / bigbluebutton-streaming

BigBlueButton Streaming - Your free, open-source solution to expand your virtual classrooms to thousands of learners globally. Stream live on YouTube, Facebook, Vimeo, or any RTMP server right from BigBlueButton. No more user limit - teach without boundaries.
https://higheredlab.com
32 stars 11 forks source link

How to use app in 2.7.1 version #47

Open Praveenverma197 opened 11 months ago

Praveenverma197 commented 11 months ago

Hi Team,

Please help to install streaming app in 2.7.1.

gonetil commented 1 month ago

I've managed to install this extension in BBB 2.7.11 . To that end, I edited install.sh script, adding 2.7.11 version to available_versions variable

available_versions=("2.6.10" "2.6.12" "2.7.0-beta.2" "2.7.11")  # Add more versions as needed

Then I copied src/2.7.0-beta-2 directory to 2.7.11:

cp -R src/2.7.0-beta.2 src/2.7.11

After these changes, the installer run with no errors. However, now I cannot start any meet in BBB. I am debugging my installation right now; if I ever find the problem, I will post it here