manishkatyan / bbb-mp4

Easily integrate bbb-mp4 app into your BigBlueButton server to automatically convert class recordings into MP4 videos.
MIT License
55 stars 41 forks source link

Logging to file with status and parallel recordings option #63

Open DaniilVdovinov opened 1 year ago

DaniilVdovinov commented 1 year ago

New features

Logging to file

Creates a log file of the recording process in recordings folder. Changes the file extension depending on the recording stage.

Using this logging file, you can track the status of recording.

Parallel recordings

Added flag to disable parallel recording - disableAsyncRecordings

You can disable parallel recording by edit this flag in bbb-mp4.js file (default enabled). The process will wait for the other records to finish. After that, a random record from the waiting ones will start.

This can help with load balancing when recording many mp4 files.

arun-hel commented 1 year ago

@DaniilVdovinov We will check this PR.