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
- Host: GitHub
- URL: https://github.com/matteobaccan/bbbdownload
- Owner: matteobaccan
- Created: 2021-03-21T08:26:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T12:13:39.000Z (10 months ago)
- Last Synced: 2025-01-11T20:15:37.646Z (4 months ago)
- Topics: bigbluebutton, downloader, php
- Language: PHP
- Homepage:
- Size: 7.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.3example
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