Go to the documentation of this file.
25 #define BOUNDARY_TAG "ffserver"
41 snprintf(buf1,
sizeof(buf1),
"Content-type: image/jpeg\r\n");
44 snprintf(buf1,
sizeof(buf1),
"Content-length: %d\r\n\r\n", pkt->
size);
62 .mime_type =
"multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,