-
QuestionHello everyone, I have a production server in which I have a running mediamtx server. Do you guys know something to automate this process? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I set up a monitor on VisualPing.io to look at https://github.com/bluenviron/mediamtx/releases/ |
Beta Was this translation helpful? Give feedback.
-
Hello, I've created a dedicated issue here: #3501 |
Beta Was this translation helpful? Give feedback.
Hello,
Let's start from the fact that users that install the server through package managers (Homebrew, NixOS, Arch) already have this feature. Package managers provide updates.
Then there are Docker users. In Docker, updates are always manual.
People that are left out are the ones that are installing the server by using standalone binaries. We're not gonna put automatic checks in binaries due to privacy constraints. We could put something like a manual check (
mediamtx --check-updates
) and a manual upgrade (mediamtx --upgrade
).I've created a dedicated issue here: #3501