Could you please suggest me a pipeline for srt client?
info at mbsoft.biz
info at mbsoft.biz
Tue Dec 27 19:49:05 UTC 2022
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
More information about the gstreamer-devel
mailing list