raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
892 stars 188 forks source link

Notify users when FFmpeg output processes exit #855

Closed davidplowman closed 1 year ago

davidplowman commented 1 year ago

An FFmpeg output process can end spontaneously, for example, if it's using a network connection that gets closed. When this happens, allow the user to get a notification so that they can decide what to do.

davidplowman commented 1 year ago

@naushir @will-v-pi One more fix for a problem that folks have brought up from time to time...

naushir commented 1 year ago

LGTM