vevcom / projectNext

Project Next is Omegas new website coming soon
MIT License
6 stars 1 forks source link

feat/videos #252

Open Paulijuz opened 3 months ago

Paulijuz commented 3 months ago

Johan mentioned to me that we could add videos to veven. Initally I tought it'd add a lot of complexity, but the more I looked into it the easier it seems. The simplest solution would be to expand the current image system to save images and then simply serve them with nginx and show them with the html <video> tag. This isn't the most efficent solution, but I think it's enough for a website of our scale.

Benifits of a custom video system includes:

Still, I think that an embedded youtube player would be good enough for most purposes, but this is an interessting project that I think would be appropriate for after release.