https://github.com/frankodoom/jitsi-storage-client
Bash scripts for saving videos recorded by Jitsi to external storage services
https://github.com/frankodoom/jitsi-storage-client
dropbox-api jibri jitsi jitsi-meet
Last synced: 8 months ago
JSON representation
Bash scripts for saving videos recorded by Jitsi to external storage services
- Host: GitHub
- URL: https://github.com/frankodoom/jitsi-storage-client
- Owner: frankodoom
- Created: 2020-04-17T09:12:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T11:38:41.000Z (over 5 years ago)
- Last Synced: 2024-12-27T19:51:51.658Z (10 months ago)
- Topics: dropbox-api, jibri, jitsi, jitsi-meet
- Language: Shell
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jitsi-storage-client
Bash scripts for integrating external storage services into Jibri.### Currently Supports ###
* Dropbox
* Copy the dropbox_upload_client.sh script to /usr/bin
* Set the ``UPLOAD_DIR`` in the dropbox_upload_client.sh to poiint to your Temp Directory
* Setup the ``DROPBOX_Dir`` in the dropbox_upload_client.sh to point to your Dropbox directory, it will be created if it doesnt exist.
* Configure finalize_recording_script_path in ``/etc/jitsi/jibri/config.json`` to point to /usr/bin/dropbox_upload_client.sh#### Coming Soon ####
* Guided configuration by executing dropbox_upload.sh
* Microsoft Azure
* Amazon S3
* Vimeo