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