Video files upload and preview service.
With this site, user is allowed to upload video files to server "original" folder. Content-manager user has acceess to admin panel, where video preview, deleting files and author info are available.
As video files may have different containers, there is script, converting them to mp4 for admin file preview in low res, to "web" folder as soon as file upload is finished.
- Multilanguage interface on user/admin(En/Ru)
- File size check on upload form (200 mb max).
- Server available free space check while upload (4000 mb max)
- User explaining messages of server limits and upload processing.
This site runs on VDS, using NGINX with http_mp4_module enabled.
Converting script "converter.py" is running on detached screen.
Messages, FileSystemStorage, Translation, crispy_forms, bootstrap4.