How to fix "TLS support is not available"?

Hi all,

I'm writing some test program to verify gst-rtsp-server at TLS support part.
When I call g_tls_certificate_new_from_pem, system always report

failed to parse PEM: TLS support is not available

I double check my system, it already install libustream-openssl.
At glib2 part, there is no option to do more options.
What can I do to fix this issue? Thanks.

Try installing libustream-mbedtls instead of libustream-openssl

Hi Handyman,

Try it, still get same error. Any suggestions? Thanks.