<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>I don't know if it will work for your pipeline, but this is what
      I have previously tried with SRT:</p>
    <p>- server: <br>
    </p>
    <p><code>gst-launch-1.0 -v videotestsrc ! video/x-raw, height=1080,
        width=1920 ! videoconvert ! x264enc tune=zerolatency !
        video/x-h264, profile=high ! mpegtsmux ! srtsink uri=srt://:8888</code></p>
    <p>- client:</p>
    <p><code>gst-launch-1.0 -v srtsrc uri="srt://10.10.150.36:8888" !
        decodebin ! autovideosink</code></p>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Best Regards</div>
    <div class="moz-cite-prefix">Marianna<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">On 27.12.2022 21.42,
      <a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel-request@lists.freedesktop.org">gstreamer-devel-request@lists.freedesktop.org</a> wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:mailman.548.1672173733.926.gstreamer-devel@lists.freedesktop.org">
      <pre class="moz-quote-pre" wrap="">Message: 2
Date: Tue, 27 Dec 2022 20:49:05 +0100
From: <a class="moz-txt-link-rfc2396E" href="mailto:info@mbsoft.biz" moz-do-not-send="true"><info@mbsoft.biz></a>
To: "'Discussion of the development of and with GStreamer'"
        <a class="moz-txt-link-rfc2396E" href="mailto:gstreamer-devel@lists.freedesktop.org" moz-do-not-send="true"><gstreamer-devel@lists.freedesktop.org></a>
Subject: Could you please suggest me a pipeline for srt client?
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:008d01d91a2c$47645060$d62cf120$@mbsoft.biz" moz-do-not-send="true"><008d01d91a2c$47645060$d62cf120$@mbsoft.biz></a>
Content-Type: text/plain;       charset="utf-8"

Hi all,
i have an srtserver created with this pipeline:
gst-launch-1.0.exe -v d3d11screencapturesrc capture-api=1 window-handle=68614 crop-x=4 crop-y=26 ! queue ! videoconvert ! videoscale ! video/x-raw, height=720 ! mfh264enc bitrate=1024 low-latency=true rc-mode=0 ! h264parse ! matroskamux streamable=true ! srtsink uri=srt://:9866 latency=0

it works perfectly.

I can play it with ffplay with:
ffplay.exe -analyzeduration 0 -probesize 32 -fflags nobuffer -fflags discardcorrupt -flags low_delay -framedrop -sync ext -vf setpts=0 -i srt://192.168.1.101:9866?pkt_size=1316

could you please suggest me a gstreamer pipeline that do the same of ffplay?

Thank you

</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Best regards / Med venlig hilsen
“Marianna Smidth Buschle”</pre>
  </body>
</html>