Kevin Pirnie

Results 4 comments of Kevin Pirnie

Appreciate the reply :) ``` # the primary command CMD [ "--help" ] # our entrypoint ENTRYPOINT [ "/myffmpeg" ] ``` I figured I'd need to include those binaries as...

Tried slimming, by using this command: `slim build --include-new false --include-path /usr/local/bin --include-path /usr/local/etc --include-path /usr/local/lib --include-path /usr/local/share/vulkan --include-path /usr/share/fonts --include-path /usr/share/libdrm --include-path /etc/OpenCL/vendors --include-bin /usr/bin/stat --include-bin /usr/sbin/groupadd --include-bin /usr/sbin/groupmod...

Tried it by letting `slim` build the images based on the Dockerfile with: ``` slim build --include-new=false --include-path /usr/local/bin --include-path /usr/local/etc --include-path /usr/local/lib --include-path /usr/local/share/vulkan --include-path /usr/share/fonts --include-path /usr/share/libdrm --include-path...

> That would not guarantee that the tiny looping video will have the same encoding as the previously running stream which will confuse the client running the stream. The tiny...