Hi,
Somebody have info about the new MRL form?
Because in the the new DLL:
dshow:// dont works
file:// test.avi dont works but just the name test.avi works
I want to show my webcam.
thanks
Hi
The MRL structure seems have change
dshow:// dont works
screen:// works
file:// test.avi dont works but just the name test.avi works
????
very strange.
someone have infos about that?
thanks
Hello,
do you try to show webcam?
personnaly i try
m = libvlc_media_new(_vlcinstance, "dshow://", &_vlcexcep);
libvlc_media_add_option(m,":dshow-vdev=USB 2.0 1.3M UVC WebCam ");
but it not work.
by.
HI,
Very strange
Webcam works with lib 0.8 not with lib 10.2 Whenever its works with the gui interface.
My head become very hot; someone have an idea?
by.
Those functions were deprecated in VLC 0.9 and removed in VLC 1.0. Merci. Effectively the last function works correctly. I compile with success i just replace "playlist" function by media_player function. I can see a video, the screen but i could not see webcam whith: m = libvlc_media_new...
tanks a lot But i see that in this tuto c++ it s write : ***DEPRECATED API*** USE NEW libvlc_ prefixed functions i suppose that meams with the new dll it s not possible to use this functions. whenever i try with the lastest dll and the : VLC_Create = (_VLC_CREATE) GetProcAddress(libvlc, "VLC_Cr...
Bonjour,
I do yet some program integrating libvlc.dll into appli make with C++Builder.
But it was with libvlc version 0.8
I want to recompile with the new dll and i am little lost.
Somebody know a link where there is a tutoriel in C++ which use dll with getprocaddress instruction
thanks