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