rtsp-relay
rtsp-relay copied to clipboard
Better handling for orphan ffmpeg processes?
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
- remove the cause of non-killing of the process (which I am not aware of)
- provide another kill-method other than
killAll(askillAllbasically also kills active processes) - or provide ways to manipulate
Inbounddirectly