jitsi/jitsi-upload-integrations

WebDAV

Opened this issue · 2 comments

I wanted to request support for WebDAV, mentioned on this Jitsi Meet issue and also mentioned as Nextcloud support. This is an open standard that is used by many file sharing solutions, so it is a way to add support for a number of systems: Nextcloud, Owncloud, Pydio, Filerun, FileStash, SeaFile, web hosting services, etc.

Here is a link to Nextcloud documentation and WebDav.

Thanks for considering! I hope this helps an interested developer.

Also see this issue :

jitsi/jitsi-meet#4928

And this script, apparently implementing saving full video calls to Nextcloud :

https://github.com/switnet-ltd/quick-jibri-installer

Just a note here, that script does not save to NC, what it does is extend External Storage feature of NC to the storage location of the recordings.

What I did was to mount a WebDAV directory directly in the Jibri servers to store the recordings directly into the NC storage instead.

I used the info from these 2 locations

https://docs.nextcloud.com/server/15/user_manual/files/access_webdav.html

https://stefanoprenna.com/blog/2014/01/08/tutorial-how-to-automatically-mount-webdav-shares-at-boot-in-linux/