[Bug 705030] New: h264parse doesn't send SPS/PPS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jul 28 08:29:17 PDT 2013


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

           Summary: h264parse doesn't send SPS/PPS
    Classification: Platform
           Product: GStreamer
           Version: 1.0.8
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lorddoskias at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=250309)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=250309)
GST_DEBUG=h264parse:6

I have the following pipeline: 

gst-launch-1.0 mpegtsmux name=mux ! tcpserversink host=192.168.1.103 port=5005
filesrc location=./netbeans/mpeg2.ts ! tsdemux name=demux demux. ! queue !
mpegvideoparse ! omxmpeg2videodec ! omxh264enc ! h264parse config-interval=1 !
mux. demux. ! queue ! mpegaudioparse ! mux.


Naturally, I expect that SPS/PPS packets are being sent each second so that
when clients are connected they can start rendering video, unfortunately
however this is not happening. I've attached a log of h264parse.

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