Skip to content

A SpringBoot API to CRUD videos into a mongo database & stream them

License

Notifications You must be signed in to change notification settings

polmic/catmotion-sb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catmotion-sb

A SpringBoot Rest API/App to:

  • gather videos from a filesystem
  • serve a list of videos
  • stream a selected video
  • delete a video

Use case

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.

About

A SpringBoot API to CRUD videos into a mongo database & stream them

Topics

Resources

License

Stars

Watchers

Forks