<!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>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;I am sending h264 streams with TS header and then with RTP header to LAN and trying<BR>
&nbsp;to playback through Gstreamer.<BR>
<BR>
&nbsp;The pipeline in client side is as follows<BR>
<BR>
&nbsp;gst-launch-0.10 -vvv udpsrc raw=1 ! queue max-size-bytes=104857600 leaky=downstream !<BR>
&nbsp;queue max-size-bytes=104857600 leaky=downstream ! h264parse !&nbsp;&nbsp; queue max-size-bytes=104857600<BR>
&nbsp;leaky=downstream ! ffdec_h264 ! queue max-size-bytes=104857600 leaky=downstream !<BR>
&nbsp;ffmpegcolorspace ! queue max-size-bytes=104857600 leaky=downstream ! sdlvideosink sync=false<BR>
<BR>
&nbsp;and am not able to play the streams after receiving.<BR>
<BR>
&nbsp;Please tell me what possibly could go wrong ? Is the pipeline mentioned above is correct ?<BR>
<BR>
&nbsp;I tried dumping the data after decoder but no data is dumped .<BR>
&nbsp;The file size after considerable time shows 0.<BR>
<BR>
&nbsp;Do i need a depayloader ? I tried using rtpvrawdepay but its unable to link to h264 parse .<BR>
&nbsp;Is it the crrect packetiser to be used ?<BR>
<BR>
&nbsp;Kindly suggest.<BR>
<BR>
&nbsp;Thanks and regards,<BR>
&nbsp;Arnab<BR>
<BR>
<BR>
<BR>
<BR>
&nbsp; </FONT>
</P>

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