what is the library name for RTSP Server?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

what is the library name for RTSP Server?

dvescovi
in the gstreamer documentation most of the library pages start with something
like:

"… and adding -lgstcodeparsers-1.0 to the library flags."
so I know the name of the library to link against.

the RTSP Server does not have this information.  What is the library name?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: what is the library name for RTSP Server?

wilson1994
Hi dvescovi,

The library name is "libgstrtspserver-1.0.so". Make sure it's in your linker
search path (by default the library is installed to /usr/local/lib )
The pkg-config file is gstreamer-rtsp-1.0.pc

Kind regards,

Thomas



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: what is the library name for RTSP Server?

Mathieu Duponchelle
Yeah, we should probably mention the name of the pkg-config file or
of the Visual Studio property sheet instead of the library name to link
against.

On 8/26/19 12:10 PM, wilson1994 wrote:

> Hi dvescovi,
>
> The library name is "libgstrtspserver-1.0.so". Make sure it's in your linker
> search path (by default the library is installed to /usr/local/lib )
> The pkg-config file is gstreamer-rtsp-1.0.pc
>
> Kind regards,
>
> Thomas
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: what is the library name for RTSP Server?

dvescovi
Actually I am also having issues finding in which library "motioncells" is
located.
Documentation seems to indicate its in OpenCV of the "bad plug-ins" but I
included libgstbadvideo-1.0 in my link list but it still errors. Is there an
easy way to locate which function is in what library and what the library
name is?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel