How to use libvlc.dll to stream webcam?
Posted: 22 May 2007 21:31
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:
But when I run my app, it throws some errors:
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.
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 ....
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
Thank you very much.
DBQ.