Best way to handle video from members uploads?
For those that have tried Fluent Community, what would one have to consider for a community where students are likely to want to upload videos (to get feedback on their techniques)?
I'm considering using it for a BJJ client of mine and I'm wondering if all the uploads would go to my server and just slow it down very quickly, or if there's a cost effective way to go about handling this.
That would be user generated content. Cloudflare R2 is likely best because it also includes CDN sites. AWS S3 also works, but your UGC data is in one zone. Definitely don't want that on your server.