Bug 30845 - [Gtk] http://robot.itcollege.ee/camera.html does not finish loading
Summary: [Gtk] http://robot.itcollege.ee/camera.html does not finish loading
Status: RESOLVED DUPLICATE of bug 94515
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL: http://robot.itcollege.ee/camera.html
Keywords:
Depends on: 54251
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-28 00:44 PDT by Priit Laes (IRC: plaes)
Modified: 2012-10-05 12:38 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2009-10-28 00:44:46 PDT
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.
Comment 1 Jan Alonzo 2009-10-28 00:50:01 PDT
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.
Comment 2 Priit Laes (IRC: plaes) 2009-10-28 05:33:30 PDT
(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).
Comment 3 Philippe Normand 2010-12-11 05:24:27 PST
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?
Comment 4 Sergio Villar Senin 2011-02-10 05:08:26 PST
(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.
Comment 5 Zan Dobersek 2012-10-05 12:38:33 PDT
(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 ***