... | ... | @@ -50,8 +50,14 @@ If the creation of the video fails the `temp` directory has to be deleted in `/v |
|
|
|
|
|
## Get link to recording
|
|
|
|
|
|
The link the recording can be found by checking `/var/log/bigbluebutton/bbb-web.log` for the meeting-id of a specific room name ( `less bbb-web.log | grep roomname`). Then just add it to the Usual presentation link of the server as an example
|
|
|
To get the link of a recording you need the meeting ID. This can be found
|
|
|
|
|
|
BBB 2.2: `https://arlberg.fairteaching.net/playback/presentation/2.0/playback.html?meetingId=`
|
|
|
1. on a BBB server directly by checking the log for the meeting-id of a specific room name ( `cat /var/log/bigbluebutton/bbb-web.log | grep roomname`).
|
|
|
|
|
|
BBB 2.3: `https://silvretta.fairteaching.net/playback/presentation/2.3/` |
|
|
\ No newline at end of file |
|
|
2. on bbb@scale (pro.fairteaching.net) as an admin go to Administration (Django Interface) / Meeting - there you see the list of all meetings and if you click on it you see the meeting ID (however you do not know on which server, you need to check all)
|
|
|
|
|
|
Then just add the meeting-id to the usual presentation link of the server as an example
|
|
|
|
|
|
~~ BBB 2.2: `https://arlberg.fairteaching.net/playback/presentation/2.0/playback.html?meetingId=70983043-34234343` ~~
|
|
|
|
|
|
BBB 2.3: `https://silvretta.fairteaching.net/playback/presentation/2.3/70983043-34234343` |
|
|
\ No newline at end of file |