learn-video / mosaic-video

Generate mosaics from video inputs
Apache License 2.0
35 stars 6 forks source link

Save manifests and segments into a distributed (s3 like) storage #2

Closed mauricioabreu closed 9 months ago

mauricioabreu commented 9 months ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like Instead os serving the files through a static web server, we can save every content into a S3 like storage.

When ffmpeg start processing video inputs, it also starts writing every manifest and segment in the local filesystem.

We can send the content through HTTP using another server, ready to accept PUT/POST requests.

Describe alternatives you've considered Serving through static web server.

Additional context

send_to_storage

mauricioabreu commented 9 months ago

Done ✅