Hi (sorry for my poor english) ..
I have a question...
I have an application to capture from a camera (is written using OpenCV) take the frames and do something with them..
Now i need to add a streaming capability to this app so i think in libvlc ..but..
It's possible to push frames in some format (OpenCV, QtImage, gdk_pixbuf , etc) into a stream with libvlc ??...
any guideline or example of how can i do that??
The idea is make possible to see the result of the capture and processing frames on other devices .. may be create a stream to see using HTML5....
I read a lot about this and for now i was trying with gstreamer, this have a method to push data into a buffer (pipeline) to do the stream, but i want to try something else... it suppose that with gstreamer it's possible stream this buffer with RTP protocol .. but i can't getting work ...
libvlc will work for that???
Thanks in advance!!