video-server icon indicating copy to clipboard operation
video-server copied to clipboard

[FEATURE REQUEST] Local storage and archive

Open LdDl opened this issue 3 years ago • 1 comments
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

LdDl avatar Apr 20 '22 16:04 LdDl

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?)

LdDl avatar Sep 11 '24 13:09 LdDl