The goal of this project is to enable the export of video and presentations from BigBlueButton instances. You can use this project through the commandline interface executing a script or through the user a web interface in a browser. You do not need to install the BBB video exporter on the BBB server itself. You can set it up anywhere and copy the original URL of the video you want to export into the form field of the BBB video exporter.
There are two ways to use this application a) per script and b) per user web interface in a browser.
- Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate
- Install dependencies
Python 3.8
pip install -r requirements.txt
- Run
python scripts/download_presentation.py <bbb_server_url> <recording_id>
python scripts/download_presentation.py https://video2.eventyay.com 7145654166c22082657db53281dde109b7b2735e-1615943110349
-
Enter video URL and click download button.
-
Extract the downloaded zip.
-
Run basic http server in the directory.
python3 -m http.server
- Open
http://localhost:8080/playback.html
with meetingId in params.
e.g.http://0.0.0.0:8000/playback.html?meetingId=8b17c624f047b18a995c7469c2f9d3e5c4ccb560-1629196080320
-
accornmediaplayer Copyright (C) 2010 Cristian I. Colceriu License: MIT License
-
bbb-playback Copyright (c) 2012 BigBlueButton Inc. License: LGPL License