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
Hi,
On the winforms demo app, if you create another instance of the form.
new Form1().Show();
Then stream something rtsp / webcam on the new form, and close said form - the stream appears to carry on (even with the form, closed. Memory usages continuously increases. (Until app eventually crashes) The CPU usage also does not drop back down...
This also happens when you use DetachStream();
How do you properly close/dispose of a stream?
The text was updated successfully, but these errors were encountered:
Hi,
Upon further investigating I determined that the memory leak seems to happen when you use a local webcam. If you close the popup form, and open it again the above the processor usage does not drop, and the memory usage increases. Using RTSP feeds seem to be OK.
Hi,
On the winforms demo app, if you create another instance of the form.
new Form1().Show();
Then stream something rtsp / webcam on the new form, and close said form - the stream appears to carry on (even with the form, closed. Memory usages continuously increases. (Until app eventually crashes) The CPU usage also does not drop back down...
This also happens when you use DetachStream();
How do you properly close/dispose of a stream?
The text was updated successfully, but these errors were encountered: