After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 432492 - Microsoft Live Labs videos take several minutes to begin
Microsoft Live Labs videos take several minutes to begin
Status: RESOLVED DUPLICATE of bug 537614
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-23 06:03 UTC by Henry Finucane
Modified: 2008-06-12 08:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Log of firefox output (4.05 KB, text/plain)
2007-04-24 02:28 UTC, Henry Finucane
Details

Description Henry Finucane 2007-04-23 06:03:24 UTC
Videos here: http://labs.live.com/photosynth/video.html take many minutes to start using the totem browser plugin, while they begin instantly in mplayer and vlc. This also happens if you open the stream from the shell:

$ totem mms://wm.microsoft.com/ms/msnse/0611/28660/PS2_FINAL3_MBR.wmv

My distribution is Ubuntu Feisty, and as far as I can tell totem is using the gstreamer backend.
Comment 1 Bastien Nocera 2007-04-23 17:09:46 UTC
Works fine here. What's the output of "firefox -debug" when you reproduce the problem?
Comment 2 Henry Finucane 2007-04-24 02:28:54 UTC
Created attachment 86893 [details]
Log of firefox output
Comment 3 Henry Finucane 2007-04-24 02:29:39 UTC
Comment on attachment 86893 [details]
Log of firefox output

'firefox -debug' just dropped me into GDB, but here is some output from firefox...
Comment 4 Bastien Nocera 2008-06-08 21:58:21 UTC
It's been nearly a year, and I still can't reproduce the problem. Let me know if the problem still happens with a newer distribution/GNOME version.
Comment 5 Henry Finucane 2008-06-10 03:52:45 UTC
It still happens, everything still works using vlc. Calling totem with --debug doesn't produce anything either, which was disappointing.

I ran strace on totem while it was stalling, but I don't know if that is useful at all. This segment:

poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=8, events=POLLIN|POLLPRI}, {fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}, {fd=14, events=POLLIN}, {fd=10, events=POLLIN|POLLPRI}, {fd=15, events=POLLIN}], 9, 4997) = 0
gettimeofday({1213069880, 722628}, NULL) = 0
stat64("/home/henry/.recently-used.xbel", {st_mode=S_IFREG|0644, st_size=315658, ...}) = 0
read(3, 0x80c7c6c, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1213069880, 722982}, NULL) = 0
poll( <unfinished ...>

just got repeated over and over again.

Anything I can do to help?
Comment 6 Henry Finucane 2008-06-10 03:54:49 UTC
I am running a shiny new gnome too- 2.22 on Ubuntu 8.04.
Comment 7 Bastien Nocera 2008-06-10 10:14:32 UTC
Does this command-line show the same problem:
gst-launch-0.10 playbin uri="mms://wm.microsoft.com/ms/msnse/0611/28660/PS2_FINAL3_MBR.wmv"
Comment 8 Henry Finucane 2008-06-11 18:48:05 UTC
Yes it does. It goes:

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...

and then just stalls.
Comment 9 Edward Hervey 2008-06-12 08:17:04 UTC
looks similar to #537614
Comment 10 Bastien Nocera 2008-06-12 08:45:34 UTC
Note that it's that URL hanging: mms://wm.microsoft.com/ms/msnse/0611/28660/PS2_FINAL3_MBR.wmv

The video on the front page of http://labs.live.com/photosynth/video.html where this video was originally works fine.
Comment 11 Edward Hervey 2008-06-12 08:59:17 UTC

*** This bug has been marked as a duplicate of 537614 ***