[gstreamer-bugs] [Bug 596964] New: [rtpmp2tdepay] fails after pcapparse

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 1 02:14:55 PDT 2009


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

           Summary: [rtpmp2tdepay] fails after pcapparse
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: julien.isorce at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


* step to reproduce:

GST_DEBUG=2 gst-launch-0.10 filesrc location=capture2.pcap ! pcapparse !
rtpmp2tdepay ! mpegtsdemux ! ffdec_h264 ! xvimagesink

* result: 

gstbasesrc.c:2378:gst_base_src_loop:<filesrc0> error: streaming task paused,
reason not-negotiated (-4)

* expected result:

The video should be displayed as using udpsrc:
gst-launch-0.10 udpsrc uri=udp://232.0.1.1:8200 caps="application/x-rtp,
media=video" ! queue ! rtpmp2tdepay ! mpegtsdemux ! ffdec_h264 ! xvimagesink

* other infos:

gst-launch-0.10 playbin uri=file:///home/julien/capture2.pcap does not
introduce pcapparse element and also it does not introduce a rtp depayloader.

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