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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
It crashes on Stop(), if I don't call that, then it crashes on VlcMediaPlayer.MediaSource = null;. If I don't call that either, it crashes on the next time I try to set the MediaSource when starting.
The exception:
Unhandled exception at 0x774CF94D (ntdll.dll) in MyApp.exe: 0xC0000374: A heap has been corrupted (parameters: 0x7750B960).
I understand that something occurs when the media player is still playing and I try to stop it or remove the source, but what is the correct way to recycle the source?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
C#
XAML:
It crashes on
Stop()
, if I don't call that, then it crashes onVlcMediaPlayer.MediaSource = null;
. If I don't call that either, it crashes on the next time I try to set the MediaSource when starting.The exception:
Unhandled exception at 0x774CF94D (ntdll.dll) in MyApp.exe: 0xC0000374: A heap has been corrupted (parameters: 0x7750B960).
I understand that something occurs when the media player is still playing and I try to stop it or remove the source, but what is the correct way to recycle the source?
The text was updated successfully, but these errors were encountered: