[Bug 731263] New: rtph265pay, rtph265depay: add rtp elements for H.265

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 5 04:06:20 PDT 2014


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

           Summary: rtph265pay, rtph265depay: add rtp elements for H.265
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: jurgen.slowack at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


This patch adds RTP payloader and depayloader elements for H.265.

The main logic is based on their rtph264pay and depay counterparts, with
modifications for HEVC following draft-ietf-payload-rtp-h265-03
(http://tools.ietf.org/html/draft-ietf-payload-rtp-h265-03).

Working pipeline:

gst-launch-1.0 filesrc location=hevc_coded_file ! h265parse ! rtph265pay !
rtph265depay ! avdec_h265 max-threads=1 ! videoconvert ! ximagesink sync =
false

as well as:

gst-launch-1.0 filesrc location=hevc_coded_file ! h265parse ! rtph265pay !
udpsink host=127.0.0.1

gst-launch-1.0 udpsrc ! application/x-rtp,payload=96 ! rtph265depay ! queue !
avdec_h265 max-threads=1 ! videoconvert ! ximagesink sync=false

-> The h265parse element does not add appropriate time stamps at this moment. A
patch will be uploaded separately to fix this.

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