Joe Friedl
Joe Friedl
This adds a [startupProbe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-startup-probes) to prevent restart loops in case the `web` container takes a while to start up. It also changes the `livenessProbe` to a [TCP probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-tcp-liveness-probe) so the...
Recombining AVI streams shouldn't depend on the order from an original file. I don't know exactly how this is done by a regular AVI library, but it should be possible...
Need a method for creating AVI headers, both arbitrarily and when the file is reconstructed/written. Ideally, one could create a new AVI index; specify only a couple of attributes like...
The AVI index should parse and hold values for AVI and stream headers, then be able to reconstruct those header chunks.
There's basically no error handling anywhere.