I am a senior computer engineering student and have an organization that has asked me to create a private video management system for them. They are against storing their videos on YouTube even with them marked as private.
The system would need to be accessible to various users via a web interface. The organization has ample web server space to store videos.
My idea is to create a simple PHP driven web page that accesses a database that contains links to videos stored on the server. My question is if there is a better solution or approach for the interface/back-end or if this is the best way to solve the problem?
Thanks!
There are ready-made systems for that like Kaltura, which I have used in the past. While I wouldn’t recommend Kaltura specifically for its code quality or ease-of-customizability, it may serve you.