[Bug 739800] Static when playing audio at high bitrate/sample rate

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 12 06:57:01 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739800
  GStreamer | don't know | 1.4.3

--- Comment #4 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2014-11-12 14:56:54 UTC ---
If it works with, eg, VLC, it probably isn't that, but it can be checked:

gst-launch-1.0 playbin uri=file:///path/to/the/file audio-sink='autoaudiosink'

This should use your audio setup.

gst-launch-1.0 playbin uri=file:///path/to/the/file audio-sink='wavenc !
filesink location=/tmp/out.wav'

This will instead write a wav file with the output that gstreamer decoded. It
can then be played with, eg, VLC. If the static appears, it's a problem with
gstreamer. If not, then... the mystery continues.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list