<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p></p>
<div>
<p class="MsoNormal">Hi,</p>
<p class="MsoNormal">I have an issue in sending RTP to linphone. </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">When I play the following pipeline :</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">gst-launch-1.0 -v filesrc location=C:/ test.mp4 ! qtdemux ! avdec_h264 ! x264enc bitrate=192 ! rtph264pay ! udpsink host=127.0.0.1 port=9078</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">everything is ok and the video played in linphone screen.</p>
<p class="MsoNormal">But what I want to do is to save first the video streams into a file then send this file to the linphone. What I did is the following:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Saving into a file:</p>
<p class="MsoNormal">gst-launch-1.0 -v filesrc location=C:/ test.mp4 ! qtdemux ! avdec_h264 ! x264enc bitrate=192 ! filesink location=C: /videosample</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Send to linphone:</p>
<p class="MsoNormal">gst-launch-1.0 -v filesrc location=C: /videosample ! h264parse ! rtph264pay ! udpsink host=127.0.0.1 port=9078</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">the packets received but the linphone played a black screen.</p>
<p class="MsoNormal">I want to know what I am missing in my pipelines or if there is a specific parameter to set.</p>
<p class="MsoNormal">Note that it is working when a play a gst receiver :</p>
<p class="MsoNormal">gst-launch-1.0 -v udpsrc port=9078 caps = "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96" ! rtph264depay ! avdec_h264 ! autovideosink</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><span style="color:#7F7F7F">Kind Regards,</span></p>
<p class="MsoNormal"><b><span style="color:#1F4E79"> </span></b></p>
<p class="MsoNormal"><b><span style="color:#1F4E79">Mohammad Shoujaa</span></b></p>
</div>
<p></p>
</div>
</body>
</html>