<!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>RE: playback of h264 with TS header while steaming </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&nbsp;Hello Developers ,<BR>
<BR>
&nbsp;For the purpose posted in the previous mail of the same thread ,<BR>
&nbsp;I have modified the pipeline as follows<BR>
<BR>
&nbsp;gst-launch udpsrc raw=1 ! application/x-rtp, media=video, payload=96 , clock-rate=1,<BR>
&nbsp;encoding-name=MP2T-ES ! rtpmp2tdepay ! ffdemux_mpegts ! h264parse ! ffdec_h264 !<BR>
&nbsp;ffmpegcolorspace ! sdlvideosink&nbsp; sync=false<BR>
<BR>
&nbsp;where &quot;raw&quot; is the property created in udpsrc by me to read data from any unspecified port&nbsp;<BR>
<BR>
&nbsp;but still I get the error from the depayloader as follows<BR>
<BR>
&nbsp;WARNING: from element /GstPipeline:pipeline0/GstRtpMP2TDepay:rtpmp2tdepay0: Could not decode stream.<BR>
&nbsp;Additional debug info:<BR>
&nbsp;gstbasertpdepayload.c(368): gst_base_rtp_depayload_chain (): /GstPipeline:pipeline0/GstRtpMP2TDepay:rtpmp2tdepay0:<BR>
&nbsp;Received invalid RTP payload, dropping<BR>
<BR>
&nbsp;even though the packetisation is done based on RFC 2250<BR>
<BR>
&nbsp;kindly suggest if am doing any mistake in the pipeline .<BR>
<BR>
&nbsp;Thanks and regards,<BR>
&nbsp;Arnab&nbsp;<BR>
<BR>
</FONT>
</P>

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