[Bug 663756] [mpegtsdemux] problem when using es-pids property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 23 00:35:05 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=663756
  GStreamer | gst-plugins-bad | git

Soeren Grunewald <soeren.grunewald> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |soeren.grunewald at avionic-de
                   |                            |sign.de

--- Comment #11 from Soeren Grunewald <soeren.grunewald at avionic-design.de> 2012-02-23 08:35:00 UTC ---
The commit 09f0860a1037b73bf314dd6d80ebbfa096ff93bf, now part of release
0.10.23, breaks multicast streaming via udp.
While souphttpsrv and filesrc are still working, a pipeline with udpsrc does
not.

WORKS:
    gst-launch-0.10 playbin video-sink=glessink uri=file:///tmp/capture.ts
    gst-launch-0.10 playbin video-sink=glessink uri=http://web01/capture.ts
FAIL:
    gst-launch-0.10 playbin video-sink=glessink uri=udp://239.0.21.1:4444

Using a manual generated pipeline like above shows the same results.

    gst-launch-0.10 filesrc location=/tmp/capture.ts ! mpegtsdemux name=demux 
        demux. ! audio/mpeg,mpegversion=1 ! { queue2 ! mpegaudioparse ! audio
mpeg,mpegaudioversion=1,layer=2,channels=2,rate=48000 ! ffdec_mp2float } !{
queue2 ! audioconvert ! alsasink }
        demux. ! queue2 ! { ffdec_mpeg2video max-threads=0 ! queue2 } !
glessink

-- 
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