<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>Error with rtph264depay </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&nbsp;Hello Developers,<BR>
<BR>
&nbsp;I am streaming H264 data through UDP and recieving the same on other side<BR>
<BR>
&nbsp;My pipelines are<BR>
&nbsp;Tx -<BR>
&nbsp;gst-launch-0.10 filesrc location=/home/CodecH264.dat ! h264parse ! rtph264pay ! udpsink host=10.60.3.38 port=1234<BR>
<BR>
&nbsp;Rx -<BR>
&nbsp;gst-launch udpsrc port=1234 caps=&quot;application/x-rtp, media=video, payload=96, clockrate=90000, encoding-name=H264&quot; !<BR>
&nbsp;rtph264depay ! filesink location=/root/dump_udp.dat<BR>
<BR>
&nbsp;The errors are<BR>
&nbsp;<BR>
&nbsp;Setting pipeline to PAUSED ...<BR>
&nbsp;Pipeline is live and does not need PREROLL ...<BR>
&nbsp;Setting pipeline to PLAYING ...<BR>
&nbsp;New clock: GstSystemClock<BR>
<BR>
&nbsp;WARNING: from element /pipeline0/rtph264depay0: Could not decode stream.<BR>
&nbsp;Additional debug info:<BR>
&nbsp;gstbasertpdepayload.c(353): gst_base_rtp_depayload_chain (): /pipeline0/rtph264depay0:<BR>
&nbsp;Received invalid RTP payload, dropping<BR>
<BR>
&nbsp;kindly tell me why am I getting the following error ?<BR>
&nbsp;The same when I am receiving through VLC palyer, it plays the stream clearly.<BR>
<BR>
&nbsp;Kindly tell me what modifications are required in any of the pipelines .<BR>
<BR>
&nbsp;Thanaks and Regards,<BR>
&nbsp;Arnab<BR>
<BR>
<BR>
<BR>
<BR>
&nbsp;<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

<pre>
</pre></BODY>
</HTML>