Page 1 of 1

Embed VLC into vb.net 2017

Posted: 07 Dec 2018 13:13
by robert11
Not sure if correct form

Create windows app with vb.net in Visual Studio 2017

VLAN items "do not" show up in the list and when I try to find it in Com Components to add,
it is not there either.

Tried loading it by going to directory, but get message "failed to register"

Question
How can I use VLC in my app to play .mp4 videos?

Thanks in advance
Robert

Re: Embed VLC into vb.net 2017

Posted: 08 Dec 2018 11:39
by mfkl
You cannot consume vlc libs directly from a MSIL language.

You need to use a wrapper that handles the interop for you (or build your own).

Look at https://forum.videolan.org/viewtopic.php?f=32&t=147191 and https://code.videolan.org/videolan/LibV ... .VB.Sample