rtsp-relay icon indicating copy to clipboard operation
rtsp-relay copied to clipboard

Better handling for orphan ffmpeg processes?

Open tjdans1114 opened this issue 2 years ago • 0 comments

Hello. Thanks for the wonderful package in advance.

I have problems with orphan ffmpeg processes (similar to https://github.com/k-yle/rtsp-relay/issues/196) which consume quite amount of hardware resouces. So...

Are there plans to handle this problem? Possible solutions I think are

  1. remove the cause of non-killing of the process (which I am not aware of)
  2. provide another kill-method other than killAll (as killAll basically also kills active processes)
  3. or provide ways to manipulate Inbound directly

tjdans1114 avatar Apr 06 '23 01:04 tjdans1114