wells / airflix

🍿 An AirPlay friendly web interface to stream your movies and TV shows from a home server.
MIT License
439 stars 80 forks source link

FTP #12

Closed EmilMoe closed 7 years ago

EmilMoe commented 7 years ago

Is it possible to index and stream movies from for example an external FTP server?

wells commented 7 years ago

Laravel does have support for FTP as a Filesystem driver. So, you may be able to setup an FTP connection for your file storage. However, the primary intent of this application is local streaming from a home server so that an external source is avoided.

https://laravel.com/docs/5.4/filesystem#driver-prerequisites