Coder Social home page Coder Social logo

BBB v2.3 about bbb-aws-s3 HOT 6 CLOSED

rohitcoder avatar rohitcoder commented on June 12, 2024
BBB v2.3

from bbb-aws-s3.

Comments (6)

pbdco avatar pbdco commented on June 12, 2024 1

Hi there @rohitcoder ! It seems the new BBB 2.3 version is not using the /playback/presentation/2.0/playback.html?meetingId={meetingId} ...... will this still work? 🤔
The new path is: /playback/presentation/2.3/{meetingID}

Yes it should work as long as something else not changed, please check it and let us know, so that i can update main source code

Thanks for your quick reply @rohitcoder , I edited my earlier comment to let you know the new path structure:

/playback/presentation/2.3/{meetingID}

from bbb-aws-s3.

rohitcoder avatar rohitcoder commented on June 12, 2024

Hi there @rohitcoder ! It seems the new BBB 2.3 version is not using the /playback/presentation/2.0/playback.html?meetingId={meetingId} ...... will this still work? 🤔

The new path is: /playback/presentation/2.3/{meetingID}

Yes it should work as long as something else not changed, please check it and let us know, so that i can update main source code

from bbb-aws-s3.

pbdco avatar pbdco commented on June 12, 2024

BTW @rohitcoder now I am trying with the BBB v2.2 and I cannot visualize the recordings from the S3 as well.
The files are being uploaded to the bucket, but when I try to access to one recording using the same path structure as my actual server, I get "Access Denied" (note: the bucket is 100% public and I can open specific files like the slides .png's correctly), but it seems that it doesn't show the presentation if I use the link.

Example:
My actual bbbserver presentation link = https://bbbserver.mydomain.com/playback/presentation/2.0/playback.html?meetingId=15ab682d1f2f3084f3f739a32c5f552268416dbf-1620013044142

The S3 link = https://bbb-bucket.s3.amazonaws.com/15ab682d1f2f3084f3f739a32c5f552268416dbf-1620013044142/playback/presentation/2.0/playback.html?meetingId=15ab682d1f2f3084f3f739a32c5f552268416dbf-1620013044142

Im using https://bbb-bucket.s3.amazonaws.com/**{meetingId}**/playback/presentation/2.0/playback.html?meetingId=**{meetingId}** because this is how the recordings are uploaded:

image

Thank you for your help.

PS:

My Bucket policy and CORS are set accordingly:

Policy:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": "*", "Action": "s3:*", "Resource": "arn:aws:s3:::my-bbb-bucket/*" } ] }

CORS:
[ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "HEAD", "GET", "PUT", "POST", "DELETE" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [ "ETag", "x-amz-meta-custom-header" ] } ]

from bbb-aws-s3.

pbdco avatar pbdco commented on June 12, 2024

Hi there @rohitcoder , any clue with this?

from bbb-aws-s3.

rohitcoder avatar rohitcoder commented on June 12, 2024

Can you please share link of any recorded meeting which isn't working for you? You can delete your comment after we solve this, i am not having BBB setup right now

from bbb-aws-s3.

rohitcoder avatar rohitcoder commented on June 12, 2024

Closing this because of no response....

from bbb-aws-s3.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.