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 610143 - asfdemux: stutter with low samplerate dancer.asf clip, too much jitter
asfdemux: stutter with low samplerate dancer.asf clip, too much jitter
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 636953 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-02-16 15:42 UTC by Bastien Nocera
Modified: 2012-11-25 17:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2010-02-16 15:42:04 UTC
Trying to play:
http://www.gnome.org/~hadess/dancer.asf
in either Totem or gst-launch playbin(2) stutters in the same way, whereas "mplayer -ao pulse" works fine.
Comment 1 Sebastian Dröge (slomo) 2010-02-23 15:33:57 UTC
I can confirm this with latest GIT of everything
Comment 2 Sebastian Dröge (slomo) 2010-02-23 15:50:22 UTC
This seems to be a problem with asfdemux. The output buffers are correct (e.g. if pushing through wavenc and then playing the generated file), the durations by ffdec_wmav2 are correct too... only the timestamps by asfdemux are not really perfect.
Comment 3 Tim-Philipp Müller 2010-03-01 14:20:44 UTC
So it's just a case of too much jitter?

This is seems to work ok for me:

  gst-launch-0.10 playbin2 uri=file:///home/tpm/samples/610143-dancer-stutter.asf \
        audio-sink='pulsesink drift-tolerance=150000'

Not quite sure about the A/V sync though, it's hard to tell given the lack of obvious sync points.
Comment 4 Sebastian Dröge (slomo) 2010-03-01 16:16:15 UTC
(In reply to comment #3)
> So it's just a case of too much jitter?

Yes, and as far as I see it the jitter comes directly from the file.
Comment 5 Mark Nauwelaerts 2011-09-08 16:33:36 UTC
*** Bug 636953 has been marked as a duplicate of this bug. ***
Comment 6 Tim-Philipp Müller 2012-11-25 17:09:04 UTC
The audio plays fine for me now. The a/v sync feels a bit off, but mplayer/vlc play it exactly the same so I assume it's just badly muxed or supposed to be like that.