srtserversink and srtclientsrc not included in Ubuntu 1.14.5 bad
Michael Gruner
michael.gruner at ridgerun.com
Thu Aug 18 02:45:41 UTC 2022
Hey Tom
I believe the easiest way to achieve this is by invoking the ninja
target directly:
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
I found the target by running:
ninja -C builddir -t targets | grep -i srt
Another option is to use autotools instead and *cd* into the directory
and build there directly.
Michael
On 17/8/22 17:41, tom via gstreamer-devel wrote:
> Hello,
>
> 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 (
> https://www.collabora.com/news-and-blog/blog/2018/02/16/srt-in-gstreamer/
> )
>
> However it looks like ubuntu didn't include the srtserversink and
> srtclientsrc in the bad package.
>
> 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 ?
>
> Any suggestions welcome,
> Thanks, Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20220817/45bc8347/attachment.htm>
More information about the gstreamer-devel
mailing list