LibVLC in WinForms missing package components
I have tried to create an app libVLC in c# winforms. I managed to use libVLC, but visual studio isn't recognizing the MediaListPlayer. (although it recognizes MediaList, for instance). Does anyone have a fix?

13 Replies
I have imported the packages as:
using LibVLCSharp.Shared;
using LibVLCSharp; // For MediaListPlayer
using LibVLCSharp.Shared; // For LibVLC, MediaPlayer, MediaList
@m8 tried to add that line, but it didn't fix it...
Can you share .csproj file?
How do I find it?
nvm, fount it:
You don't use Visual Studio?
i do, yeah
Can you share project? Or I can connect your pc via anydesk, will debug on there.
Or course, if you don't mind.
https://github.com/CrispyMD/video-share-project
This is the github repo for it
GitHub
GitHub - CrispyMD/video-share-project
Contribute to CrispyMD/video-share-project development by creating an account on GitHub.
Will check on my end
thanks m8
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View