Anton Bessonov
Anton Bessonov
> I guess in this case all consumers have same consumer group as it is scaled service. You can only have as many consumers in same group as many partitions...
https://github.com/golang-migrate/migrate/pull/793
Probably, you are interested in https://github.com/golang-migrate/migrate/pull/793
I think this issue could be closed because there are multiple solutions presented. According to the third point in https://caniuse.com/?search=SharedArrayBuffer, this is the way to enable support. If this doesn't...
I have a similar use case as @HamptonMakes in https://github.com/ffmpegwasm/ffmpeg.wasm/issues/141 , but to convert webm to mp4 container and subsequently transport it over WebSocket. It seems like [MEMFS](https://emscripten.org/docs/api_reference/Filesystem-API.html#memfs) could be...
I'm happy user of [mmmagic](https://www.npmjs.com/package/mmmagic). It was chosen ~6 years ago for execution inside aws lambda because of speed. But for formidable I would suggest to make it plugin-able. I...
Don't forget to vote on this issue. I am looking for exactly the same.
Probably, this one could be closed. Because I didn't found any information on this topic: could/should seaweedfs be used as a storage for databases such as postgres? If yes, then...
@erankor > 3\. Dynamic Watermark - if the question is about forensic watermarking, we have a solution built on top of this module, but it's not open-source. Probably, the question...
> I don't think it's possible to add an overlay on the server side without retranscoding the video, and normally retranscoding is too heavy to perform per end-user. Fortunately, it...