nunofgs / docker-octoprint

Dockerfile to set up Octoprint with x86, armv6, armv7 and arm64 support!
https://hub.docker.com/r/nunofgs/octoprint/
GNU Affero General Public License v3.0
58 stars 32 forks source link

Update the env variable to match supervisor config #27

Closed mvgrimes closed 4 years ago

mvgrimes commented 4 years ago

It looks like MJEPG_STREAMER_INPUT was changed to just STREAMER_FLAGS. This updates the README.

nunofgs commented 4 years ago

Hi @mvgrimes. This was actually changed in the other direction. STREAMER_FLAGS is being deprecated in favor of the MJPEG_xxx env var.

I took care to still support the old STREAMER_FLAGS env var if it is present. Have you found any case where this hasn't happened?

nunofgs commented 4 years ago

Closing for now. As mentioned, both flags are being supported (for backwards-compatibility). The new flag is MJPEG_STREAMER_INPUT.