<div dir="ltr"><div><div><div><div><div>Hi Gokul,<br><br></div>Someone else could probably give a more comprehensive answer, but from my perspective, h264parse does the following:<br></div>- Handles stream format conversion.<br></div>- Handles alignment conversion.<br></div>- Implements  periodic SPS/PPS insertion via the config-interval property. I use this to ensure seeking works correctly in some circumstances.<br><br></div><div>You don't necessarily need to have it in your pipeline, but if you have a variety of source content, or you don't have a say in how the source content is created, then you probably want it in your pipeline.<br></div><div><br></div>Dunk<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 12 March 2015 at 20:30, Gokul Vellingiri <span dir="ltr"><<a href="mailto:vgokul129@gmail.com" target="_blank">vgokul129@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm streaming rtp packets from my server using udpsrc and will be<br>
successfully able to see the video stream in client.How  h264parse element<br>
will be useful for developers to make you of this element.Without this<br>
element also my stream is working fine.Any idea?<br>
<br>
Thanks,<br>
Gokul.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Usage-of-h264parse-tp4671122.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Usage-of-h264parse-tp4671122.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>