[Bug 782949] rtph264depay: don't insert SPS/PPS inline for AVC output

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 23 16:40:38 UTC 2017


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

--- Comment #5 from Miguel París Díaz <mparisdiaz at gmail.com> ---
Created attachment 352435
  --> https://bugzilla.gnome.org/attachment.cgi?id=352435&action=edit
GDP file with h264 RTP packets

Hello Tim,
a way to reproduce the problem I reported is generating a .mkv file using the
attached GDP file with the next pipeline:
gst-launch -v -m filesrc location=gdp-rtp-h264.out ! gdpdepay ! rtph264depay !
h264parse ! matroskamux ! filesink location=out.mkv

If the patch I told you is used for the previous pipeline, out.mkv is not
properly played but without this patch it works fine.
out.mkv can be played with the next GStreamer pipeline or with ffplay.
gst-launch -v -m filesrc location=out.mkv ! matroskademux ! avdec_h264 !
autovideosink

I hope this helps you ;)

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