Page 1 of 1
Why VLC 2.1.0 Builds NOT support Capture devices ???
Posted: 20 Jun 2013 01:24
by Ultrapower
Hi,
i can use my Capture Devices under Windows and Linux 2.0.x but no chance to get it work for Latest 2.1.0 Builds ...
Is this known ??
Greetings
Re: Why VLC 2.1.0 Builds NOT support Capture devices ???
Posted: 23 Jun 2013 13:37
by Jean-Baptiste Kempf
Yes.
Re: Why VLC 2.1.0 Builds NOT support Capture devices ???
Posted: 25 Jun 2013 14:01
by Ludrax
I doubt it's that simple
Code: Select all
addModuleAndLayouts( DSHOW_DEVICE, dshow, "DirectShow", QGridLayout );
addModuleAndLayouts( DTV_DEVICE, dvb, N_("TV - digital"), QGridLayout );
Re: Why VLC 2.1.0 Builds NOT support Capture devices ???
Posted: 02 Jul 2013 16:50
by Jean-Baptiste Kempf
Problem is on the if line above.
Re: Why VLC 2.1.0 Builds NOT support Capture devices ???
Posted: 06 Jul 2013 03:23
by Ultrapower
Hope you can add it to the 2.1.0 / 2.2.0 Builds ...
VLC Weatherwax Build support Capture devices
Posted: 08 Jul 2013 15:08
by Ludrax
how then libdshow_plugin.dll existed in earlier 'broken' builds?
git commit 0f085d69bbc11ab31cc511201c929a3dae51e8f5
Re: Why VLC 2.1.0 Builds NOT support Capture devices ???
Posted: 08 Jul 2013 16:30
by Jean-Baptiste Kempf
FIxed