Jellyfin Forum
Is it possible to stream files from a mounted ftp server? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Is it possible to stream files from a mounted ftp server? (/t-is-it-possible-to-stream-files-from-a-mounted-ftp-server)



Is it possible to stream files from a mounted ftp server? - Jonas Sedig - 2023-12-10

I currently store my files with Disbox (https://github.com/DisboxApp/web) and I want to mount it to my PC using rclone. I am currently attempting this with Disbox's FTP implementation (https://github.com/tris203/disftp). My question is, if I successfully mount my FTP server with rclone, will it work to stream my files via Jellyfin?

Here is a link to my current progress with rclone if anyone is interested: https://forum.rclone.org/t/mounting-ftp-server-not-listing-any-folders/43373


RE: Is it possible to stream files from a mounted ftp server? - Venson - 2023-12-10

In theory, yes.
As long as JF sees the files as part of any filesystem, it should be able to play them.
However with FTP, as i tried with other mediaservers before there might be issues as FTP is generally a pain with random access.


RE: Is it possible to stream files from a mounted ftp server? - Jonas Sedig - 2023-12-11

(2023-12-10, 12:41 PM)Venson Wrote: In theory, yes.
As long as JF sees the files as part of any filesystem, it should be able to play them.
However with FTP, as i tried with other mediaservers before there might be issues as FTP is generally a pain with random access.

Thanks for the response, I'll play around with it and see how it works. I'm currently trying to map my ftp server with rclone