Skip to content

Memory Leak / Stream not stopping #94

@cassieve

Description

@cassieve

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions