<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 27 mai 2019 15 h 40, Ansa <<a href="mailto:ansaahammed@gmail.com">ansaahammed@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gstreamer support Team,<br>
<br>
I am using Gstreamer gst-rtsp-server 1.8.3 version and I am able to build an<br>
RTSP server for my use case with out Security.<br>
<br>
Now i need to enable TLS suppprt on my server application and use the SRTP<br>
with GST_RTSP_PROFILE_SAVP profile.<br>
<br>
When i run the test application, it shows "TLS support is not available"<br>
./test-video-sec<br>
WITH_TLS is enabled : call g_tls_certificate_new_from_pem()<br>
failed to parse PEM: TLS support is not available<br>
<br>
After reading through some posts, it looks like missing<br>
"gio/modules/libgiognutls.so". I tried to add this from glib-networking.<br>
libgiognutls requires nettle which is blacklisted from a license point and<br>
it looks like there is no other option than using this package.<br>
<br>
We have authentication methods using openssl in our System. <br>
Is it possible to enable TLS support without "libgiognutls.so". Is it<br>
possible to use Openssl libraries directly from gstreamer ?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">There exist an OpenSSL backend for GLib GIO. It's simply not the one we ship. Update your glib/glib-networking to the latest and configure the backend your lawyers want.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Please advise as We are currently blocked to add security to our media<br>
transport.<br>
<br>
Thank You so much for your help and support,<br>
<br>
Best Regards,<br>
Ansa<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>