Page 1 of 1

VB.NET ActiveX - Enable GPU accelerated decoding

Posted: 24 Jan 2014 12:47
by Drumont
Hi everyone,

I'm developing a Visual Basic .NET application to play videos. If I try to play some specific videos the Activex Plugin slows down and it can't play them correctly. VLC Media Player has the same behavior. However, If I activate the option "Use GPU accelerated decoding" the videos reproduce correctly. Could you say me how can I activate this option in the Activex Plugin?

Thanks you.

Re: VB.NET ActiveX - Enable GPU accelerated decoding

Posted: 07 Feb 2014 12:08
by astaroth86
Hi,

I have the same problem but I'm trying to compile vlc from linux to activate that option by default. I have read in another post and I have problems when I try to execute this command extracted from the wiki tutorial:

Code: Select all

../extras/package/win32/configure.sh - host = i686-w64-mingw32
It shows the following error:

Code: Select all

checking for DVDREAD ... no configure: error: Library needed for dvdread dvdread was not found
If I disable this option, shows another error until I remove almost all options are on the configure.sh of / extras/package/win32 /

Why show me this error if all the above steps have not given me any problems?

Regards.

P.D: Sorry for my bad english