evinrude
New Member
Hoping someone can point out that I am doing something wrong. I have not been able to connect to Facebook Live over rtmps using the latest off of master, version 23.0.1-151-g29a1a97-modified (linux), on Centos 7. I have verified that mbed-tls development libraries are installed and it is being used by OBS.
The issue I am facing are relevant to these lines in the log file.
OBS is not able to complete the handshake and the error from mbed-tls is 0x7680. That error is found in ssl.h in mbed-tls.
Has anyone else faced this issue? How did you fix it? Surely you can disable cert verification in mbed-tls. I do not know how to do it without digging into mbed-tls.
Any help is appreciated.
The issue I am facing are relevant to these lines in the log file.
Code:
Mar 27 18:55:16 fbc-video nautilus-classic.desktop: info: [rtmp stream: 'adv_stream'] Connecting to RTMP URL rtmps://live-api-s.facebook.com:443/rtmp/...
Mar 27 18:55:16 fbc-video nautilus-classic.desktop: info: RTMP_Connect1, TLS_Connect failed: -0x7680
Mar 27 18:55:16 fbc-video nautilus-classic.desktop: info: [rtmp stream: 'adv_stream'] Connection to rtmps://live-api-s.facebook.com:443/rtmp/ failed: -2
OBS is not able to complete the handshake and the error from mbed-tls is 0x7680. That error is found in ssl.h in mbed-tls.
Code:
#define MBEDTLS_ERR_SSL_CA_CHAIN_REQUIRED -0x7680
Has anyone else faced this issue? How did you fix it? Surely you can disable cert verification in mbed-tls. I do not know how to do it without digging into mbed-tls.
Any help is appreciated.