[Scalelite] Playback Recordings 2.2.x and 2.3.x

238 views
Skip to first unread message

ICT Cloud

unread,
May 8, 2021, 4:16:47 PM5/8/21
to BigBlueButton-Setup
Hi,

Is it possible to use a single scalelite host for a mix of BBB host versions like 2.2.x and 2.3.x?  Recordings from 2.3.0 are being linked to playback/presentation/2.3/{ID} but get 404. If the link is changed to playback/presentation/2.0/{ID} the recording appears. 

If a scalelite GL host running 2.2.x ends up on a BBB 2.3.0 host for recordings then these are also not accessible on the 2.2.x host.

This appears to be some config on the BBB 2.3.0 which should be modified in order to playback all recording across all versions?

Thanks,
~b10

ICT Cloud

unread,
May 14, 2021, 7:41:44 PM5/14/21
to BigBlueButton-Setup
Anyone have any ideas?

~b10

Militades Sunfire

unread,
May 15, 2021, 1:26:45 AM5/15/21
to bigbluebu...@googlegroups.com
since the API didn't change it should be possible,
you'd need some nginx url rewrite for the recodings as you noticed.

i'm pretty sure there was an example on this mailing list a couple days back ...
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/f2c4c010-91be-43fa-bcc1-184aaea5d9a4n%40googlegroups.com.


Odejinmi Samuel

unread,
May 15, 2021, 2:03:41 AM5/15/21
to bigbluebu...@googlegroups.com
It depends on how you want to use it, but this script will help you.

I used this in my scalelite_batch_import.sh

//Place this at the top page
r=/var/bigbluebutton/published/presentation
    
//place the following after prev_record_id="$record_id"
    cd $r
    cd $record_id

    TARGET=metadata.xml
    (sed -i 's|2.3/|2.0/playback.html?meetingId=|g' $TARGET)

ICT Cloud

unread,
May 15, 2021, 1:47:49 PM5/15/21
to BigBlueButton-Setup
Hello,

I tried your script but this updates existing local to the 2.0 player and if GL is live with Scalelite then recordings default to 2.3 still and the issue still present.
Is there a way to use the new 2.3 player for these recording from Scalelite or would I require another separate Scalelite for all the new BBB v2.3.x hosts?

~b10

Odejinmi Samuel

unread,
May 15, 2021, 2:15:11 PM5/15/21
to bigbluebu...@googlegroups.com
Kindly get the scalelite from Jesus Fredico.. it supports 2.3 player

ICT Cloud

unread,
May 16, 2021, 7:18:14 AM5/16/21
to BigBlueButton-Setup
Hello, yes that is the version used.

~b10

Reply all
Reply to author
Forward
0 new messages