nadjieb / cpp-mjpeg-streamer

C++ MJPEG over HTTP Library
MIT License
132 stars 36 forks source link

Expected boundary '--' not found #36

Open CYL-Oscar opened 1 year ago

CYL-Oscar commented 1 year ago

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 I used browser watch the mjpeg. Frame will break sometimes.

kamalnadjieb commented 9 months ago

Hi, sorry for the very late reply.

Can you provide a sample of your code and how to reproduce the bug?

Thank you