cpp-mjpeg-streamer icon indicating copy to clipboard operation
cpp-mjpeg-streamer copied to clipboard

C++ MJPEG over HTTP Library

Results 5 cpp-mjpeg-streamer issues
Sort by recently updated
recently updated
newest added

I've added a wrapper to run MJPEGStreamer in a thread, simplifying the process of building more complex applications with multiple threads. Let's discuss this approach together.

After connecting more than the maximum number of connections from other users' browsers until access is no longer possible, and then reconnecting (F5) from the existing connected browser, a runtime...

Thank you for the nice library. It is helpful. How can we serve an index.html from the program? I tried this but did not work. ``` MJPEGStreamer streamer; streamer.start(8080); streamer.publish("/",...

I am having video flickering issue in new device(**usb 2.0 video capture card**) which is connected alternative for frame grabber(**epiphan av.io.4k frame grabber**). Also, we observed that the issue appears...

I used opencv capture the frame. But the frame always break. And opencv returned this to me. Expected boundary '--' not found, instead found a line of 29 bytes When...