Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for upload of video with option to limit size or length #78

Open
thomastthai opened this issue Dec 2, 2022 · 4 comments
Open

Comments

@thomastthai
Copy link

It was mentioned before about images and videos with regard to keeping Nakama simple and storage costs down. The image upload looks good. Video upload with each post would be the next step. Give the admin the option to set the limit on file size or video length to keep storage costs down.

@nicolasparada
Copy link
Collaborator

I was exploring it these past few days ;)
I encoding of videos is quite the expensive task. Considering the amount of users right now.
But maybe we encode client side with the power of wasm and only check on the backend that the format is allowed.

@thomastthai
Copy link
Author

Offloading to the client side is an option worth testing out. The Key is to get that capability in place and get the momentum going.

@nicolasparada
Copy link
Collaborator

Yeah, it's high on my priority list right now 😉

@thomastthai
Copy link
Author

Hi Nicolas! How's the work going on the encoding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants