RESOLVED DUPLICATE of bug 94515 30845
[Gtk] http://robot.itcollege.ee/camera.html does not finish loading
https://bugs.webkit.org/show_bug.cgi?id=30845
Summary [Gtk] http://robot.itcollege.ee/camera.html does not finish loading
Priit Laes (IRC: plaes)
Reported 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.
Attachments
Jan Alonzo
Comment 1 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.
Priit Laes (IRC: plaes)
Comment 2 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).
Philippe Normand
Comment 3 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?
Sergio Villar Senin
Comment 4 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.
Zan Dobersek
Comment 5 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 ***
Note You need to log in before you can comment on or make changes to this bug.