<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Re: srtserversink and srtclientsrc not included in Ubuntu
1.14.5 bad</title>
</head>
<body>
<p>Hey Tom</p>
<p>I believe the easiest way to achieve this is by invoking the
ninja target directly:<br>
</p>
<pre>sudo apt install libsrt-dev
meson builddir --prefix /usr
ninja -C builddir ext/srt/libgstsrt.so.p/libgstsrt.so.symbols
# The library is here
ls builddir/ext/srt/libgstsrt.so
</pre>
<p>I found the target by running:<br>
</p>
<pre>ninja -C builddir -t targets | grep -i srt
</pre>
<p>Another option is to use autotools instead and <b>cd</b> into
the directory and build there directly.</p>
<p>Michael<br>
</p>
<div class="moz-cite-prefix">On 17/8/22 17:41, tom via
gstreamer-devel wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAHwX21q=uk+TkVcP5CZ5nTrUg-C3rxvWH5QBkn9KbGXs3fEfUw@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr" class="gmail_signature"
data-smartmail="gmail_signature">
<div>Hello,</div>
<div><br>
</div>
<div>because of nvidia I am locked to gstreamer 1.14.5 and
would like to try out the srt plugins added to 1.14.5 ( <a
href="https://www.collabora.com/news-and-blog/blog/2018/02/16/srt-in-gstreamer/"
moz-do-not-send="true" class="moz-txt-link-freetext">https://www.collabora.com/news-and-blog/blog/2018/02/16/srt-in-gstreamer/</a>
)</div>
<div><br>
</div>
<div>However it looks like ubuntu didn't include
the srtserversink and srtclientsrc in the bad package.</div>
<div><br>
</div>
<div>Do I need to recompile the whole of 1.14.5 from source
and then pick out the .so for these plugins or is there a
way to build just those plugins ? Are there any instructions
on how to 'cherry-pick' just a single library ?</div>
<div><br>
</div>
<div>Any suggestions welcome,</div>
<div>Thanks, Tom</div>
</div>
</div>
</blockquote>
</body>
</html>