-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to a file share solution or Greenlight #7
Comments
Hello,
|
Thanks for the ideas. Welcome for PRs At present files are storing here: |
Hi @jibon57 |
@jibon57 you are right but in this case the problem of downloading is knowing the name of the file to download for enduser. how do you solve that? |
That will be depends on how you will configure your application. For our case we are using same as meeting ID. Actually we have our own customize development system which is based on PHP. We are using BBB API & own load balancing system. So, using BBB API you can do any customization in any programming language. I never used Greenlight nor I have experience on ruby. |
Hi, Other idea is using filesystem abstraction libraries like Flysystem on PHP, to sent file to other servers. In nodejs has https://github.com/Slynova-Org/flydrive |
@silasrm hi, can you explain the current security issue? you meant unauthorized file downloading? |
If record file is on web (https://bbb_host/record/myfile.mp4), anyone can access. |
Hi, 1- Is it possible to trigger the export of the bbb-recorder plugin from PHP? For example, list all the recordings ID's with a button next to them to trigger "node export.js "https://BBB_HOST/playback/presentation/2.0/playback.html?meetingId=MEETING_ID" meeting.webm 10 true" from the server. 2- Is it possible to retrieve all the recordings names from the record folder? In that way I can list them and create a link like "https://bbb_host/record/Corresponding-name.mp4" so they can be downloaded clicking on the link. I will really appreciate your help. Sorry in advance if the question shouldn't go here. I'm really a beginner in all this. Regards! |
You can use |
"node export.js https://BBB_HOST/playback/presentation/2.0/playback.html?meetingId=MEETING_ID" meeting.webm 0 true hi everyone , how to run that command in controller on laravel ? |
Hi, we use cron script to convert all the recordings and then make them available to users for download. also, we store meeting ID in MySQL |
Hello @techmaplle, do you mind to share your cron script you are actually using? That would be a great help and food for thought! |
Hello I always search any idea to automate video recorder or to link that to a buton in greenlight or another solution. An another idea is to automate that and to push it automatically in Peertube. Regards |
Hello,
my first test of bbb-recorder are good, I have anothers tests to do to confirm. So now I think about users uses cases. I wonder to make it usable for users. For now my users are in greenlight, do you think is possible to link bbb-recorder to greenlight ? Or another idea to link that with a share system like nextcloud or others solutions ?
Thanks for you're development and ideas
The text was updated successfully, but these errors were encountered: