[Bug 675227] [mpegtsdemux] Streaming MPEG2 TS does not work
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue May 29 13:25:09 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=675227
GStreamer | gst-plugins-bad | 0.10.x
Sebastian Pölsterl <sebp> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #213180|0 |1
is obsolete| |
--- Comment #6 from Sebastian Pölsterl <sebp at k-d-w.org> 2012-05-29 20:24:25 UTC ---
Created an attachment (id=215217)
--> (https://bugzilla.gnome.org/attachment.cgi?id=215217)
Test case using sample.mpeg
I uploaded a sample file to http://k-d-w.org/clipboard/sample.mpeg and adjusted
the test case to use this file. The result is as follows:
Does *not* work:
gst-launch playbin2 uri=rtsp://127.0.0.1:8554/test
Does *not* work:
gst-launch rtspsrc location=rtsp://127.0.0.1:8554/test ! rtpmp2tdepay !
mpegtsdemux name=demux ! queue2 ! mpeg2dec ! xvimagesink demux. ! queue2 ! mad
! alsasink
Does work:
gst-launch rtspsrc location=rtsp://127.0.0.1:8554/test ! rtpmp2tdepay ! tsdemux
name=demux ! queue2 ! mpeg2dec ! xvimagesink demux. ! queue2 ! mad ! alsasink
For me the result should be that I can play the stream fine using playbin2.
Unfortunately, playbin2 uses mpegtsdemux instead of tsdemux.
--
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