jibri
jibri copied to clipboard
jibri recorded file download
How to download recorded file after stop recording?
Your recordings are here (if you use the Docker version of Jibri): ~/jibri-docker/recordings/sessionID/
It seems that there is no built in service that offers all participants of a meeting to download it. Some people configure to save the recordings at a dropbox account or offer it on a web server. You can move the file somewhere as Jibri is invoking a script after each successful recording:
JIBRI_FINALIZE_RECORDING_SCRIPT_PATH=/config/finalize.sh
Ideally you would then send a chat message to all participants:
Download your recording at
jibri.yourjitsiserver.com/sessionID/meetingroom_date_time.mp4
Any best practice for doing so?
You can upload it to Dropbox, follow this thread: https://community.jitsi.org/t/uploading-to-dropbox/42875/4 and this comment https://github.com/jitsi/docker-jitsi-meet/issues/471#issuecomment-617436427
EDIT: I have published here my config to offer the recordings for download at https://myjibriserver.net/roomname : https://community.jitsi.org/t/how-to-to-get-a-working-setup-of-google-drive-one-drive-or-other-cloud-services-in-jibri-my-comprehensive-tutorial-for-the-beginner/42228/25