... | ... | @@ -26,5 +26,12 @@ in the `events.xml` file we track all events and this starts recording: |
|
|
</event>
|
|
|
```
|
|
|
|
|
|
To make it downloadable, we have two options (on manual request only):
|
|
|
|
|
|
if we need to make video or audio tracks available a sysadmin could manually move them on the server to `/var/www/bigbluebutton-default/downloads/`, then they are available at `https://fairteaching.net/downloads/` on request. |
|
|
~/bbb-export/python3 convert.py meeting_id
|
|
|
|
|
|
or install
|
|
|
|
|
|
https://github.com/tilmanmoser/bbb-video-download
|
|
|
|
|
|
Then move video file on the server to `/var/www/bigbluebutton-default/downloads/`, to make it available at `https://fairteaching.net/downloads/` . |