All Projects → Th3R3alDuk3 → BigBlueButtonDownloader

Th3R3alDuk3 / BigBlueButtonDownloader

Licence: MIT License
BigBlueButton Video Downloader

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to BigBlueButtonDownloader

bbb-render
Scripts to convert a BigBlueButton recording into a single video file
Stars: ✭ 46 (+228.57%)
Mutual labels:  bigbluebutton
PILOS
PILOS is an easy-to-use open source front-end for BigBlueButton servers with a built-in load balancer.
Stars: ✭ 15 (+7.14%)
Mutual labels:  bigbluebutton
a13-ansible
No longer maintained - Ansible playbook for a bigbluebutton cluster for multiple schools. A13 because internal codename was Apollo 13 ;)
Stars: ✭ 19 (+35.71%)
Mutual labels:  bigbluebutton
bbb-admin
Scripts for BigBlueButton admins including extracting IP of users joining, participants attendance and poll answers
Stars: ✭ 17 (+21.43%)
Mutual labels:  bigbluebutton
bbb-easy-join
easy frontend to BigBlueButton without signups - just enter an room name to join
Stars: ✭ 28 (+100%)
Mutual labels:  bigbluebutton
bbb-downloader
a few scripts for downloading BBB videos
Stars: ✭ 98 (+600%)
Mutual labels:  bigbluebutton
bigbluebutton-api-python
👨‍🏫 BigBlueButton Python API
Stars: ✭ 21 (+50%)
Mutual labels:  bigbluebutton
bbb-recording-exporter
A client- and server side script to generate BigBlueButton MP4 recordings.
Stars: ✭ 88 (+528.57%)
Mutual labels:  bigbluebutton-downloader
bigbluebutton-docker
merged into https://github.com/bigbluebutton/docker
Stars: ✭ 100 (+614.29%)
Mutual labels:  bigbluebutton
Bigbluebutton
Complete open source web conferencing system.
Stars: ✭ 7,160 (+51042.86%)
Mutual labels:  bigbluebutton
bbb app
Our attempt at a mobile app client for BigBlueButton services.
Stars: ✭ 83 (+492.86%)
Mutual labels:  bigbluebutton
bigbluebutton-api-php
Unofficial (but better) PHP API for @bigbluebutton
Stars: ✭ 15 (+7.14%)
Mutual labels:  bigbluebutton

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].