Tim Plotnikov
Tim Plotnikov
Hi there! Also interest in similar case. I want to use remote source (say a file in Amazon S3) as stdin, pass it through `ffmpeg.js` and play in player on...
+1 The same for me. Does anybody know if that’s happening using some language, say java?
I may be wrong, but it seems that AWS Lambda don't support node.js streams and archiver is built around streams. https://docs.aws.amazon.com/en_us/lambda/latest/dg/programming-model.html
I faced the same problem and for me it was cider. When I comment out `(use-package cider)` esup works just fine.