Search found 15 matches

Go to advanced search

by BorPas
10 Feb 2008 22:47
Forum: VLC media player for Windows Troubleshooting
Topic: build vlc into a single libvlc.dll
Replies: 2
Views: 475

build vlc into a single libvlc.dll

is it possible to build all plugins into single libvlc.dll?
you know, like mplayer.exe :D
it will be very convinient for using with activex and npvlc
by BorPas
19 Dec 2006 22:48
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4637

var _options = new Array(":sout-mono-channel=0");
this works :-) but how to return stereo -1 didn't work
may be you know what "conf:..." variable can i set before playback to get the same result as

Code: Select all

VLC_var_Set(p_aout,'audio-device',1);
gives while playback
?
by BorPas
07 Dec 2006 13:38
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4637

While launching your content, try to add :mono in the array.

var _options = new Array(":mono");
vlc.addTarget(strToLoad, _options, 12, -666);

Yap.
no effect :-(
by BorPas
30 Nov 2006 18:39
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4637

While launching your content, try to add :mono in the array.

var _options = new Array(":mono");
vlc.addTarget(strToLoad, _options, 12, -666);

Yap.
and is it possible to vlc.setvariable something before launching instead?
by BorPas
30 Nov 2006 15:14
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4637

well, it doesn't matter for ActiveX :-)
OS: WinXPsp2
Ver: VLC 0.8.5
Where: Delphi/C#
by BorPas
30 Nov 2006 06:32
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4637

^^^ up ^^^
by BorPas
11 Nov 2006 14:59
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10894

by the way, did anyone succeed in changing parameters of vout and aout in realtime : you know, to make something like this using libvlc.dll ? vout_thread_t *p_vout = (vout_thread_t *)vlc_object_find(p_intf, VLC_OBJECT_VOUT, FIND_ANYWHERE); if( p_vout == NULL ) { switch( event.GetId() ) { case Hue_Ev...
by BorPas
08 Nov 2006 12:46
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10894

I just do all needed VLC_setVariable before addTarget///
by BorPas
07 Nov 2006 21:14
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4637

^^^ up ^^^
by BorPas
27 Oct 2006 18:38
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10894

many thanks aagis, it is greate!
by BorPas
24 Oct 2006 08:22
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10894

can somebody write a simple example of creating and placing on form vlc video window using libvlc.dll for msvc6 or delphi(vcl or winapi) ? i want to get rid of activex one day :-)
by BorPas
24 Oct 2006 08:18
Forum: Web and scripting
Topic: how to handle the mouse message to vlc window
Replies: 3
Views: 1977

i only have a very very crazy solution! please don't laugh :-) you need to create a control 1x1px and fill it with overlay color (so it will be transparent), then make a timer, that will put 1x1px control directly under the mouse cursor and handle all mouse events on your 1x1px control :-) it realy ...
by BorPas
24 Oct 2006 08:05
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4637

how can i switch audio to mono using activex?

subj
i need the same result as menu command "Audio - Audio Channels - Left(Right)" or "Audio - Audio Device - Mono"
pleeeeeeaaaaasssssseeee help me!
by BorPas
25 Aug 2006 12:42
Forum: VLC media player for Windows Troubleshooting
Topic: what is wrong with msvc/*.dsp files in 0.8.5 source
Replies: 1
Views: 534

what is wrong with msvc/*.dsp files in 0.8.5 source

I can't compile anything with msvc :-( in 0.8.4 it was all OK
will there ever be normal DSPs?

Go to advanced search