Created attachment 239005 [details] Poudriere build log file > gst-inspect-1.0 --version gst-inspect-1.0 version 1.20.5 GStreamer 1.20.5 > gst-inspect-1.0 | grep srt srtp: srtpdec: SRTP decoder srtp: srtpenc: SRTP encoder subenc: srtenc: Srt encoder subparse: subparse_typefind: srt, sub, mpsub, mdvd, smi, txt, dks, vtt ---- missing: srtclientsink – Send data over the network via SRT srtclientsrc – Receive data over the network via SRT srtserversink – Send data over the network via SRT srtserversrc – Receive data over the network via SRT srtsink – Send data over the network via SRT srtsrc – Receive data over the network via SRT
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6cd2faae3e063772aa01e6a8356513d1fe1ab4d commit d6cd2faae3e063772aa01e6a8356513d1fe1ab4d Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2022-12-25 17:18:14 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2022-12-25 17:25:23 +0000 www/gstreamer1-plugins-srt: New SRT plugin for gstreamer gstreamer now supports the "Secure Reliable Transport (SRT) Protocol" via www/srt. This port adds the corresponding plugin, via multimedia/gstreamer1-plugins-bad. PR: 268545 Reported by: p5B2EA84B3@t-online.de multimedia/gstreamer1-plugins/Makefile.common | 1 + www/Makefile | 1 + www/gstreamer1-plugins-srt/Makefile (new) | 15 +++++++++++++++ www/gstreamer1-plugins-srt/pkg-plist (new) | 1 + 4 files changed, 18 insertions(+)