As my target was :
- Stream video from IP camera using LibVLC
- Process the video using OpenCV
- Then re-stream the processed video/image over network using LibVLC so that other connected clients can see the processed video/image in real time(No storing of video/image to disk first).
I have successfully accomplished first two tasks, but now i want to stream the processed video/image over network from the memory buffer as source, memory buffer is a iplimage variable, it could Mat variable. So, if somebody know how to stream such a raw data using libvlc then please help out, or point me to the right direction or sample code or link. Would be thankful..!