srollinet
srollinet
Hi! I was worrying about this issue so I tried with the minimal repro from @jwilburn with v0.95.4, in release configuration I executed it in a loop to compare snapshots...
I also have crash issues when I use multiple winforms VLC controls (wrapped in a WPF app) and I stress them (frequent play/stop) I will try to create a simplified...
here is the repro: https://github.com/srollinet/VlcDotNetCrashIssue In the real application, it receives affectation commands from outside, se here I simulate this behavior with multiple tasks that do random video affectations All...
Thanks for the feedback. I will try with files as soon as possible. Regarding the deadlock issue, is it normal that I have to interact with the player from another...
Stop is called from the outside and is also called from the main thread so there is no concurrent calls. Yes, it is voluntary that the timer switch to the...
> Can you try with files instead of streams and see if it fails too? It doesn't seem to crash when using files
> @srollinet : Thanks for the repro. I was able to see it crash. It makes me think of a native crash, i'll try to reproduce it in https://github.com/jeremyVignelles/TestLibvlcNative in...
Just tried your version with local rtsp streams (from VLC) No crashes for now, but sometimes threads are blocked here in VlcManager.cs public void Stop(VlcMediaPlayerInstance mediaPlayerInstance) { if ((IntPtr) mediaPlayerInstance...
> How do you tell that threads are blocked? app becomes unresponsive? The app is still responsive because everything is done on background threads. But every time I stop the...
> That's weird you don't reproduce with my code, I'll retry tomorrow. Could it be hardware related? Now I am at home, I have a desktop with a dedicated graphic...