Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 750 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 750 Bytes

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.