[Bug 747881] matroskamux generates choppy audio when remuxing from rtsp stream
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 15 00:18:01 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747881
Wonchul Lee <chul0812 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chul0812 at gmail.com
--- Comment #1 from Wonchul Lee <chul0812 at gmail.com> ---
Hello,
How about add queue element behind the demux?
as below,
$ gst-launch-1.0 -e uridecodebin
uri=rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
caps="video/x-h264; audio/mpeg,mpegversion=(int)4" name=d ! queue ! h264parse !
matroskamux name=m ! filesink location=oute.mkv d. ! queue ! aacparse ! m.
--
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