nadjieb / cpp-mjpeg-streamer

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

Expected boundary '--' not found #36

Open CYL-Oscar opened 2 years ago

CYL-Oscar commented 2 years 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 1 year ago

Hi, sorry for the very late reply.

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

Thank you