souphttpsrc play https stream
rland
luckychsj at gmail.com
Mon Dec 4 02:55:35 UTC 2017
On Android platform, GST reads ca path through the CA_CERTIFICATES,
and I'm sure it works very well.
BTW,I did't change the default properties of souphttpsrc, only set the
CA_CERTIFICATES environment variable, it works well.
If you specify a path with CA_CERTIFICATES and you still get a "Secure
connection setup failed" error then you probably should check again,make
sure that the CA-certificates.crt distributed by SDK has actually been put
in your specified directory and whether it is access denied?
---
certs = g_build_filename (files_dir, "ssl", "certs",
"ca-certificates.crt", NULL);
---
Perhaps there should be at least 644 permissions. :)
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list