> On Fri, Apr 18, 2025 at 3:30 PM Dietmar Maurer <diet...@proxmox.com> wrote: > > > > Some encoders can hang indefinetly (i.e. nvh264enc) if > > indefinitely > > > the pipeline is not stopped before it is destroyed > > (Observed on Debian bookworm). > > but why do you need the extra shutdown notifier?
Because Qemu does not close open VNC connections on shutdown. and if the VNC connection is open, the h264 pipeline is still active, which cause the Qemu process to hang (CTRL-C does not stop it, only kill -9) - Dietmar