Page 1 of 1

Libvlcsharp - VLC(Direct3D11 output) popouts

Posted: 29 Sep 2024 21:12
by YvesT
Has anybody ever experienced these VLC Direct3D11 output stream popouts?

My application loads multiple streams from rtsp streams and for whatever reason without Any user interaction it opens popup windows showing random streams.
The title bar always is titled VLC (Direct3D11 output)

Thanks

Re: Libvlcsharp - VLC(Direct3D11 output) popouts

Posted: 30 Sep 2024 08:51
by mfkl
That would be a bug in either libvlcsharp or your app code. Open an issue on libvlcsharp repo with the template filled.

Re: Libvlcsharp - VLC(Direct3D11 output) popouts

Posted: 10 Oct 2024 08:16
by LukeZhao
I encountered the same problem using libvlc.dll. When I played a video, a pop-up window appeared with the title (VLC Video Output)

Re: Libvlcsharp - VLC(Direct3D11 output) popouts

Posted: 14 Oct 2024 06:12
by mfkl
That's because you're calling play() on a mediaplayer that has no target window set to draw on.

Again, either a bug in the view integration of libvlcsharp, or in your code. Until you share your code, I can't tell you more.