Page 1 of 1

How to use libvlc.dll to stream webcam?

Posted: 22 May 2007 21:31
by dbq_kd
Hi all,
I'm newbie in VLC, so I'm wonder could I load libvlc.dll into my app (visual C++ app) and use it to stream webcam?
I have loaded the DLL and used some its functions:

Code: Select all

VLC_Create, VLC_Init, VLC_Play ....
But when I run my app, it throws some errors:

Code: Select all

[00000027] main interface error: no interface module matched "hotkeys,none" [00000027] main interface error: no suitable interface module [00000001] main vlc error: interface "hotkeys,none" initialization failed [00000031] main access error: no access2 module matched "any" [00000028] main input error: no suitable access module for `:dshow-vdev=Logitech QuickCam Pro 3000 (08B0)' [00000025] main playlist: stopping playback Press any key to continue
I have tried with vlc 0.8.6b and 0.8.6a. Could you give me some ideas to fix it?

Thank you very much.
DBQ.

Posted: 25 May 2007 17:25
by dbq_kd
I got the answers.
Thanks any way!

Posted: 24 Jun 2007 00:15
by Flow
Can you help me by giving your code.

Thx.

Re: How to use libvlc.dll to stream webcam?

Posted: 08 Aug 2007 21:50
by dbq_kd
Hi,
I'm sorry I cannot reply you soon because I don't go to this forum for a long time.
You could find the source code in the following link:
http://wiki.videolan.org/LibVLC_Visual_C%2B%2B

DBQ.