Kanro

Results 69 comments of Kanro

See this wiki https://github.com/higankanshi/Meta.Vlc/wiki/Use-VlcPlayer-with-other-controls

`IntPtr picture` is a surface pointer. you can get the pixel data from it. A 3x3 surface with RV32 packing data like this: ``` RGBX RGBX RGBX RGBX RGBX RGBX...

No idea with it. Can you provide more information?

@mahdi-ataollahi RebuildPlayer api is not recommend, most of the time you shouldn't call it, RebuildPlayer is not a good way to reset the Player.

We will fix it later.

The one solution of this issue is when you want to play a new media release the old VlcMediaPlay and create a new. The disadvantage is that the settings(like volume...

After you create a new VlcMediaPlayer some callback and event need to be attached. Maybe I can add a method to VlcPlayer later. VlcPlayer.RebuildPlayer();

Check the new code, and use the VlcPlayer.RebuildPlayer(); method after stop to create a new VlcMediaPlayer.

Thanks for your test. From your description... I think the problem about LibVlc in Win7 is VLC instance have been released after stop video. I don't know is it a...

Ummmm, I got it. Maybe some fix will be commit later.