Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to deactivate recordings #2

Open
lkiesow opened this issue Mar 25, 2020 · 1 comment
Open

Option to deactivate recordings #2

lkiesow opened this issue Mar 25, 2020 · 1 comment

Comments

@lkiesow
Copy link
Member

lkiesow commented Mar 25, 2020

% grep -n allowStartStopRecording /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
203:#allowStartStopRecording=true
204:allowStartStopRecording=false

…unfortunately, that's not all.

@lkiesow
Copy link
Member Author

lkiesow commented Mar 26, 2020

We also need to regularly remove the caches (asap):
https://docs.bigbluebutton.org/dev/recording.html#captured-files

lkiesow added a commit that referenced this issue Mar 29, 2020
This patch disables the recording button, stopping users from cluttering
the servers with conference recordings and taking away important
resources from the system.

This is part of a fix for #2.
lkiesow added a commit that referenced this issue Mar 29, 2020
Despite not actually starting a recording, BigBlueButton still writes a
recording to disk. It will try to clean these recordings up in a regular
interval but unfortunately seems to forget half of the data.

This patch contains two Systemd series and timers which will:

- delete all raw recording every night at 4am
- reboot the server at 4:30am (shouldn't hurt and may help…)

This is a short-term workaround for #2. Nevertheless, this still needs a
proper solution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant