You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
When I lose connection to the internet, the process sometimes doesn't close by itself, so I would like to get the pid for each process I run FFMpeg to close/kill/verify manually.
To Reproduce
Steps to reproduce the behavior:
While running the RTSP stream, stop the connection with the internet, and you will see that the process will still run even though no one is consuming it.
Expected behavior
Close the process after losing connection or add a way to close it.