<div dir="ltr">Hello, All !<div><br></div><div>I have solved this problem by constructed pipeline using descriptions such this</div><div><br></div><div>QString pipelineDesc = QString ("udpsrc port=52517 caps=\"application/x-rtp,"<br>                                  "media=video,"<br>                                  "clock-rate=90000,"<br>                                  "encoding-name=H264,"<br>                                  "payload=96,"<br>                                  "ssrc=3394826012,"<br>                                  "timestamp-offset=2215812541,"<br>                                  "seqnum-offset=46353\" !"<br>                                  "rtph264depay !"<br>                                  "decodebin !"<br>                                  "videoconvert !"<br>                                  "autovideosink sync=false");<br></div><div>  m_pipeline_ = QGst::Parse::launch(pipelineDesc).dynamicCast<QGst::Pipeline>();</div><div>  </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 12, 2019 at 1:04 PM YRusinov <<a href="mailto:yrusinov@gmail.com" target="_blank">yrusinov@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello, All !<br>
<br>
I have to stream video without sound from another machine by port 52517 in<br>
network onto my Qt::Widget. In command line on transmitter machine I launch<br>
<br>
on receiver machine<br>
<br>
and all works fine, if I try to set this programmatically I wrote<br>
<br>
at my widget that inherits from QGst::Ui::VideoWidget, all threads in<br>
debugger are set but nothing video. What is wrong ?<br>
<br>
Best regards,<br>
Yuriy.<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr">Best regards,<br>Sincerely yours,<br>Yuriy Rusinov.<br></div>