A SpringBoot Rest API/App to:
- gather videos from a filesystem
- serve a list of videos
- stream a selected video
- delete a video
Serve the videos recorded by a video monitoring system installed on a Linux (Centos) server.
The server records the videos using motion and stores them on its filesystem.
This app will gather the videos and store them in a MongoDb GridFS database in order to serve them to an Angular front on demand.