The problem I am facing is that I have a subprocess in python (ffmpeg process) that runs for hours or even days from which I'd like to capture the output. The subprocess its stdout/err.PIPE can easily ...
Python script with playwright, all packaged into a docker container with port 8080 open for requests. Able to cache images for faster retrieval as well as specify screenshot size, full page ...