Skip to content

Instantly share code, notes, and snippets.

@rmurali79
rmurali79 / mjpg.c
Created June 1, 2018 17:25 — forked from cpq/mjpg.c
Example of mjpg streaming using mongoose web server.
// Copyright (c) 2013 Sergey Lyubka
// All rights reserved
//
// An example of mjpg streaming using mongoose web server.
// Usage:
// cc mjpg.c mongoose.c && ./a.out
// This code is public domain.
#include <sys/stat.h>
#include <string.h>