[gstreamer-bugs] [Bug 423782] New: Code for H264 payloader

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 28 08:33:32 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=423782.

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: Code for H264 payloader
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: spglegle at yahoo.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,
here is code for RTP H264 payloader, this one has been checked with encoder
x264enc (cf bugzilla #421110). Here is the command line :

gst-launch videotestsrc ! "video/x-raw-yuv, framerate=(fraction)8, width=176,
height=144" ! ffmpegcolorspace ! x264enc byte-stream=true ! rtph264pay !
rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! ximagesink

Payloader algo is from VLC. The payloader only handle single NAL units and
fragmented units. The x264enc has to be configured with the 'byte-stream=true'
property.

Please consider this code for inclusion into CVS.

Regards.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=423782.




More information about the Gstreamer-bugs mailing list