video-server
video-server copied to clipboard
[FEATURE REQUEST] Local storage and archive
trafficstars
Is your feature request related to a problem? Please describe. Consider storing (optionally) archive videos in filesystem
Describe the solution you'd like and provide pseudocode examples if you can
- Add configuration for storing files ('every 1 hour', 'every 5 min' and etc.)
- Write necessary procedures (like HLS one)
- Produce new API for archive videos for HLS / MSE
- Update client examples
In #32 we've done archive for both filesystem and MinIO We still have lack of API to provide archive from application (well, you can log in to the S3 and download chunks, but what to do when you use pure filesystem as a storage?)