Can libvlc do this?
Posted: 29 Mar 2007 13:25
I'm part of a project in which a videoconference system must be integrated into other software. I've spent the last weeks trying to find a way to do so, but I have not been really successful. Then, when I found out VLC could be used through libraries it seemed I had found the way, but I'm still not completely sure, and I cannot waste time researching and trying to make things work, if they won't work in the first place.
I know VLC as an executable can do everything I need, i.e.: getting the images from the webcam (through directshow), coding the video, streaming it over the network; and on client mode getting the video, decoding and displaying it.
What I need to know is if I can do all those things using libvlc. I will be using it on a project based on Qt, compiled with MinGW, under Windows.
Thanks
I know VLC as an executable can do everything I need, i.e.: getting the images from the webcam (through directshow), coding the video, streaming it over the network; and on client mode getting the video, decoding and displaying it.
What I need to know is if I can do all those things using libvlc. I will be using it on a project based on Qt, compiled with MinGW, under Windows.
Thanks