Skip to content

Th3R3alDuk3/BigBlueButtonDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigBlueButtonDownloader

BigBlueButton Video Downloader


Support

✓   webcams video
✓   deskshare video
✓   change video speed
✓   live chat
✗   shapes/slides not supported!!!

use bbb-dl or docker image th3r3alduk3/bbb-dl


Install Python 3 on your operating system.

sudo apt install python3

Or use the Microsoft Store to install Python 3.

RUN STANDALONE PYTHON APPLICATION

Run the following zipapp.sh file to create a standalone Python 3 application.
Otherwise, you can download and run the latest release - bbbdownloader_v1.3.pyz.

usage: python downloader.pyz [-h] 
                   output_directory url

positional arguments:
  output_directory
  url

optional arguments:
  -h, --help            show this help message and exit

Use following command to download webcams- and deskshare-video.

python downloader.pyz meeting_2021-03-11 https://website.org/playback/presentation/2.0/playback.html?meetingId=123...

Shortcut Keys

Key Key Code Impact
1 #49 video time -= 10 sec
2 #50 video time -= 30 sec
3 #51 video time -= 60 sec
4 #52 video time += 10 sec
5 #53 video time += 30 sec
6 #54 video time += 60 sec
7 #55 video speed = 100%
8 #56 video speed = 150%
9 #57 video speed = 200%
USE WEBVIEW

Open the output_directory/webview.html file in your Browser and enjoy!