Search found 5 matches

Go to advanced search

by heaven
11 Mar 2009 03:27
Forum: Development around libVLC
Topic: How to set diffrent libvlc_media_player_t's volume
Replies: 2
Views: 649

How to set diffrent libvlc_media_player_t's volume

If i create more than one libvlc_media_player_t under the same lib_vlc_instance, is there any way to control diffrent media_player's volume independently? I found the function VLC_PUBLIC_API void libvlc_audio_set_volume( libvlc_instance_t *, int, libvlc_exception_t *); in libvlc.h, which could only ...
by heaven
04 Mar 2009 10:37
Forum: VLC media player for Windows Troubleshooting
Topic: Problem when compiling VLC under Cygwin, Window can't pop up
Replies: 7
Views: 437

Re: Problem when compiling VLC under Cygwin, Window can't pop up

Don't run configure-vlc.sh... oh. Should I write and run my own .sh configure file in the format like this ./configure \ --host=i686-pc-mingw32 \ --disable-avcodec \ --disable-cddax --disable-vcdx \ --enable-twolame --enable-dvdread \ --enable-debug --enable-dca \ --disable-mkv --disable-taglib \ -...
by heaven
04 Mar 2009 09:25
Forum: VLC media player for Windows Troubleshooting
Topic: Problem when compiling VLC under Cygwin, Window can't pop up
Replies: 7
Views: 437

Re: Problem when compiling VLC under Cygwin, Window can't pop up

by j-b on Wed Mar 04, 2009 3:39 pm Don't you have a plugin folder? The folder "plugins" was not there after "make package-win32-base" I used to compile vlc-0.9.0 one year ago. I got the "skins","plugins","osdmenu","share","http",...
by heaven
04 Mar 2009 03:48
Forum: VLC media player for Windows Troubleshooting
Topic: Problem when compiling VLC under Cygwin, Window can't pop up
Replies: 7
Views: 437

Problem when compiling VLC under Cygwin, Window can't pop up

I complied the source of vlc-0.9.8a under the instruction of "Win32CompileCygwinNew" http://wiki.videolan.org/Win32CompileCygwinNew . After making package-win32-base, I got the vlc-0.9.8a folder with out "plugins","skins","http","osdmenu" subfolder a...
by heaven
02 Mar 2009 10:42
Forum: Development around libVLC
Topic: How can I get the .lib file of the libvlc.dll?
Replies: 2
Views: 706

Re: How can I get the .lib file of the libvlc.dll?

You can use the dumpbin.exe and lib.exe tool (both under cmd) under vc to export a .lib file for the dll.
Google it to get more information

Go to advanced search