79365136

Date: 2025-01-17 14:53:51
Score: 1.5
Natty:
Report link

You're missing the required HTTP headers and frame boundaries in your MJPEG stream handler. Browsers expect each JPEG frame to be preceded by a boundary string and headers like Content-Type and Content-Length. Your code sends raw frame data without these, thus the white screen.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jonathan