Skip to content

matteobaccan/bbbdownload

Repository files navigation

BigBlueButton downloader

A simply PHP script for Download BigBlueButton Presentation

How To use

php mirror.php []

site = site where is installed BigBlueButton id = presentation ID version = may be 2.0 or 2.3

example

php mirror.php https://bigblue.foo-bar.com 5abb43d27af53d4f3268874a3a4f22a497bdefa1-1615020094109 php mirror.php https://bigblue.foo-bar.com 5abb43d27af53d4f3268874a3a4f22a497bdefa1-1615020094109 2.3

After download

After download you can simply start PHP ad HTTP daemon

php -S 127.0.0.1

and ut this line inside your browser

http://127.0.0.1/playback/presentation/2.0/playback.html?meetingId=

for example

http://127.0.0.1/playback/presentation/2.0/playback.html?meetingId=5abb43d27af53d4f3268874a3a4f22a497bdefa1-1615020094109

Native versione

dotnet run --configuration Release

About

Download BigBlueButton Presentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages