jave2 icon indicating copy to clipboard operation
jave2 copied to clipboard

Amazon S3 Integration

Open na9ort opened this issue 4 years ago • 3 comments

Hi there. Is there possibility to do integration with AWS S3?

In my situation I can't hold file in memory. I would like that ffmpeg flushes converted file on S3 not RAM.

I have some information about http target for ffmpeg.

Official docs with examples https://ffmpeg.org/ffmpeg-protocols.html#http

and some examples from stackoverflow

  1. https://stackoverflow.com/questions/54736246/stream-ffmpeg-transcoding-result-to-s3
  2. https://stackoverflow.com/questions/31530772/local-ffmpeg-output-to-s3-bucket

Those examples have integration with AWS S3 by URL. There are some integration options may be. For example OutputStream or something like that.

Thanks

na9ort avatar Sep 16 '21 11:09 na9ort

Do you have a working ffmpeg -> S3 solution? The two mentioned stackoverflow all lead back to work not or works not in all cases (not all video formats)

a-schild avatar Sep 16 '21 13:09 a-schild

Hi.

No, I don't have, but I am resolving this problem now. I think you can do this feature as if URL with URL. Doesn't matter what second URL is. There will be possibility to send by URL.

na9ort avatar Sep 22 '21 15:09 na9ort

Could you please try with ffmpeg command line to get a working command ? We can then integrate it when it's working in command lin emode

a-schild avatar Sep 27 '21 14:09 a-schild