Secure connection setup failed. (gstsouphttpsrc.c(1578): gst_soup_http_src_parse_status (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstSoupHTTPSrc:source: TLS/SSL support not available; install glib-networking

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Secure connection setup failed. (gstsouphttpsrc.c(1578): gst_soup_http_src_parse_status (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstSoupHTTPSrc:source: TLS/SSL support not available; install glib-networking

Lazar Todic
Hi everyone!

I implemented simple application in .NET, Visual Studio, for Windows which is streaming video from https links. I am only calling the pipeline: gst-launch-0.10.exe playbin2 uri="https://..." from application. Thing is, when I run the pipeline from command prompt it is working. Also, when building application for Debug it works. But when building application for Release it doesn't. I got following error:
Secure connection setup failed. (gstsouphttpsrc.c(1578): gst_soup_http_src_parse_status (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstSoupHTTPSrc:source: TLS/SSL support not available; install glib-networking

I read this solution but I am confused how to do it in Windows. If I need to provide more details, please let me know.

Any advice will be of great help.