[Bug 760980] splitmuxsink: corrupt output when receiving H264 in RTP over UDP and using mpegtsmux
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 21 14:18:52 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760980
--- Comment #9 from Jan Schmidt <thaytan at noraisin.net> ---
In that case, config-interval=1 on the receiver's h264parse should also have
worked.
In your pipelines above, you're not using config-interval=1 on the receiver,
only on the sender. The SPS/PPS are carried in the RTP prop-parameter-sets, not
the stream itself - the receiver will only get them from your caps and
h264parse will only insert them into the converted byte-stream once unless told
otherwise.
--
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