nadjieb / cpp-mjpeg-streamer

C++ MJPEG over HTTP Library
MIT License
135 stars 39 forks source link

Adding example how to use a multi threading attempt #42

Open mgiesen opened 9 months ago

mgiesen commented 9 months ago

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.