[Webkit-unassigned] [Bug 36536] multipart/x-mixed-replace does not show final frame in MJPEG over HTTP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 18:10:56 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=36536





--- Comment #1 from Christopher Stanton <christopher.stanton at codaxus.com>  2011-04-20 18:10:56 PST ---
I have a custom MJPEG server which multiplexes various MJPEG camera streams to users. The when the stream terminates (upstream from the server/in the server), either due to a stream failure, the stream being disconnected, etc the last frame is used as a status frame to provide the user info and so they don't think the stream is hung.

For some reason WebKit (in Chrome) does not display the frame even though the stream is terminated by a valid terminating break.

Content-Type: multipart/mixed; boundary="MYBOUNDARY"
Boundaries between parts are "--MYBOUNDARY"
The end of the stream is signified by "--MYBOUNDARY--".

http://en.wikipedia.org/wiki/MIME

http://code.google.com/p/chromium/issues/detail?id=78622

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list