Bug 30845
Summary: | [Gtk] http://robot.itcollege.ee/camera.html does not finish loading | ||
---|---|---|---|
Product: | WebKit | Reporter: | Priit Laes (IRC: plaes) <plaes> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | eric.carlson, jmalonzo, mrobinson, pnormand, svillar, zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
URL: | http://robot.itcollege.ee/camera.html | ||
Bug Depends on: | 54251 | ||
Bug Blocks: |
Priit Laes (IRC: plaes)
The page http://robot.itcollege.ee/camera.html should display the webcam image, but for some reason the page does not stop loading and no picture is ever shown.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jan Alonzo
I get this error in the console
console message: http://robot.itcollege.ee/camera.html @53: TypeError: Result of expression 'document.Player' [undefined] is not an object.
Priit Laes (IRC: plaes)
(In reply to comment #1)
> I get this error in the console
>
> console message: http://robot.itcollege.ee/camera.html @53: TypeError: Result
> of expression 'document.Player' [undefined] is not an object.
This javascript error should be be irrelevant as similar error also occurs with Mozilla Firefox, although latter displays the picture. I also got confirmation that it is working in Safari (from #webkit).
Philippe Normand
I just checked this page and it doesn't use the <video> element anymore. They use an <img> tag now. So not sure what to do about this... The img tag would need to create a MediaPlayer, what do you think Eric?
Sergio Villar Senin
(In reply to comment #3)
> I just checked this page and it doesn't use the <video> element anymore. They use an <img> tag now. So not sure what to do about this... The img tag would need to create a MediaPlayer, what do you think Eric?
The actual issue is that we do not properly handle multipart/x-mixed-replace content. Lack of support in libsoup.
Zan Dobersek
(In reply to comment #4)
> (In reply to comment #3)
> > I just checked this page and it doesn't use the <video> element anymore. They use an <img> tag now. So not sure what to do about this... The img tag would need to create a MediaPlayer, what do you think Eric?
>
> The actual issue is that we do not properly handle multipart/x-mixed-replace content. Lack of support in libsoup.
Resolving as a duplicate of bug #94515 then.
*** This bug has been marked as a duplicate of bug 94515 ***