I have a video stream which comes as an MJPEG over HTTP.
Is there a way to display such stream in a Windows Form application?
I already have a set of routines for displaying simple JPEGs from a webserver, but not continuous MJPEGs. Maybe the two problems are related.