Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm sending jpegs to a web server via Http POST. I can access the bytes of each jpeg file that reaches the web server.

Now I want do display these jpeg as they reach the web server, as a mjpeg video.

How can I do it?

Please help! Thanks

share|improve this question

1 Answer

ffmpeg.

See http://electron.mit.edu/~gsteele/ffmpeg/

C.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.