Search found 7 matches

Go to advanced search

by capflam
24 Nov 2009 09:43
Forum: Development around libVLC
Topic: about new MRL form
Replies: 1
Views: 388

about new MRL form

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
by capflam
18 Nov 2009 10:26
Forum: Development around libVLC
Topic: Tuto C++
Replies: 6
Views: 824

Re: Tuto C++

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
by capflam
17 Nov 2009 20:22
Forum: Development around libVLC
Topic: Delphi 2007 and VLC 1.0.1 simple example needed, not working
Replies: 9
Views: 2773

Re: Delphi 2007 and VLC 1.0.1 simple example needed, not working

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.
by capflam
17 Nov 2009 14:56
Forum: Development around libVLC
Topic: Tuto C++
Replies: 6
Views: 824

Re: Tuto C++

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.
by capflam
17 Nov 2009 01:05
Forum: Development around libVLC
Topic: Tuto C++
Replies: 6
Views: 824

Re: Tuto C++

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...
by capflam
16 Nov 2009 18:54
Forum: Development around libVLC
Topic: Tuto C++
Replies: 6
Views: 824

Re: Tuto C++

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...
by capflam
16 Nov 2009 12:31
Forum: Development around libVLC
Topic: Tuto C++
Replies: 6
Views: 824

Tuto C++

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

Go to advanced search