Wobei deine Streamauswertung eher als "böse" anzusehn ist.
Bei
TP sieht der MJPEG-Stream so aus:
boundary gibt den Code an, für da, wo ein neues Bild anfängt .... das ist praktisch genauso, wie bei bei den Multipart-eMails (
HTML/Text/Anhänge).
Code:
HTTP/1.1 200 OK
Server: httpd
Cache-Control: no-store
Pragma: no-cache
Connection: close
Content-Type: multipart/x-mixed-replace;boundary===AMTKSTILLIMAGEBOUNDARY==
--==AMTKSTILLIMAGEBOUNDARY==
Content-Type: image/jpeg
Content-Length: 5495
{5495 Bytes ohne Zeilenumbruch am Ende, bzw. mit, wenn man die nachfolgende Zeile dazu nimmt}
--==AMTKSTILLIMAGEBOUNDARY==
Content-Type: image/jpeg
Content-Length: 5507
{5507 Bytes}
--==AMTKSTILLIMAGEBOUNDARY==
Content-Type: image/jpeg
...
Mal so aus Interesse, was steht denn bei dir im Log-Memo?
> starten und nach ein paar Bildern wieder stoppen