-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Description
Issue
Closing the window after 45 seconds after executing this code
code in WPF:
private async void Button_Click(object sender, RoutedEventArgs e)
{
var medi = new Unosquare.FFME.MediaElement();
var dfgdfg = await medi.Open(new Uri(@"F:\Temp\1.mp4"));
medi.IsMuted = true;
await medi.Play();
await medi.Close();
}
Issue Categories
- Bug
- Feature Request
- Question
- Not sure
Version Information
NuGet Package 7.0.361-beta.1
WPF
NET 8
- I work on this project for fun and on my free time.
Metadata
Metadata
Assignees
Labels
No labels