1
edit
Changes
→Install Presentation record and playback scripts
<source lang="bash">
sudo apt-get install bbb-playback-presentation
</source>
==Do a Clean Restart==
To ensure BigBlueButton has started cleanly, enter the following commands:
<source lang="bash">
sudo bbb-conf --clean
sudo bbb-conf --check
</source>
The --clean option will clear out all the log files for BigBlueButton. The --check option will grep through the log files looking for errors.
The output from sudo bbb-conf --check will display your current settings and, after the text, " Potential problems described below ", print any potential configuration or startup problems it has detected.