ashar_clary

Results 20 comments of ashar_clary

I am also facing same problem in iOS and Web too. For Web I opened this ticket #1364 mentioning all the logs that will be helpful in fixing this problem.

It runs on answer sdp's ice candidates. Normally we set ip address in licode_config.js. But different deployments use domain name as well. When domain name comes in ice candidate then...

Yes in case of domain name it always fails. Its libjingle issue. Optional mean put this code in conditional compilation and whoever needs this should enable it by flag. Right?

Please review.

* Ice is failing because in Licode configuration you set domain instead of IP. Current version of PodRTC (m65) does not support domain name in ice candidate. To work around...

@zevarito so far I got the chance to compile and use m72. I was facing the problem in rtsp streams and this ice candidate issue in m65. These both are...

Comment out these lines and try: download_openssl() { OPENSSL_VERSION=$1 OPENSSL_MAJOR="${OPENSSL_VERSION%?}" //echo "Downloading OpenSSL from https://www.openssl.org/source/$OPENSSL_MAJOR/openssl-$OPENSSL_VERSION.tar.gz" //curl -OL https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz //tar -zxvf openssl-$OPENSSL_VERSION.tar.gz || DOWNLOAD_SUCCESS=$? //if [ "$DOWNLOAD_SUCCESS" -eq 1 ] //then...

I am facing same problem. Are you sending PR or changes here? It happens to me when I quickly connect and then disconnect the call.

@jcague are you able to look into this so far?

@jcague It comes on local and remote both. Point to note here is that it produces on the tab where you are already publishing not where you recently joined.