Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Store large Size videos

by
Axel Mendoza
- 20/11/2024 18:31:40
Hello
I have experience directly uploading big files to AWS S3 and also integrated with Odoo. You should avoid at all cost to give Odoo the file since it will load it completely in memory and it will be very slow and could easily crash for big files


On Wed, Nov 20, 2024 at 11:27 AM Roussel, Denis <notifications@odoo-community.org> wrote:
Hi Hed,

I suggest you to check fs_storage module: https://github.com/OCA/storage/tree/16.0/fs_storage

It supports external storages as S3, ...

Regards,

On Wed, Nov 20, 2024 at 2:42 PM Hed Shefer <notifications@odoo-community.org> wrote:
Hi everyone,

Does anyone have experience with storing very large video files (e.g., 1-hour-long, few GB) in the Odoo file system or an external drive?

Our use case involves an Odoo website with Videos, and we're trying to avoid embedding videos from external platforms like YouTube.

Thanks

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference