An open API service indexing awesome lists of open source software.

https://github.com/matteobaccan/bbbdownload

Download BigBlueButton Presentation
https://github.com/matteobaccan/bbbdownload

bigbluebutton downloader php

Last synced: 3 months ago
JSON representation

Download BigBlueButton Presentation

Awesome Lists containing this project

README

        

# 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