Open marsaraullo opened 7 years ago
Good day. I'm trying to use IMSDroid on an asterisk server
Our sip.conf:
rtcachefriends=yes rtupdate=yes ignoreregexpire=no allowguest=no srvlookup=no tcpenable=no udpbindaddr=0.0.0.0:5060 encryption=yes icesupport=yes tlsenable=yes tlsverify=no tlscertfile=/etc/asterisk/certs/cricketpabx.crt tlscafile=/etc/asterisk/certs/cacert.pem tlsprivatekey=/etc/asterisk/certs/cricketpabx.key tlscipher=ALL
allow=h263 allow=h263p allow=h261 allow=h264 allow=vp8 videosupport=yes
allow=gsm allow=g729 allow=g726 allow=g723 allow=ulaw allow=alaw allow=speex
The problem is only a green screen is displayed on the Remote Video. Only the Local Video is shown.
We tried using all video codecs at the same time and we also tried using them one a time but it still yielded the same results.
do you use openh264? you may use ffmpeg instead, I opened this issue https://github.com/DoubangoTelecom/doubango/issues/494, but nobody answered me yet
the same Question as you
Good day. I'm trying to use IMSDroid on an asterisk server
Our sip.conf:
rtcachefriends=yes rtupdate=yes ignoreregexpire=no allowguest=no srvlookup=no tcpenable=no udpbindaddr=0.0.0.0:5060 encryption=yes icesupport=yes tlsenable=yes tlsverify=no tlscertfile=/etc/asterisk/certs/cricketpabx.crt tlscafile=/etc/asterisk/certs/cacert.pem tlsprivatekey=/etc/asterisk/certs/cricketpabx.key tlscipher=ALL
allow=h263 allow=h263p allow=h261 allow=h264 allow=vp8 videosupport=yes
allow=gsm allow=g729 allow=g726 allow=g723 allow=ulaw allow=alaw allow=speex
The problem is only a green screen is displayed on the Remote Video. Only the Local Video is shown.
We tried using all video codecs at the same time and we also tried using them one a time but it still yielded the same results.