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?
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?