LiveStreamDVR icon indicating copy to clipboard operation
LiveStreamDVR copied to clipboard

Add ability to use S3 Bucket as final storage (small recording node)

Open DerBunteBall opened this issue 9 months ago • 0 comments

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

Not really. I want to maintain a small recording node which uses a S3 bucket as final storage. So the recording node should just keep e.g. 1-2 stream recordings or so and just upload all results to a S3 compatible server. It has storage around e.g. 1TB.

More or less something like a throughput mode.

Describe the solution you'd like

Just S3 as expoter backend would be needed I guess. And eventually an option to activate a mode where nothing is kept on the system after uploading.

Just the bucket needs to be organized.

e.g. https://my.s3cloud.io/recordings/platform/channel/{vod|recording}/name_date_id.{mp4|json|...}

Describe alternatives you've considered

Temporarily I think I need to use SFTP and set low values for other things.

Additional context

None

DerBunteBall avatar Mar 14 '25 08:03 DerBunteBall