Open na9ort opened 3 years ago
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)
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.
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
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
Those examples have integration with AWS S3 by URL. There are some integration options may be. For example OutputStream or something like that.
Thanks