Good day!
I have one problem.
In my project I need to the get the duration of the partially downloaded video file of different format (f.e., starting 5 megs and 5 megs at the end are already downloaded). The VLC makes this job perfectly. But only if it is fully installed.
And so, I have to make this without actually installing the VLC along with my application, but getting this worked anyway.
Is there any way to install VLC manually, f.e. registering some ocx/dlls from my windows installer (the application is created via C#/.NET 3.5; Visual Studio 2008 TS is used), and if this is possible, what is the minimum package of VLC is needed?
Thaks in advance.
PS If you now some other way to determine the duration (not using VLC) post here, it would be lovely to see some other solutions if they exist (WORKING ones at the same success rate as VLC).