Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
B

bbb-download

> 编程语言
Open source

BBB Video Exporter The goal of this project is to enable the export of video and presentations from BigBlueButton instances. You can use th…

1.5K stars0 likes2 views
WebsiteGitHub

About

BBB Video Exporter The goal of this project is to enable the export of video and presentations from BigBlueButton instances. You can use th…

BBB Video Exporter

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.

How to use BBB Video Exporter

There are two ways to use this application a) per script and b) per user web interface in a browser.

Usage per script

  1. Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies

Python 3.8

pip install -r requirements.txt
  1. Run python scripts/download_presentation.py <bbb_server_url> <recording_id>
python scripts/download_presentation.py https://video2.eventyay.com 7145654166c22082657db53281dde109b7b2735e-1615943110349

Usage per web GUI

  1. Enter video URL and click download button.

  2. Extract the downloaded zip.

  3. Run basic http server in the directory.

python3 -m http.server
  1. Open http://localhost:8080/playback.html with meetingId in params.
    e.g. http://0.0.0.0:8000/playback.html?meetingId=8b17c624f047b18a995c7469c2f9d3e5c4ccb560-1629196080320

Credits

  • accornmediaplayer Copyright (C) 2010 Cristian I. Colceriu License: MIT License

  • bbb-playback Copyright (c) 2012 BigBlueButton Inc. License: LGPL License

Issues· 10 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

JavaScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言