<html><head></head><body><div>Hi,</div><div><br></div><div>You can't pass the caps like that to the RIST element for now, so the best way to send H.265 is to embedded it into a MPEG-TS stream.</div><div><br></div><div>Example:</div><div>gst-launch-1.0 -v videotestsrc ! video/x-raw,framerate=20/1 ! videoscale ! videoconvert ! x265enc tune=zerolatency bitrate=500 speed-preset=superfast key-int-max=30 ! mpegtsmux ! rtpmp2tpay ! ristsink address=127.0.0.1 port=5000 </div><div><br></div><div>gst-launch-1.0 -v ristsrc port=5000 ! rtpmp2tdepay ! decodebin ! videoconvert ! autovideosink</div><div><br></div><div>Olivier</div><div><br></div><div>On Wed, 2021-04-07 at 05:53 -0500, diegonunes wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>Hello everyone, I have to pipelines like this ones: <br></div><div><br></div><div>gst-launch-1.0 -v videotestsrc ! video/x-raw,framerate=20/1 ! videoscale !<br></div><div>videoconvert ! x265enc tune=zerolatency bitrate=500 speed-preset=superfast !<br></div><div>rtph265pay ! ristsink address=127.0.0.1 port=5000<br></div><div><br></div><div>gst-launch-1.0 -v ristsrc port=5000 caps = "application/x-rtp,<br></div><div>media=(string)video, clock-rate=(int)90000, encoding-name=(string)H265,<br></div><div>payload=(int)96" ! rtph265depay ! decodebin ! videoconvert ! autovideosink<br></div><div><br></div><div>And for some reason* they are connecting but not transmitting any video at<br></div><div>all,* am I missing a step on this pipelines?<br></div><div><br></div><div>Thank you! <br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>--<br></div><div>Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/">http://gstreamer-devel.966125.n4.nabble.com/</a><br></div><div>_______________________________________________<br></div><div>gstreamer-devel mailing list<br></div><div><a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br></div><div><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></div></blockquote><div><br></div><div><span><pre>-- <br></pre><div data-evo-paragraph="" class="">Olivier CrĂȘte</div><div data-evo-paragraph="" class=""><a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a></div><div data-evo-paragraph="" class=""><br></div></span></div></body></html>