Skip to content

plmi/bbb-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbb-dl

Tool to download BBB meetings as an offline video.
Currently deskshare, audio and slideshows are supported.

Requirements

  • ffmpeg

Required python packages:

Install python dependencies:

$ pip install -r requirements.txt

Additionally you need to install playwright browser binaries.
See playwright's Github page for further information.

$ playwright install

How to use

Invoke the program with your BBB meeting url:

$ python3 bbb-dl.py 'https://<host>/playback/presentation/2.0/playback.html?meetingId=<meeting_url>'

The final output is a mp4 video container with x264 video and opus audio stream.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages