mfkl / libvlc-nuget

NuGet packaging setup for LibVLC
GNU Lesser General Public License v2.1
63 stars 10 forks source link

Cherry picking clarification and help please #46

Closed RobG66 closed 9 months ago

RobG66 commented 10 months ago

I read the following: https://github.com/mfkl/libvlc-nuget/blob/master/cherry-picking.md

But I am just not sure how to proceed.

I followed an example from here: https://stackoverflow.com/questions/66369575/wpf-libvlcsharp-integration-in-setup-project-release-version

But this breaks things. I have a 1mb application and would like to reduce the whole package by as much as possible. All I need is simple video playback, including mpeg4 codec.

Using VS2022 (Windows) and I wrote a C# winforms application. With the full libvlcsharp package from nuget I have no issue getting videos to play. It's just the size of my package is way too big now. I just don't know how to proceed from here. I excluded x86 which obviously helps, but not enough.

Any help is appreciated.

Rob

mfkl commented 9 months ago

Hi Rob,

Due to lack of resources, community support is best effort. All the code and docs and examples are publicly available.

If you need more help, I'd direct you to commercial support through https://videolabs.io/store.

Thanks.