Page 1 of 1

C# windows form, disable video? (think censor)

Posted: 15 Jun 2016 02:13
by dallinbeutler
I'm making an application around the vlc plugin for windows forms. I want to make it so that censoring movies is easy. Muting and skipping scenes is easy and straight forward. But blocking video whilst leaving sound is proving to not be so straightforward with the plugin.

Do you fine individuals know of a solution? If not I'll find some ugly workaround. Thanks in advance for checking out this thread.

Re: C# windows form, disable video? (think censor)

Posted: 28 Jun 2016 10:20
by Jean-Baptiste Kempf
disable the video track.

Re: C# windows form, disable video? (think censor)

Posted: 06 Jul 2016 06:38
by dallinbeutler
how do you do that? it does not show up under any of the playlist objects I can find. I can find volume controls but not sound tracks. Is there something I am missing?

Re: C# windows form, disable video? (think censor)

Posted: 06 Jul 2016 22:41
by Jean-Baptiste Kempf
You must use the libVLC API, I think. It is not exposed on the webplugin/activex.