0

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

RuiT
  • 33
  • 1
  • 4

1 Answers1

0

ffmpeg.

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

C.

symcbean
  • 47,736
  • 6
  • 59
  • 94