b3scale / b3scale

A multi-tenant BBB load balancer
GNU Affero General Public License v3.0
15 stars 10 forks source link

Import old recordings #66

Closed kidhab closed 10 months ago

kidhab commented 10 months ago

I have some old recordings that were created on a BBB server before we used b3scale. I now use b3scale as a load balancer in front several Greenlight 2 frontends. I want to make these old recodings available for a Greenlight tenant at /admins/recordings.

I'm not sure how to do this. What I tried:

Nevertheless the specific recoding isn't available at the Greenlight frontend but all other recordings that were created using b3scale as load balancer are available.

What am I missing? Thanks for your help.

danimo commented 10 months ago

The meeting-ID expected by b3scale is: base64.URLEncode({ frontendKey, meetingId, "b3scl" }), where frontendKey is the frontend identifier and meetingId is the static meeting id. the third component is static. Adjust your import script accordingly and it should work.

kidhab commented 10 months ago

Thanks a lot for pointing me in the right direction!