[Bug 767680] New: Fix parsing error in rtph265pay

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 15 07:39:40 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767680

            Bug ID: 767680
           Summary: Fix parsing error in rtph265pay
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: jurgen.slowack at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 329843
  --> https://bugzilla.gnome.org/attachment.cgi?id=329843&action=edit
Patch for rtph265pay to fix a bug in parsing nal unit type.

The nal unit type is incorrectly parsed in rtph265pay. As a result, VPS, SPS,
and PPS are not detected and will not be periodically inserted when setting
"config-interval" to a non-default value (e.g., 1). As a result, starting the
sender before the receiver does not work. This is fixed with this very simple
patch.

Example sender pipeline:

gst-launch-1.0 videotestsrc ! queue ! x265enc tune=zerolatency
speed-preset=ultrafast ! queue ! rtph265pay config-interval=-1 ! udpsink

Example receiver pipeline:

gst-launch-1.0 udpsrc ! application/x-rtp, payload=96 ! queue ! rtph265depay !
h265parse ! queue ! avdec_h265 ! queue ! videoconvert ! xvimagesink

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