srtserversink and srtclientsrc not included in Ubuntu 1.14.5 bad
tom
tomschuring at gmail.com
Thu Aug 18 08:43:36 UTC 2022
Thank you Michael,
That worked!
I had to install set-lib by building it.
https://gist.github.com/clogwog/9119830994cd80f12f32353f2a0f880c
Thanks,
Tom
On Thu, 18 Aug 2022 at 12:45, Michael Gruner <michael.gruner at ridgerun.com>
wrote:
> 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/20220818/8b3c2771/attachment.htm>
More information about the gstreamer-devel
mailing list