Chris
Chris
Hi I realize that I wasn't clear enough about the headers. It's the status-page (`.../server-status`) from Apache that expects a header, not the exporter itself. I guess somesomewhere in in...
Thanks for the response. In our case, adding the `Accept: */*` header "statically" is sufficient, so that works for us. Cheers
I came across dve before. It's an interesting idea. However, it's very difficult to implement. lets call this mode "distributed", and the current model "parallelized" and compare: 1. How would...
I have given much thought about this. I will be implementing this feature in clustercode 2.0, assuming the proof of concept that I am currently working on, actually works. You...
Hi @jaxjexjox Thanks for you interest in this project. Quite some time has passed since op opened this issue. At that time, the clustercode was written in Java and had...
Hi Please fill out the form that was initially displayed, especially what commands you are running. Which Docker image are you trying to load? Which version of Clustercode do you...
Hi! What do you mean? What is your use case? Do you mean a single file as input or a directory?
I'm not quite sure. Try the following: 1. Mount the same directory under different priority dirs: ```yaml # docker-compose file volumes: - "/path/to/input:/input/0" - "/path/to/input:/input/1" - "/path/to/intros:/intros" - "/path/to/output:/output" -...
I'm sorry, I forgot to mention that you have to name each profile `profile.ffmpeg`, so appending the profile name would be pointless. And with the timestamps, you'll have to figure...
I'm very well aware that space isn't supported in clustercode profiles. Sadly this needs to be fixed in code and I can't give you a timeframe. If you know Java...