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.