jibri icon indicating copy to clipboard operation
jibri copied to clipboard

jibri recorded file download

Open beejuspal opened this issue 4 years ago • 2 comments

How to download recorded file after stop recording?

beejuspal avatar Nov 29 '20 05:11 beejuspal

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

rasos avatar Jan 23 '21 12:01 rasos