I am wanting to create a web system where I can upload videos to a backend then a client can login and view the views as they are sorted by folder and stuff. I am wanting to upload mainly videos. Is appwrite able to do what I am wanting?
Bump
Yes, appwrite provides authentication and storage bucket for storing files. I'm not an expert on streaming VOD so I can't say it's the best solution though.
[SOLVED] File management system
Recommended threads
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...