Page 1 of 1

stream video in mac using libvlc

Posted: 13 Jul 2011 13:29
by hirenshah22887
Hi Guys,
I have logitech camera.I want to create application which is able to steam video and allows to change Resolution,zooming,Cropping etc.... in MAC.
Can anyone tell me how can i do this using libvlc. I am able to stream using VLC Player.So it must some way to do it by code.But don't know how to do this using libvlc.
Is there any sample application is available in QT Creator for MAC??

Thanks

Re: stream video in mac using libvlc

Posted: 25 Jul 2011 11:22
by ivoire
There is no specific API for streaming in libvlc. You should pass the comand line options to the libvlc_new function.
A specific API must be designed one day but not any developper has time for it (or are paid to do it unfortunately).