<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>okay maybe can tell me why this pipeline is working :</div>

<div> </div>

<div>gst-launch-1.0 filesrc location=**/Desktop/highway_cif.yuv ! videoparse width=352 height=288 ! x264enc ! avdec_h264 ! videoconvert ! ximagesink</div>

<div> </div>

<div>but with rtppay / depay it is not working anymore....</div>

<div> </div>

<div>gst-launch-1.0 filesrc location=/home/sdsu/Desktop/highway_cif.yuv ! videoparse width=352 height=288 ! x264enc ! <u><strong>rtph264pay ! rtph264depay </strong></u>! avdec_h264 ! videoconvert ! ximagesink</div>

<div>
<div>Setting pipeline to PAUSED ...<br/>
Pipeline is PREROLLING ...<br/>
Redistribute latency...<br/>
Pipeline is PREROLLED ...<br/>
Setting pipeline to PLAYING ...<br/>
New clock: GstSystemClock<br/>
Got EOS from element "pipeline0".<br/>
Execution ended after 0:00:00.000221880<br/>
Setting pipeline to PAUSED ...<br/>
Setting pipeline to READY ...<br/>
Setting pipeline to NULL ...<br/>
Freeing pipeline ...</div>

<div> </div>

<div>something with syncronisation?!</div>

<div> </div>

<div> </div>

<div>thanks Simon</div>
</div>

<div> </div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Donnerstag, 20. Juni 2013 um 20:12 Uhr<br/>
<b>Von:</b> "Simon Krütt" <the_simi@web.de><br/>
<b>An:</b> "Discussion of the development of and with GStreamer" <gstreamer-devel@lists.freedesktop.org><br/>
<b>Betreff:</b> .yuv via rtp</div>

<div name="quoted-content">
<div style="font-family: Verdana;font-size: 12.0px;">
<div> </div>

<div>Hey! new day new problem.</div>

<div> </div>

<div>I want to read from a .yuv file in cif format, stream it over rtp and store it on the reciever side.</div>

<div> </div>

<div>I can play my video with this pipeline:</div>

<div> </div>

<div>gst-launch-1.0 filesrc location=****/highway_cif.yuv ! videoparse width=352 height=288 ! videoconvert ! ximagesink</div>

<div> </div>

<div> </div>

<div>so why I can not parse my stream from videoconvert to a x264enc instead of ximagesink? because my c-pipleine like this:</div>

<div> </div>

<div>filesrc->videoparse(352/288)->videoconvert->x264enc->rtph264pay->rtpbin   --> IS NOT WORKING. (encoder has no output/input)</div>

<div> </div>

<div> </div>

<div>Thanks, Simon</div>

<div> </div>

<div> </div>

<div> </div>

<div> </div>

<div> </div>

<div> </div>
</div>
</div>
</div>
</div>
</div></div></body></html>