<html><head></head><body><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></body></html>