How to implemente the srtsink element in GStreamer?
peter12
mikelblaz6 at gmail.com
Tue Oct 13 16:57:00 UTC 2020
I would like to use the element srtsink in GStreamer.
https://gstreamer.freedesktop.org/documentation/srt/srtsink.html?gi-language=c
I have installed and built the next repository:
https://github.com/Haivision/srt
However, when I try to use the next command:
gst-launch-1.0 -v audiotestsrc ! srtsink uri=srt://host
I have the following warning:
WARNING: erroneous pipeline: no element "srtsink"
Or when I execute the corresponding gst-inspect command ( gst-inspect-1.0
srtsink):
No such element or plugin 'srtsink'
What can I do to solve it?
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list