libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] JPEG Streaming with libmicrohttpd


From: David J Myers
Subject: [libmicrohttpd] JPEG Streaming with libmicrohttpd
Date: Thu, 11 Nov 2010 12:30:52 -0000

Hi, I’m new to libmicrohttpd and I want to implement a motion JPEG stream. Could someone please show me how to build the following responses ie. A multipart response stream. This is what I want to send back to the client when I receive the GET :-

 

HTTP Code: 200 OK
Content-Type: multipart/x-mixed-replace; boundary=myboundary

--myboundary
Content-Type: image/jpeg

<JPEG Image data>
--myboundary
Content-Type: image/jpeg

<JPEG Image data>
--myboundary

 

Thanks for your time

David


reply via email to

[Prev in Thread] Current Thread [Next in Thread]