Open ffdixon opened 5 years ago
We (a languages school) are using this feature since 11 years until now, we used to use DimDim, then moved to BigBlueButton 0.9 with some modification for this feature. Then we are playing with BigBlueButton 2.0 with many of modification to keep this feature. So we and all other company like us will love this feature.
Our scopes and detail of the custom change can be found at: https://github.com/hacrot3000/bigbluebutton/tree/v2.0.x-release
In sort story:
As BBB is commonly used in clusters, it would be good to use a service to store/fetch the cached presentations ( a s3 bucket with sha256 of file's content as the name would do the trick ).
Also, this must be optional, defined in room creation, so when you create a meeting you say if you allow the content to be cached.
The main benefit of this is that a moderator/instructor can review the slides before the class ( a day before, for instance ), and have nos surprises on the day of the class.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@hacrot3000 We don't have it yet, but someday!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
For some application, such as online medical teaching, the slide decks tend to be large and image heavy.
If the instructor could upload their slides ahead of class, the back-end of BigBlueButton could cache converted files for slides for X days and index it by the MD5 hash.
Then, if the instructor subsequently uploaded the same slides, BigBlueButton could see the MD5 hash had matched with a previous slide deck and retrieve the converted files instead of processing them again.