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

Demo: 70 MB default max video upload size #413

Open
jogam5 opened this issue Oct 24, 2024 · 0 comments
Open

Demo: 70 MB default max video upload size #413

jogam5 opened this issue Oct 24, 2024 · 0 comments

Comments

@jogam5
Copy link

jogam5 commented Oct 24, 2024

Despite modifying the code below (i.e., useUploadVideo.ts), I can't upload videos larger than 70 MB. Any hint of how to solve this?

// 70 MB default max video upload size
const MAX_FILE_SIZE_IN_MB = 500;
const MAX_VIDEO_UPLOAD_SIZE = MAX_FILE_SIZE_IN_MB * 1024 ** 2;
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

1 participant