Hi all, Im trying to use libVLC to retrieve an online video stream and display frames as OpenCV IplImages. This is what I have so far, and for some reason it seems to work sometimes but most of the time it just displays nothing but the audio is still playing. struct ctx { IplImage* image; HANDLE mut...