Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closing the window after a close MediaElement #673

Open
1 of 4 tasks
vzsoft opened this issue Aug 31, 2024 · 1 comment
Open
1 of 4 tasks

Closing the window after a close MediaElement #673

vzsoft opened this issue Aug 31, 2024 · 1 comment

Comments

@vzsoft
Copy link

vzsoft commented Aug 31, 2024

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.
@vzsoft
Copy link
Author

vzsoft commented Aug 31, 2024

sample file
WpfApp6.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant