jitsi / jibri

Jitsi BRoadcasting Infrastructure
Apache License 2.0
603 stars 314 forks source link

Jibri no SIP video #338

Open research4me opened 4 years ago

research4me commented 4 years ago

Hi,

for last two weeks I am trying jitsi-meet. Almost all required functionalities (recording, SIP audio with Jigasi, ...) work except for one. I can't get SIP video calls to work from Jitsi-meet. I read too much posts here and elsewhere, so I am opening new issue. I guess I have some configuration missing. I have Jibri working (recording), and if I assume correctly, SIP video is done with PJSIP/PJSUA, so I also installed pjsua. I can make video call from PJSUA CLI. But when making call from room to video capable SIP clinet pjusa doesn't seem to get called, SIP messages have no video data in SDP, so I get audio call only. Also no logs are generated for Jibri at that time, I guess Jigasi makes this call. Everything jitsi related is on one VM. I have proprietary call server through which I make SIP calls. Everything SIP video related on call server (codecs etc.) is OK, because other clients make video SIP calls.

Please guide me through configuration so that my Jibri will make SIP video call to SIP client.

I am attaching logs and configs.

Thanks in advance, BR

log.0.txt prosody.log jicofo.log jigasi.log jvb.log

jibri_config.txt jicofo_config.txt jigasi_config.txt jigasi_sip-communicator.properties.txt jicofo_sip-communicator.properties.txt jitsi_jitsi124x111.iskratel.si-config.txt videobridge_config.txt videobridge_sip-communicator.properties.txt prosody_jitsi124x111.iskratel.si.cfg.lua.txt

damencho commented 4 years ago

You need pjsua from here https://github.com/jitsi/pjproject probably the jibri-2.10-dev1 branch. The idea here is you need to do the following for incoming calls:

For outgoing calls, inviting sip in the room where you dial out sip device, you should be able to fill in invite form of the jitsi-meet UI not only with contacts but with rooms (the type was sipgw, I think or room ... this should be mentioned as an example in the docs) and choosing that should trigger the flow and make pjsua dial-out the room ipaddress that was supplied in the contact.

damencho commented 4 years ago

We had been testing option 1 at the beginning of the year before the pandemic hit when we froze that project.

research4me commented 4 years ago

Thank you for your response, can you please write what I have to configure specifically; according to my attached config files? Also what I need to enter in UI to make SIP video, and if I need to be in room with specific name (Room Name: TheSipBrewery).

Thanks

damencho commented 4 years ago

Sorry I have no time at the moment to read all those files. If you need to invite rooms from the UI follow this https://jitsi.github.io/handbook/docs/devops-guide/videosipgw https://github.com/jitsi/jitsi-meet/blob/master/config.js#L644

research4me commented 4 years ago

I'm sorry but I don't understand. In jitsi config I added peopleSearchQueryTypes: ['conferenceRooms'], and peopleSearchUrl: 'https://api.jitsi124x111.iskratel.si/searchpeople.json', I created file searchpeople.json in /usr/share/jitsi-meet, with content: [ { "id": "1207@172.18.96.180", "name": "siptest", "type": "videosipgw" }, { "id": "1208@172.18.96.180", "name": "siptest", "type": "videosipgw" } ] 1207 and 1208 are SIP video capable clients registered in our call server (172.18.96.180)

I haven't configured pjsua. Should I?

What should I enter in jitsi web GUI when I join/create some meeting and click add people??

research4me commented 4 years ago

Can someone please help me with this?

In jibri conf I added: "sip_control_muc": { "domain": "conference.jitsi124x111.iskratel.si", "room_name": "TheSipBrewery", "nickname": "SipsPass" },

In jicofo conf I added: org.jitsi.jicofo.jibri.SIP_BREWERY=TheSipBrewery@conference.jitsi124x111.iskratel.si

In prosody conf I already have: Component "conference.jitsi124x111.iskratel.si" "muc" storage = "memory" modules_enabled = { "muc_meeting_id"; "muc_domain_mapper"; -- "token_verification"; } admins = { "focus@auth.jitsi124x111.iskratel.si" } muc_room_locking = false muc_room_default_public_jids = true

If I name conference "TheSipBrewery" in jitsi web gui I get in that conference and also one fellow jitster is in, but there is no option to add people's numbers, just share jitsi url link. So if I call in the conference with SIP phone I only get audio. Jibri doesn't write any logs at that time; as it is not even started.

If I name conference anything else, I have option to add people's numbers, and I can call SIP phone, but again only audio. Jibri doesn't write any logs at that time either ; as it is not even started.

Please help.

damencho commented 4 years ago

You have set the peopleSearchUrl and you have the invite button in the toolbar buttons https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js#L193?

damencho commented 4 years ago

image image And you can invite any of the room named siptest

research4me commented 4 years ago

Thank you for your help, I am really out of ideas here. Ok so as you said; in search for people field in UI I entered "siptest", first it says connected and after a second it says failed. There is nothing in jibri log. image

research4me commented 4 years ago

If I invite one of two entries from searchpeople.json (e.g. 1208), the SIP call is made but only audio, no video.

damencho commented 4 years ago

Hum, making a sip call and no jibri log?

research4me commented 4 years ago

I knew my jibri is not OK - now I manually stopped jigasi from linux console, and now I get Failed to add participants. Jigasi was making my SIP call all along. Now I cant even make audio SIP calls. Can a attach some logs for you?

damencho commented 4 years ago

Check whether jibri connects to the muc and in jicofo logs you will see it discovering new instance ...

research4me commented 4 years ago

Jibri log says joined MUC.

Jibri log: 2020-09-01 15:57:05.596 INFO: [1] org.jitsi.jibri.Main.main() Jibri run with args [--config, /etc/jitsi/jibri/config.json] 2020-09-01 15:57:05.628 INFO: [1] org.jitsi.jibri.Main.main() Using config file /etc/jitsi/jibri/config.json 2020-09-01 15:57:05.629 INFO: [1] org.jitsi.jibri.Main.main() Using port 3333 for internal HTTP API 2020-09-01 15:57:05.629 INFO: [1] org.jitsi.jibri.Main.main() Using port 2222 for the HTTP API 2020-09-01 15:57:09.746 INFO: [1] org.jitsi.jibri.Main.loadConfig() Parsed config: JibriConfig(recordingDirectory=/tmp/recordings, singleUseMode=false, enabledStatsD=true, finalizeRecordingScriptPath=/home/jibri/finalize_recording.sh, xmppEnvironments=[XmppEnvironmentConfig(name=prod environment, xmppServerHosts=[jitsi124x111.iskratel.si], xmppDomain=jitsi124x111.iskratel.si, controlLogin=XmppCredentials(domain=auth.jitsi124x111.iskratel.si, username=jibri, password=JibrisPass), controlMuc=XmppMuc(domain=internal.auth.jitsi124x111.iskratel.si, roomName=JibriBrewery, nickname=jibri-nickname), sipControlMuc=XmppMuc(domain=sipvideo.jitsi124x111.iskratel.si, roomName=TheSipBrewery, nickname=SipsPass), callLogin=XmppCredentials(domain=recorder.jitsi124x111.iskratel.si, username=recorder, password=RecordersPass), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true)]) 2020-09-01 15:57:14.678 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime() A provider org.jitsi.jibri.api.http.internal.InternalHttpApi registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.jibri.api.http.internal.InternalHttpApi will be ignored. 2020-09-01 15:57:16.756 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.updatePresence() Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections 2020-09-01 15:57:16.792 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.start() Connecting to xmpp environment on jitsi124x111.iskratel.si with config XmppEnvironmentConfig(name=prod environment, xmppServerHosts=[jitsi124x111.iskratel.si], xmppDomain=jitsi124x111.iskratel.si, controlLogin=XmppCredentials(domain=auth.jitsi124x111.iskratel.si, username=jibri, password=JibrisPass), controlMuc=XmppMuc(domain=internal.auth.jitsi124x111.iskratel.si, roomName=JibriBrewery, nickname=jibri-nickname), sipControlMuc=XmppMuc(domain=sipvideo.jitsi124x111.iskratel.si, roomName=TheSipBrewery, nickname=SipsPass), callLogin=XmppCredentials(domain=recorder.jitsi124x111.iskratel.si, username=recorder, password=RecordersPass), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true) 2020-09-01 15:57:16.794 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.start() The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted 2020-09-01 15:57:16.991 WARNING: [19] org.jitsi.xmpp.mucclient.MucClient.log() Disabling certificate verification! 2020-09-01 15:57:17.598 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime() A provider org.jitsi.jibri.api.http.HttpApi registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.jibri.api.http.HttpApi will be ignored. 2020-09-01 15:57:18.308 INFO: [19] org.jitsi.xmpp.mucclient.MucClient.log() Connected. 2020-09-01 15:57:18.308 INFO: [19] org.jitsi.xmpp.mucclient.MucClient.log() Logging in. 2020-09-01 15:57:18.641 INFO: [19] org.jitsi.xmpp.mucclient.MucClient.log() Joined MUC: jibribrewery@internal.auth.jitsi124x111.iskratel.si 2020-09-01 15:57:18.682 INFO: [19] org.jitsi.xmpp.mucclient.MucClient.log() Joined MUC: thesipbrewery@sipvideo.jitsi124x111.iskratel.si

In jicofo log I don't see much: Jicofo 2020-09-01 15:57:09.848 INFO: [10] org.jitsi.service.libjitsi.LibJitsi.log() Successfully started LibJitsi using as implementation: org.jitsi.impl.libjitsi.LibJitsiOSGiImpl Jicofo 2020-09-01 15:57:10.049 INFO: [10] impl.configuration.ConfigurationActivator.log() Using properties file configuration store. Jicofo 2020-09-01 15:57:10.125 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.HOSTNAME=localhost Jicofo 2020-09-01 15:57:10.126 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.runtime.name=OpenJDK Runtime Environment Jicofo 2020-09-01 15:57:10.126 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.boot.library.path=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64 Jicofo 2020-09-01 15:57:10.133 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.version=25.265-b01 Jicofo 2020-09-01 15:57:10.133 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.vendor=Private Build Jicofo 2020-09-01 15:57:10.133 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vendor.url=http://java.oracle.com/ Jicofo 2020-09-01 15:57:10.134 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() path.separator=: Jicofo 2020-09-01 15:57:10.134 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.util.logging.config.file=/etc/jitsi/jicofo/logging.properties Jicofo 2020-09-01 15:57:10.135 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.name=OpenJDK 64-Bit Server VM Jicofo 2020-09-01 15:57:10.135 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() file.encoding.pkg=sun.io Jicofo 2020-09-01 15:57:10.136 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.country=US Jicofo 2020-09-01 15:57:10.137 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.java.launcher=SUN_STANDARD Jicofo 2020-09-01 15:57:10.137 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.os.patch.level=unknown Jicofo 2020-09-01 15:57:10.137 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.service.media.DISABLE_AUDIO_SUPPORT=true Jicofo 2020-09-01 15:57:10.140 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.specification.name=Java Virtual Machine Specification Jicofo 2020-09-01 15:57:10.141 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.dir=/usr/share/jicofo Jicofo 2020-09-01 15:57:10.141 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.FOCUS_USER_PASSWORD=PJm6Kiki Jicofo 2020-09-01 15:57:10.141 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.runtime.version=1.8.0_265-8u265-b01-0ubuntu2~16.04-b01 Jicofo 2020-09-01 15:57:10.142 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment Jicofo 2020-09-01 15:57:10.143 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.endorsed.dirs=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/endorsed Jicofo 2020-09-01 15:57:10.147 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() os.arch=amd64 Jicofo 2020-09-01 15:57:10.150 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.io.tmpdir=/tmp Jicofo 2020-09-01 15:57:10.150 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() line.separator=

Jicofo 2020-09-01 15:57:10.151 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.specification.vendor=Oracle Corporation Jicofo 2020-09-01 15:57:10.151 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() os.name=Linux Jicofo 2020-09-01 15:57:10.151 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.jnu.encoding=UTF-8 Jicofo 2020-09-01 15:57:10.152 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.CONFIGURATION_FILE_IS_READ_ONLY=true Jicofo 2020-09-01 15:57:10.157 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.FOCUS_USER_DOMAIN=auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:10.157 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.library.path=/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib Jicofo 2020-09-01 15:57:10.157 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.specification.name=Java Platform API Specification Jicofo 2020-09-01 15:57:10.158 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.class.version=52.0 Jicofo 2020-09-01 15:57:10.159 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.service.audionotifier.AudioNotifierService=org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl Jicofo 2020-09-01 15:57:10.159 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.management.compiler=HotSpot 64-Bit Tiered Compilers Jicofo 2020-09-01 15:57:10.159 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() os.version=4.4.0-187-generic Jicofo 2020-09-01 15:57:10.160 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.home=/usr/share/jicofo Jicofo 2020-09-01 15:57:10.162 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.timezone=Europe/Ljubljana Jicofo 2020-09-01 15:57:10.163 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.awt.printerjob=sun.print.PSPrinterJob Jicofo 2020-09-01 15:57:10.163 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.FOCUS_USER_NAME=focus Jicofo 2020-09-01 15:57:10.164 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() file.encoding=UTF-8 Jicofo 2020-09-01 15:57:10.164 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.specification.version=1.8 Jicofo 2020-09-01 15:57:10.164 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.service.media.DISABLE_VIDEO_SUPPORT=true Jicofo 2020-09-01 15:57:10.180 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.XMPP_DOMAIN=jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:10.181 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.class.path=/usr/share/jicofo/jicofo.jar:/usr/share/jicofo/lib/agafua-syslog-0.4.jar:/usr/share/jicofo/lib/annotations-15.0.jar:/usr/share/jicofo/lib/aopalliance-repackaged-2.6.1.jar:/usr/share/jicofo/lib/apiguardian-api-1.0.0.jar:/usr/share/jicofo/lib/argparse4j-0.8.1.jar:/usr/share/jicofo/lib/arrow-annotations-0.9.0.jar:/usr/share/jicofo/lib/arrow-core-data-0.9.0.jar:/usr/share/jicofo/lib/arrow-core-extensions-0.9.0.jar:/usr/share/jicofo/lib/arrow-typeclasses-0.9.0.jar:/usr/share/jicofo/lib/bccontrib-1.0.jar:/usr/share/jicofo/lib/bcpkix-jdk15on-1.54.jar:/usr/share/jicofo/lib/bcprov-jdk15on-1.54.jar:/usr/share/jicofo/lib/byte-buddy-1.9.10.jar:/usr/share/jicofo/lib/byte-buddy-agent-1.9.10.jar:/usr/share/jicofo/lib/cglib-nodep-2.2.jar:/usr/share/jicofo/lib/checker-qual-2.10.0.jar:/usr/share/jicofo/lib/classgraph-4.8.1.jar:/usr/share/jicofo/lib/colormath-1.2.0.jar:/usr/share/jicofo/lib/commons-codec-1.6.jar:/usr/share/jicofo/lib/commons-io-2.6.jar:/usr/share/jicofo/lib/commons-lang3-3.1.jar:/usr/share/jicofo/lib/commons-logging-1.2.jar:/usr/share/jicofo/lib/concurrentlinkedhashmap-lru-1.0_jdk5.jar:/usr/share/jicofo/lib/config-1.3.4.jar:/usr/share/jicofo/lib/core-2.0.1.jar:/usr/share/jicofo/lib/diffutils-2.2.jar:/usr/share/jicofo/lib/dnsjava-2.1.7.jar:/usr/share/jicofo/lib/dom4j-1.6.1.jar:/usr/share/jicofo/lib/error_prone_annotations-2.3.4.jar:/usr/share/jicofo/lib/failureaccess-1.0.1.jar:/usr/share/jicofo/lib/fmj-1.0-SNAPSHOT.jar:/usr/share/jicofo/lib/guava-28.2-jre.jar:/usr/share/jicofo/lib/hk2-api-2.6.1.jar:/usr/share/jicofo/lib/hk2-locator-2.6.1.jar:/usr/share/jicofo/lib/hk2-utils-2.6.1.jar:/usr/share/jicofo/lib/httpclient-4.4.1.jar:/usr/share/jicofo/lib/httpcore-4.4.1.jar:/usr/share/jicofo/lib/ice4j-3.0-14-g7016902.jar:/usr/share/jicofo/lib/j2objc-annotations-1.3.jar:/usr/share/jicofo/lib/jackson-annotations-2.10.1.jar:/usr/share/jicofo/lib/jackson-core-2.10.0.jar:/usr/share/jicofo/lib/jackson-databind-2.10.1.jar:/usr/share/jicofo/lib/jackson-module-jaxb-annotations-2.10.1.jar:/usr/share/jicofo/lib/jain-sip-ri-ossonly-1.2.98c7f8c-jitsi-oss1.jar:/usr/share/jicofo/lib/jakarta.activation-api-1.2.1.jar:/usr/share/jicofo/lib/jakarta.annotation-api-1.3.5.jar:/usr/share/jicofo/lib/jakarta.inject-2.6.1.jar:/usr/share/jicofo/lib/jakarta.validation-api-2.0.2.jar:/usr/share/jicofo/lib/jakarta.ws.rs-api-2.1.6.jar:/usr/share/jicofo/lib/jakarta.xml.bind-api-2.3.2.jar:/usr/share/jicofo/lib/java-dogstatsd-client-2.5.jar:/usr/share/jicofo/lib/java-sdp-nist-bridge-1.1.jar:/usr/share/jicofo/lib/javassist-3.22.0-CR2.jar:/usr/share/jicofo/lib/javax.servlet-api-3.1.0.jar:/usr/share/jicofo/lib/jbosh-0.9.2.jar:/usr/share/jicofo/lib/jcip-annotations-1.0.jar:/usr/share/jicofo/lib/jcl-core-2.8.jar:/usr/share/jicofo/lib/jersey-client-2.30.1.jar:/usr/share/jicofo/lib/jersey-common-2.30.1.jar:/usr/share/jicofo/lib/jersey-container-jetty-http-2.30.1.jar:/usr/share/jicofo/lib/jersey-container-servlet-2.30.1.jar:/usr/share/jicofo/lib/jersey-container-servlet-core-2.30.1.jar:/usr/share/jicofo/lib/jersey-entity-filtering-2.30.1.jar:/usr/share/jicofo/lib/jersey-hk2-2.30.1.jar:/usr/share/jicofo/lib/jersey-media-jaxb-2.30.1.jar:/usr/share/jicofo/lib/jersey-media-json-jackson-2.30.1.jar:/usr/share/jicofo/lib/jersey-server-2.30.1.jar:/usr/share/jicofo/lib/jetty-client-9.4.15.v20190215.jar:/usr/share/jicofo/lib/jetty-continuation-9.4.17.v20190418.jar:/usr/share/jicofo/lib/jetty-http-9.4.15.v20190215.jar:/usr/share/jicofo/lib/jetty-io-9.4.15.v20190215.jar:/usr/share/jicofo/lib/jetty-proxy-9.4.15.v20190215.jar:/usr/share/jicofo/lib/jetty-security-9.4.15.v20190215.jar:/usr/share/jicofo/lib/jetty-server-9.4.15.v20190215.jar:/usr/share/jicofo/lib/jetty-servlet-9.4.15.v20190215.jar:/usr/share/jicofo/lib/jetty-util-9.4.15.v20190215.jar:/usr/share/jicofo/lib/jetty-webapp-7.0.1.v20091125.jar:/usr/share/jicofo/lib/jetty-xml-7.0.1.v20091125.jar:/usr/share/jicofo/lib/jicoco-1.1-33-g54f61d5.jar:/usr/share/jicofo/lib/jicoco-kotlin-1.1-33-g54f61d5.jar:/usr/share/jicofo/lib/jicoco-test-kotlin-1.1-33-g54f61d5.jar:/usr/share/jicofo/lib/jitsi-android-osgi-1.0-SNAPSHOT.jar:/usr/share/jicofo/lib/jitsi-configuration-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-credentialsstorage-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-dnsservice-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-netaddr-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-protocol-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-protocol-jabber-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-protocol-media-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-util-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-utils-1.0-49-gef466fc.jar:/usr/share/jicofo/lib/jitsi-utils-kotlin-1.0-49-gef466fc.jar:/usr/share/jicofo/lib/jitsi-xmpp-extensions-1.0-13-ga40f9c3.jar:/usr/share/jicofo/lib/jna-5.5.0.jar:/usr/share/jicofo/lib/jnsapi-0.0.3-jitsi-smack4.2-3.jar:/usr/share/jicofo/lib/json-simple-1.1.1.jar:/usr/share/jicofo/lib/jsr305-3.0.2.jar:/usr/share/jicofo/lib/junit-jupiter-api-5.5.1.jar:/usr/share/jicofo/lib/junit-platform-commons-1.4.0.jar:/usr/share/jicofo/lib/junit-platform-engine-1.4.0.jar:/usr/share/jicofo/lib/junit-platform-launcher-1.4.0.jar:/usr/share/jicofo/lib/junit-platform-suite-api-1.4.0.jar:/usr/share/jicofo/lib/jxmpp-core-0.6.2.jar:/usr/share/jicofo/lib/jxmpp-jid-0.6.2.jar:/usr/share/jicofo/lib/jxmpp-util-cache-0.6.2.jar:/usr/share/jicofo/lib/kindedj-1.1.0.jar:/usr/share/jicofo/lib/kotlin-reflect-1.3.71.jar:/usr/share/jicofo/lib/kotlin-stdlib-1.3.71.jar:/usr/share/jicofo/lib/kotlin-stdlib-common-1.3.71.jar:/usr/share/jicofo/lib/kotlin-stdlib-jdk7-1.3.71.jar:/usr/share/jicofo/lib/kotlin-stdlib-jdk8-1.3.71.jar:/usr/share/jicofo/lib/kotlintest-assertions-3.4.2.jar:/usr/share/jicofo/lib/kotlintest-core-3.4.2.jar:/usr/share/jicofo/lib/kotlintest-extensions-3.4.2.jar:/usr/share/jicofo/lib/kotlintest-runner-console-3.4.2.jar:/usr/share/jicofo/lib/kotlintest-runner-junit5-3.4.2.jar:/usr/share/jicofo/lib/kotlintest-runner-jvm-3.4.2.jar:/usr/share/jicofo/lib/kotlinx-coroutines-core-1.1.1.jar:/usr/share/jicofo/lib/kotlinx-coroutines-core-common-1.1.1.jar:/usr/share/jicofo/lib/libidn-1.15.jar:/usr/share/jicofo/lib/libjitsi-1.0-0-gb3296cf.jar:/usr/share/jicofo/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/share/jicofo/lib/mockk-1.9.1.jar:/usr/share/jicofo/lib/mockk-agent-api-1.9.1.jar:/usr/share/jicofo/lib/mockk-agent-common-1.9.1.jar:/usr/share/jicofo/lib/mockk-agent-jvm-1.9.1.jar:/usr/share/jicofo/lib/mockk-common-1.9.1.jar:/usr/share/jicofo/lib/mockk-dsl-1.9.1.jar:/usr/share/jicofo/lib/mockk-dsl-jvm-1.9.1.jar:/usr/share/jicofo/lib/mordant-1.2.1.jar:/usr/share/jicofo/lib/object-cloner-0.1.jar:/usr/share/jicofo/lib/objenesis-2.6.jar:/usr/share/jicofo/lib/opentest4j-1.1.1.jar:/usr/share/jicofo/lib/orange-extensions-1.3.0.jar:/usr/share/jicofo/lib/org.apache.felix.framework-4.4.0.jar:/usr/share/jicofo/lib/org.apache.felix.main-4.4.0.jar:/usr/share/jicofo/lib/org.eclipse.jgit-4.4.1.201607150455-r.jar:/usr/share/jicofo/lib/org.osgi.core-4.3.1.jar:/usr/share/jicofo/lib/osgi-resource-locator-1.0.3.jar:/usr/share/jicofo/lib/reflections-0.9.11.jar:/usr/share/jicofo/lib/sdes4j-1.1.3.jar:/usr/share/jicofo/lib/sdp-api-1.0.jar:/usr/share/jicofo/lib/sentry-1.7.30.jar:/usr/share/jicofo/lib/slf4j-api-1.7.26.jar:/usr/share/jicofo/lib/slf4j-jdk14-1.7.26.jar:/usr/share/jicofo/lib/smack-bosh-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-core-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-debug-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-experimental-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-extensions-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-im-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-java7-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-legacy-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-resolver-javax-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-sasl-javax-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-tcp-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/tinder-1.3.0.jar:/usr/share/jicofo/lib/univocity-parsers-2.8.1.jar:/usr/share/jicofo/lib/weupnp-0.1.4.jar:/usr/share/jicofo/lib/xml-apis-1.0.b2.jar:/usr/share/jicofo/lib/xmlpull-1.1.3.4a.jar:/usr/share/jicofo/lib/xpp3-1.1.4c.jar:/usr/share/jicofo/lib/zrtp4j-light-4.1.0-jitsi-1-SNAPSHOT.jar Jicofo 2020-09-01 15:57:10.182 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.name=jicofo Jicofo 2020-09-01 15:57:10.182 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.specification.version=1.8 Jicofo 2020-09-01 15:57:10.185 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.java.command=org.jitsi.jicofo.Main --host=localhost --domain=jitsi124x111.iskratel.si --port=5347 --user_name=focus --user_domain=auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:10.185 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.home=/usr/lib/jvm/java-8-openjdk-amd64/jre Jicofo 2020-09-01 15:57:10.188 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.arch.data.model=64 Jicofo 2020-09-01 15:57:10.188 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.language=en Jicofo 2020-09-01 15:57:10.202 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.specification.vendor=Oracle Corporation Jicofo 2020-09-01 15:57:10.203 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() awt.toolkit=sun.awt.X11.XToolkit Jicofo 2020-09-01 15:57:10.203 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.info=mixed mode Jicofo 2020-09-01 15:57:10.203 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.version=1.8.0_265 Jicofo 2020-09-01 15:57:10.203 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.ext.dirs=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext:/usr/java/packages/lib/ext Jicofo 2020-09-01 15:57:10.204 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.boot.class.path=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/classes Jicofo 2020-09-01 15:57:10.206 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi Jicofo 2020-09-01 15:57:10.207 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vendor=Private Build Jicofo 2020-09-01 15:57:10.207 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() jdk.tls.ephemeralDHKeySize=2048 Jicofo 2020-09-01 15:57:10.207 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() file.separator=/ Jicofo 2020-09-01 15:57:10.207 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.impl.configuration.USE_PROPFILE_CONFIG=true Jicofo 2020-09-01 15:57:10.208 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.SC_HOME_DIR_NAME=jicofo Jicofo 2020-09-01 15:57:10.219 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vendor.url.bug=http://bugreport.sun.com/bugreport/ Jicofo 2020-09-01 15:57:10.219 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.io.unicode.encoding=UnicodeLittle Jicofo 2020-09-01 15:57:10.220 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.cpu.endian=little Jicofo 2020-09-01 15:57:10.220 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi Jicofo 2020-09-01 15:57:10.220 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.cpu.isalist= Jicofo 2020-09-01 15:57:10.223 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() Normal classloader Jicofo 2020-09-01 15:57:10.228 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() failed to find jitsi-defaults.properties with class loader, will continue without it. Jicofo 2020-09-01 15:57:10.229 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() Normal classloader Jicofo 2020-09-01 15:57:10.229 INFO: [10] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() failed to find jitsi-default-overrides.properties with class loader, will continue without it. Jicofo 2020-09-01 15:57:10.401 INFO: [10] util.NetworkUtils.().117 java.net.preferIPv6Addresses=null Jicofo 2020-09-01 15:57:10.402 INFO: [10] util.NetworkUtils.().118 java.net.preferIPv4Stack=null Jicofo 2020-09-01 15:57:10.426 INFO: [10] impl.netaddr.NetworkAddressManagerServiceImpl.start().92 Network Address Manager ...[ STARTED ] Jicofo 2020-09-01 15:57:10.426 INFO: [10] impl.netaddr.NetworkAddressManagerServiceImpl.start().98 Network Address Manager Service ...[REGISTERED] Jicofo 2020-09-01 15:57:10.443 INFO: [10] org.jitsi.version.AbstractVersionActivator.log() VersionService registered: JiCoFo 1.0.612 Jicofo 2020-09-01 15:57:12.584 INFO: [10] org.jitsi.jicofo.FocusBundleActivator.log() Max shared pool size: 1500 Jicofo 2020-09-01 15:57:12.646 INFO: [10] org.jitsi.jicofo.JitsiMeetGlobalConfig.log() Automatically grant 'owner' role: true Jicofo 2020-09-01 15:57:12.647 INFO: [10] org.jitsi.jicofo.JitsiMeetGlobalConfig.log() Jibri requests in PENDING state will be timed out after: 90 seconds Jicofo 2020-09-01 15:57:12.647 INFO: [10] org.jitsi.jicofo.JitsiMeetGlobalConfig.log() Will attempt a maximum of 5 Jibri retries after failure Jicofo 2020-09-01 15:57:12.648 INFO: [10] org.jitsi.jicofo.JitsiMeetGlobalConfig.log() Lonely participants will be "terminated" after 20000 milliseconds Jicofo 2020-09-01 15:57:12.803 WARNING: [10] org.jitsi.jicofo.FocusManager.log() Jicofo ID is not set. Configure a valid value [1-65535] by setting org.jitsi.jicofo.SHORT_ID. Future versions will require this for Octo. Jicofo 2020-09-01 15:57:13.218 WARNING: [10] org.jitsi.jicofo.FocusManager.log() No dedicated JVB MUC XMPP connection configured - falling back to the default XMPP connection Jicofo 2020-09-01 15:57:13.234 INFO: [10] org.jitsi.jicofo.bridge.BridgeSelector.log() Using org.jitsi.jicofo.bridge.SingleBridgeSelectionStrategy Jicofo 2020-09-01 15:57:13.258 INFO: [10] org.jitsi.jicofo.bridge.BridgeSelector.log() Bridge failure reset threshold: 60000 Jicofo 2020-09-01 15:57:13.264 INFO: [10] org.jitsi.jicofo.bridge.BridgeSelector.log() Local region: null Jicofo 2020-09-01 15:57:13.269 INFO: [10] org.jitsi.jicofo.JitsiMeetServices.log() Using a Jibri detector with MUC: JibriBrewery@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:13.271 INFO: [10] org.jitsi.jicofo.JitsiMeetServices.log() Using a Jigasi detector with MUC: JigasiBreweryRoom@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:13.271 INFO: [10] org.jitsi.jicofo.JitsiMeetServices.log() Using a SIP Jibri detector with MUC: TheSipBrewery@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:13.271 INFO: [10] org.jitsi.jicofo.JitsiMeetServices.log() Using a Bridge MUC detector with MUC: JvbBrewery@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:13.366 WARNING: [14] org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.log() The always_trust config option is enabled. All XMPP server provided certificates are accepted. Jicofo 2020-09-01 15:57:13.652 INFO: [10] org.eclipse.jetty.util.log.initialized() Logging initialized @6255ms to org.eclipse.jetty.util.log.Slf4jLog Jicofo 2020-09-01 15:57:15.702 INFO: [10] org.eclipse.jetty.server.Server.doStart() jetty-9.4.15.v20190215; built: 2019-02-15T16:53:49.381Z; git: eb70b240169fcf1abbd86af36482d1c49826fa0b; jvm 1.8.0_265-8u265-b01-0ubuntu2~16.04-b01 Jicofo 2020-09-01 15:57:16.691 INFO: [16] org.jitsi.jicofo.ProtocolProviderHandler.log() XmppProtocolProvider(focus@auth.jitsi124x111.iskratel.si/focus25302944253 (Jabber)): RegistrationStateChangeEvent[ oldState=Unregistered; newState=RegistrationState=Registered; reasonCode=-1; reason=null] Jicofo 2020-09-01 15:57:16.944 INFO: [16] org.jitsi.jicofo.xmpp.BaseBrewery.log() Joined brewery room: JibriBrewery@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:17.004 INFO: [16] org.jitsi.jicofo.xmpp.BaseBrewery.log() Joined brewery room: JigasiBreweryRoom@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:17.172 INFO: [16] org.jitsi.jicofo.xmpp.BaseBrewery.log() Joined brewery room: TheSipBrewery@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:17.360 INFO: [16] org.jitsi.jicofo.xmpp.BaseBrewery.log() Joined brewery room: JvbBrewery@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:17.367 INFO: [28] org.jitsi.jicofo.xmpp.BaseBrewery.log() Added brewery instance: jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b Jicofo 2020-09-01 15:57:17.369 INFO: [28] org.jitsi.jicofo.bridge.Bridge.log() Setting max total packet rate of 50800.0 Jicofo 2020-09-01 15:57:17.369 INFO: [28] org.jitsi.jicofo.bridge.Bridge.log() Setting average participant packet rate of 500 Jicofo 2020-09-01 15:57:17.485 INFO: [16] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: sipvideo.jitsi124x111.iskratel.si, null Jicofo 2020-09-01 15:57:17.508 INFO: [28] org.jitsi.jicofo.bridge.BridgeSelector.log() Added new videobridge: Bridge[jid=jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b, relayId=null, region=null, stress=0.00] Jicofo 2020-09-01 15:57:17.524 INFO: [28] org.jitsi.jicofo.bridge.JvbDoctor.log() Scheduled health-check task for: jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b Jicofo 2020-09-01 15:57:17.544 WARNING: [16] org.jitsi.impl.protocol.xmpp.OpSetSimpleCapsImpl.log() Failed to discover features for conferenceduration.jitsi124x111.iskratel.si: XMPP error reply received from conferenceduration.jitsi124x111.iskratel.si: XMPPError: service-unavailable - cancel Jicofo 2020-09-01 15:57:17.610 INFO: [16] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: callcontrol.jitsi124x111.iskratel.si, null Jicofo 2020-09-01 15:57:17.611 INFO: [16] org.jitsi.jicofo.JitsiMeetServices.log() Discovered SIP gateway: callcontrol.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:17.617 INFO: [16] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: lobby.jitsi124x111.iskratel.si, null Jicofo 2020-09-01 15:57:17.620 WARNING: [16] org.jitsi.impl.protocol.xmpp.OpSetSimpleCapsImpl.log() Failed to discover features for speakerstats.jitsi124x111.iskratel.si: XMPP error reply received from speakerstats.jitsi124x111.iskratel.si: XMPPError: service-unavailable - cancel Jicofo 2020-09-01 15:57:17.622 WARNING: [16] org.jitsi.impl.protocol.xmpp.OpSetSimpleCapsImpl.log() Failed to discover features for focus.jitsi124x111.iskratel.si: XMPP error reply received from focus.jitsi124x111.iskratel.si: XMPPError: service-unavailable - wait Jicofo 2020-09-01 15:57:17.625 INFO: [16] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: auth.jitsi124x111.iskratel.si, Prosody(0.9.10,Linux) Jicofo 2020-09-01 15:57:17.625 INFO: [16] org.jitsi.jicofo.JitsiMeetServices.log() Detected XMPP server version: Prosody(0.9.10,Linux) Jicofo 2020-09-01 15:57:17.648 INFO: [16] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: recorder.jitsi124x111.iskratel.si, Prosody(0.9.10,Linux) Jicofo 2020-09-01 15:57:17.656 INFO: [16] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: conference.jitsi124x111.iskratel.si, null Jicofo 2020-09-01 15:57:17.656 INFO: [16] org.jitsi.jicofo.ComponentsDiscovery.log() Service rediscovery disabled Jicofo 2020-09-01 15:57:17.658 INFO: [16] org.jitsi.jicofo.FocusManager.log() XMPP provider reg state: RegistrationState=Registered Jicofo 2020-09-01 15:57:17.714 INFO: [16] org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.log() XMPP provider Jabber:focus@auth.jitsi124x111.iskratel.si/focus25302944253@localhost connected (JID: focus@auth.jitsi124x111.iskratel.si/focus25302944253) Jicofo 2020-09-01 15:57:18.671 INFO: [28] org.jitsi.jicofo.xmpp.BaseBrewery.log() Added brewery instance: jibribrewery@internal.auth.jitsi124x111.iskratel.si/jibri-nickname Jicofo 2020-09-01 15:57:18.672 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Received Jibri jibribrewery@internal.auth.jitsi124x111.iskratel.si/jibri-nickname status Jicofo 2020-09-01 15:57:18.674 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Jibri: jibribrewery@internal.auth.jitsi124x111.iskratel.si/jibri-nickname available: true Jicofo 2020-09-01 15:57:18.709 INFO: [28] org.jitsi.jicofo.xmpp.BaseBrewery.log() Added brewery instance: thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname Jicofo 2020-09-01 15:57:18.709 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Received Jibri thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname status Jicofo 2020-09-01 15:57:18.710 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() SIP Jibri: thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname available: true Jicofo 2020-09-01 15:57:19.646 INFO: [10] org.eclipse.jetty.server.handler.ContextHandler.doStart() Started o.e.j.s.ServletContextHandler@6a95bf9c{/,null,AVAILABLE} Jicofo 2020-09-01 15:57:19.676 INFO: [10] org.eclipse.jetty.server.AbstractConnector.doStart() Started ServerConnector@a930195{HTTP/1.1,[http/1.1]}{0.0.0.0:8888} Jicofo 2020-09-01 15:57:19.681 INFO: [10] org.eclipse.jetty.server.Server.doStart() Started @12301ms Jicofo 2020-09-01 15:57:19.694 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.BRIDGE_MUC=JvbBrewery@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:19.695 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.jibri.SIP_BREWERY=TheSipBrewery@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:19.695 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.jigasi.BREWERY=JigasiBreweryRoom@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:19.696 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90 Jicofo 2020-09-01 15:57:19.696 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.ALWAYS_TRUST_MODE_ENABLED=true Jicofo 2020-09-01 15:57:19.696 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.jibri.BREWERY=JibriBrewery@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:19.733 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() Component org.jitsi.jicofo. config: Jicofo 2020-09-01 15:57:19.734 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping interval: 10000 ms Jicofo 2020-09-01 15:57:19.734 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping timeout: 5000 ms Jicofo 2020-09-01 15:57:19.734 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping threshold: 3 Jicofo 2020-09-01 15:57:19.966 INFO: [10] org.jitsi.jicofo.health.Health.log() Health checks are disabled.

damencho commented 4 years ago

But what happens when jibri starts. So stop jibri, start tailing jicofo logs and start jibri. Do you see jibri successfully connected to the brewery room and do you see jicofo seeing that instance of jibri.

research4me commented 4 years ago

Ok I did that. There is no errors in jicofo log, I see connection to thesipbrewery, but I see it says recording, I don't know if that is ok.

tail -f /var/log/jitsi/jicofo.log Jicofo 2020-09-01 15:57:19.696 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.jibri.BREWERY=JibriBrewery@internal.auth.jitsi124x111.iskratel.si Jicofo 2020-09-01 15:57:19.733 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() Component org.jitsi.jicofo. config: Jicofo 2020-09-01 15:57:19.734 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping interval: 10000 ms Jicofo 2020-09-01 15:57:19.734 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping timeout: 5000 ms Jicofo 2020-09-01 15:57:19.734 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping threshold: 3 Jicofo 2020-09-01 15:57:19.966 INFO: [10] org.jitsi.jicofo.health.Health.log() Health checks are disabled. Jicofo 2020-09-01 17:16:48.062 INFO: [28] org.jitsi.jicofo.xmpp.BaseBrewery.log() Removed brewery instance: thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname Jicofo 2020-09-01 17:16:48.063 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() SIP Jibri: thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname went offline Jicofo 2020-09-01 17:16:48.064 INFO: [28] org.jitsi.jicofo.xmpp.BaseBrewery.log() Removed brewery instance: jibribrewery@internal.auth.jitsi124x111.iskratel.si/jibri-nickname Jicofo 2020-09-01 17:16:48.064 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Jibri: jibribrewery@internal.auth.jitsi124x111.iskratel.si/jibri-nickname went offline Jicofo 2020-09-01 17:17:03.839 INFO: [28] org.jitsi.jicofo.xmpp.BaseBrewery.log() Added brewery instance: jibribrewery@internal.auth.jitsi124x111.iskratel.si/jibri-nickname Jicofo 2020-09-01 17:17:03.840 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Received Jibri jibribrewery@internal.auth.jitsi124x111.iskratel.si/jibri-nickname status Jicofo 2020-09-01 17:17:03.841 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Jibri: jibribrewery@internal.auth.jitsi124x111.iskratel.si/jibri-nickname available: true Jicofo 2020-09-01 17:17:03.861 INFO: [28] org.jitsi.jicofo.xmpp.BaseBrewery.log() Added brewery instance: thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname Jicofo 2020-09-01 17:17:03.862 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Received Jibri thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname status Jicofo 2020-09-01 17:17:03.862 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() SIP Jibri: thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname available: true

damencho commented 4 years ago

Jicofo 2020-09-01 17:17:03.861 INFO: [28] org.jitsi.jicofo.xmpp.BaseBrewery.log() Added brewery instance: thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname Jicofo 2020-09-01 17:17:03.862 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Received Jibri thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname status Jicofo 2020-09-01 17:17:03.862 INFO: [28] org.jitsi.jicofo.recording.jibri.JibriDetector.log() SIP Jibri: thesipbrewery@sipvideo.jitsi124x111.iskratel.si/jibri-nickname available: true

This is good, and now if you try to invite a

{
"id": "1208@172.18.96.180",
"name": "siptest",
"type": "videosipgw"
}

What does jicofo says in the logs?

research4me commented 4 years ago

I invited "1208" and jicofo log says (call is audio only):

Jicofo 2020-09-01 17:25:05.088 INFO: [46] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: siptest@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-01 17:25:05.089 INFO: [46] org.jitsi.jicofo.FocusManager.log() Created new focus for siptest@sipvideo.jitsi124x111.iskratel.si@auth.jitsi124x111.iskratel.si. Conference count 1,options: call_control=callcontrol.jitsi124x111.iskratel.si channelLastN=-1 enableLipSync=false openSctp=true disableRtx=false Jicofo 2020-09-01 17:25:05.090 INFO: [46] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: siptest@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-01 17:25:05.253 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@3d341318 member=ChatMember[siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e, jid: null]@540509756] Jicofo 2020-09-01 17:25:05.257 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Granted owner to siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e Jicofo 2020-09-01 17:25:05.257 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e joined. Jicofo 2020-09-01 17:25:14.150 INFO: [54] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: siptest@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-01 17:25:14.187 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@3d341318 member=ChatMember[siptest@sipvideo.jitsi124x111.iskratel.si/350f4136, jid: null]@1375857788] Jicofo 2020-09-01 17:25:14.188 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 joined. Jicofo 2020-09-01 17:25:14.190 INFO: [28] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Selected initial bridge Bridge[jid=jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b, relayId=null, region=null, stress=0.00] with packetRate=0 for participantRegion=null Jicofo 2020-09-01 17:25:14.191 INFO: [28] org.jitsi.impl.protocol.xmpp.colibri.OperationSetColibriConferenceImpl.log() Conference created: org.jitsi.impl.protocol.xmpp.colibri.ColibriConferenceImpl@4e0c730 Jicofo 2020-09-01 17:25:14.196 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Added participant jid= siptest@sipvideo.jitsi124x111.iskratel.si/350f4136, bridge=jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b Jicofo 2020-09-01 17:25:14.196 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=23162 octo_enabled= false: [[null, null]] Jicofo 2020-09-01 17:25:14.200 INFO: [294] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Doing feature discovery for siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 Jicofo 2020-09-01 17:25:14.201 INFO: [294] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Successfully discovered features for siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 in 1 Jicofo 2020-09-01 17:25:14.202 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Added participant jid= siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e, bridge=jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b Jicofo 2020-09-01 17:25:14.202 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=23162 octo_enabled= false: [[null, null, null]] Jicofo 2020-09-01 17:25:14.203 INFO: [294] org.jitsi.jicofo.AbstractChannelAllocator.log() Using jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b to allocate channels for: Participant[siptest@sipvideo.jitsi124x111.iskratel.si/350f4136]@1142626753 Jicofo 2020-09-01 17:25:14.214 INFO: [295] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Doing feature discovery for siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e Jicofo 2020-09-01 17:25:14.215 INFO: [295] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Successfully discovered features for siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e in 1 Jicofo 2020-09-01 17:25:14.216 INFO: [295] org.jitsi.jicofo.AbstractChannelAllocator.log() Using jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b to allocate channels for: Participant[siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e]@1738839759 Jicofo 2020-09-01 17:25:14.248 INFO: [294] org.jitsi.jicofo.ParticipantChannelAllocator.log() Sending session-initiate to: siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 Jicofo 2020-09-01 17:25:14.281 INFO: [295] org.jitsi.jicofo.ParticipantChannelAllocator.log() Sending session-initiate to: siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e Jicofo 2020-09-01 17:25:14.687 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Got session-accept from: siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e Jicofo 2020-09-01 17:25:14.692 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Received session-accept from siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e with accepted sources:Sources{ video: [ssrc=116263275 ssrc=3962204471 ssrc=964327055 ssrc=1124943552 ssrc=3284995403 ssrc=1517037792 ] audio: [ssrc=3371965141 ] }@1492428254 Jicofo 2020-09-01 17:25:14.694 WARNING: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() No jingle session yet for siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 Jicofo 2020-09-01 17:25:15.573 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Ignored 'ice-state' update for participant: siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 state: null Jicofo 2020-09-01 17:25:15.677 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Got session-accept from: siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 Jicofo 2020-09-01 17:25:15.681 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Received session-accept from siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 with accepted sources:Sources{ audio: [ssrc=3203832988 ] }@1513038007 Jicofo 2020-09-01 17:25:15.698 INFO: [28] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify add SSRC siptest@sipvideo.jitsi124x111.iskratel.si/bd72b06e SID: 2dalfg9eh7idm Sources{ audio: [ssrc=3203832988 ] }@1311320341 source_Groups{ }@367087780 Jicofo 2020-09-01 17:25:15.700 INFO: [28] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify add SSRC siptest@sipvideo.jitsi124x111.iskratel.si/350f4136 SID: 7ntjd7jn1u12g Sources{ audio: [ssrc=3371965141 ] video: [ssrc=116263275 ssrc=3962204471 ssrc=964327055 ssrc=1124943552 ssrc=3284995403 ssrc=1517037792 ] }@1749470611 source_Groups{ video:[ SourceGroup(FID)[ ssrc=116263275 ssrc=3962204471 ]SourceGroup(FID)[ ssrc=964327055 ssrc=1124943552 ]SourceGroup(FID)[ ssrc=3284995403 ssrc=1517037792 ]SourceGroup(SIM)[ ssrc=116263275 ssrc=964327055 ssrc=3284995403 ] ] }@1271882420

research4me commented 4 years ago

Now I created meeting with name "someRoom" and in this meeting invited "siptest". First UI says siptest connected and after 1 second failed.

This is jicofo log:

Jicofo 2020-09-02 08:51:48.018 INFO: [44] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: someroom@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-02 08:51:48.019 INFO: [44] org.jitsi.jicofo.FocusManager.log() Created new focus for someroom@sipvideo.jitsi124x111.iskratel.si@auth.jitsi124x111.iskratel.si. Conference count 1,options: call_control=callcontrol.jitsi124x111.iskratel.si channelLastN=-1 enableLipSync=false openSctp=true disableRtx=false Jicofo 2020-09-02 08:51:48.019 INFO: [44] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: someroom@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-02 08:51:48.168 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@7e7d03c7 member=ChatMember[someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e, jid: null]@909937070] Jicofo 2020-09-02 08:51:48.171 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Granted owner to someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e Jicofo 2020-09-02 08:51:48.172 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e joined. Jicofo 2020-09-02 08:51:56.418 INFO: [51] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: someroom@sipvideo.jitsi124x111.iskratel.si Jicofo 2020-09-02 08:51:56.431 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@7e7d03c7 member=ChatMember[someroom@sipvideo.jitsi124x111.iskratel.si/38779517, jid: null]@1353260534] Jicofo 2020-09-02 08:51:56.431 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member someroom@sipvideo.jitsi124x111.iskratel.si/38779517 joined. Jicofo 2020-09-02 08:51:56.433 INFO: [28] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Selected initial bridge Bridge[jid=jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b, relayId=null, region=null, stress=0.00] with packetRate=0 for participantRegion=null Jicofo 2020-09-02 08:51:56.433 INFO: [28] org.jitsi.impl.protocol.xmpp.colibri.OperationSetColibriConferenceImpl.log() Conference created: org.jitsi.impl.protocol.xmpp.colibri.ColibriConferenceImpl@56f71daa Jicofo 2020-09-02 08:51:56.433 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Added participant jid= someroom@sipvideo.jitsi124x111.iskratel.si/38779517, bridge=jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b Jicofo 2020-09-02 08:51:56.434 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=780 octo_enabled= false: [[null, null]] Jicofo 2020-09-02 08:51:56.436 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Added participant jid= someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e, bridge=jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b Jicofo 2020-09-02 08:51:56.436 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=780 octo_enabled= false: [[null, null, null]] Jicofo 2020-09-02 08:51:56.439 INFO: [429] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Doing feature discovery for someroom@sipvideo.jitsi124x111.iskratel.si/38779517 Jicofo 2020-09-02 08:51:56.439 INFO: [430] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Doing feature discovery for someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e Jicofo 2020-09-02 08:51:56.440 INFO: [429] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Successfully discovered features for someroom@sipvideo.jitsi124x111.iskratel.si/38779517 in 1 Jicofo 2020-09-02 08:51:56.440 INFO: [430] org.jitsi.jicofo.discovery.DiscoveryUtil.log() Successfully discovered features for someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e in 1 Jicofo 2020-09-02 08:51:56.441 INFO: [430] org.jitsi.jicofo.AbstractChannelAllocator.log() Using jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b to allocate channels for: Participant[someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e]@642545148 Jicofo 2020-09-02 08:51:56.446 INFO: [429] org.jitsi.jicofo.AbstractChannelAllocator.log() Using jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b to allocate channels for: Participant[someroom@sipvideo.jitsi124x111.iskratel.si/38779517]@247120055 Jicofo 2020-09-02 08:51:56.503 INFO: [430] org.jitsi.jicofo.ParticipantChannelAllocator.log() Sending session-initiate to: someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e Jicofo 2020-09-02 08:51:56.519 INFO: [429] org.jitsi.jicofo.ParticipantChannelAllocator.log() Sending session-initiate to: someroom@sipvideo.jitsi124x111.iskratel.si/38779517 Jicofo 2020-09-02 08:51:56.966 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Got session-accept from: someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e Jicofo 2020-09-02 08:51:56.967 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Received session-accept from someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e with accepted sources:Sources{ video: [ssrc=3076300863 ssrc=4012165619 ssrc=3364579880 ssrc=2214560958 ssrc=3444412260 ssrc=1516341646 ] audio: [ssrc=2670837884 ] }@176105152 Jicofo 2020-09-02 08:51:56.968 WARNING: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() No jingle session yet for someroom@sipvideo.jitsi124x111.iskratel.si/38779517 Jicofo 2020-09-02 08:51:57.756 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Ignored 'ice-state' update for participant: someroom@sipvideo.jitsi124x111.iskratel.si/38779517 state: null Jicofo 2020-09-02 08:51:57.801 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Got session-accept from: someroom@sipvideo.jitsi124x111.iskratel.si/38779517 Jicofo 2020-09-02 08:51:57.803 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Received session-accept from someroom@sipvideo.jitsi124x111.iskratel.si/38779517 with accepted sources:Sources{ audio: [ssrc=2969918132 ] }@1686855784 Jicofo 2020-09-02 08:51:57.804 INFO: [28] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify add SSRC someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e SID: 49a92nseufjk4 Sources{ audio: [ssrc=2969918132 ] }@908565886 source_Groups{ }@719647682 Jicofo 2020-09-02 08:51:57.804 INFO: [28] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify add SSRC someroom@sipvideo.jitsi124x111.iskratel.si/38779517 SID: b54j2bvv80b6f Sources{ audio: [ssrc=2670837884 ] video: [ssrc=3076300863 ssrc=4012165619 ssrc=3364579880 ssrc=2214560958 ssrc=3444412260 ssrc=1516341646 ] }@1507760504 source_Groups{ video:[ SourceGroup(FID)[ ssrc=3076300863 ssrc=4012165619 ]SourceGroup(FID)[ ssrc=3364579880 ssrc=2214560958 ]SourceGroup(FID)[ ssrc=3444412260 ssrc=1516341646 ]SourceGroup(SIM)[ ssrc=3076300863 ssrc=3364579880 ssrc=3444412260 ] ] }@1718172171 Jicofo 2020-09-02 08:52:00.761 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Ignored 'ice-state' update for participant: someroom@sipvideo.jitsi124x111.iskratel.si/38779517 state: null Jicofo 2020-09-02 08:52:05.772 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@7e7d03c7 member=ChatMember[someroom@sipvideo.jitsi124x111.iskratel.si/38779517, jid: null]@1353260534] Jicofo 2020-09-02 08:52:05.772 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member someroom@sipvideo.jitsi124x111.iskratel.si/38779517 is leaving Jicofo 2020-09-02 08:52:05.772 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[someroom@sipvideo.jitsi124x111.iskratel.si/38779517]@247120055, reason: gone, send st: false Jicofo 2020-09-02 08:52:05.773 INFO: [28] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Terminate session: someroom@sipvideo.jitsi124x111.iskratel.si/38779517, reason: gone, send terminate: false Jicofo 2020-09-02 08:52:05.773 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removing someroom@sipvideo.jitsi124x111.iskratel.si/38779517 sources Sources{ audio: [ssrc=2969918132 ] }@1823446997 Jicofo 2020-09-02 08:52:05.774 INFO: [28] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify remove SSRC someroom@sipvideo.jitsi124x111.iskratel.si/fa34136e SID: 49a92nseufjk4 Sources{ audio: [ssrc=2969918132 ] }@1823446997 source_Groups{ }@1641546593 Jicofo 2020-09-02 08:52:05.774 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=780 octo_enabled= false: [[null, null]] Jicofo 2020-09-02 08:52:05.775 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Expiring channels for: someroom@sipvideo.jitsi124x111.iskratel.si/38779517 on: Bridge[jid=jvbbrewery@internal.auth.jitsi124x111.iskratel.si/74541b1f-1e30-4e83-b42a-7d9365c5b31b, relayId=null, region=null, stress=0.03] Jicofo 2020-09-02 08:52:05.776 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, someroom@sipvideo.jitsi124x111.iskratel.si/38779517

damencho commented 4 years ago

Jicofo 2020-09-02 08:52:05.772 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member someroom@sipvideo.jitsi124x111.iskratel.si/38779517 is leaving

So the jibri left, what were its logs at that time?

research4me commented 4 years ago

Jibri doesn't log anything since reboot of the whole thing (today at 12:15).

This is tail, all you see is at 12_15 and then nothing happens on Jibri:

tail -f /var/log/jitsi/jibri/log.0.txt 2020-09-02 12:15:01.945 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime() A provider org.jitsi.jibri.api.http.internal.InternalHttpApi registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.jibri.api.http.internal.InternalHttpApi will be ignored. 2020-09-02 12:15:03.410 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.updatePresence() Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections 2020-09-02 12:15:03.480 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.start() Connecting to xmpp environment on jitsi124x111.iskratel.si with config XmppEnvironmentConfig(name=prod environment, xmppServerHosts=[jitsi124x111.iskratel.si], xmppDomain=jitsi124x111.iskratel.si, controlLogin=XmppCredentials(domain=auth.jitsi124x111.iskratel.si, username=jibri, password=JibrisPass), controlMuc=XmppMuc(domain=internal.auth.jitsi124x111.iskratel.si, roomName=JibriBrewery, nickname=jibri-nickname), sipControlMuc=XmppMuc(domain=sipvideo.jitsi124x111.iskratel.si, roomName=TheSipBrewery, nickname=SipsPass), callLogin=XmppCredentials(domain=recorder.jitsi124x111.iskratel.si, username=recorder, password=RecordersPass), stripFromRoomDomain=, usageTimeoutMins=0, trustAllXmppCerts=true) 2020-09-02 12:15:03.482 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.start() The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted 2020-09-02 12:15:03.730 WARNING: [19] org.jitsi.xmpp.mucclient.MucClient.log() Disabling certificate verification! 2020-09-02 12:15:04.166 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime() A provider org.jitsi.jibri.api.http.HttpApi registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.jibri.api.http.HttpApi will be ignored. 2020-09-02 12:15:05.099 INFO: [19] org.jitsi.xmpp.mucclient.MucClient.log() Connected. 2020-09-02 12:15:05.100 INFO: [19] org.jitsi.xmpp.mucclient.MucClient.log() Logging in. 2020-09-02 12:15:05.361 INFO: [19] org.jitsi.xmpp.mucclient.MucClient.log() Joined MUC: jibribrewery@internal.auth.jitsi124x111.iskratel.si 2020-09-02 12:15:05.401 INFO: [19] org.jitsi.xmpp.mucclient.MucClient.log() Joined MUC: thesipbrewery@sipvideo.jitsi124x111.iskratel.si

research4me commented 4 years ago

As I mentioned earlier, Jigasi is doing something at that time. He is trying to make this call.

jigasi.log:

2020-09-02 15:30:29.692 WARNING: [1193] org.jitsi.jigasi.xmpp.CallControl.checkAuthorized().287 Requests are not secured by JID filter! 2020-09-02 15:30:29.693 INFO: [1193] org.jitsi.jigasi.xmpp.CallControl.handleDialIq().211 [ctx=1599053429689964959383] Got dial request fromnumber -> siptest2 room: someroom@sipvideo.jitsi124x111.iskratel.si 2020-09-02 15:30:29.693 INFO: [1193] org.jitsi.jigasi.JvbConference.start().437 [ctx=1599053429689964959383] Starting JVB conference room: someroom@sipvideo.jitsi124x111.iskratel.si 2020-09-02 15:30:29.700 INFO: [1193] org.jitsi.jigasi.JvbConference.setXmppProvider().576 [ctx=1599053429689964959383] Using ProtocolProviderServiceJabberImpl(Jabber:34a40640@jitsi124x111.iskratel.si/34a40640) 2020-09-02 15:30:29.710 WARNING: [1193] org.jitsi.xmpp.component.ComponentBase.log() PROCESSING TIME LIMIT EXCEEDED - it took 20ms to process:

2020-09-02 15:30:29.780 INFO: [1195] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().127 Jingle : ON 2020-09-02 15:30:29.784 INFO: [1195] org.jitsi.jigasi.JvbConference.registrationStateChanged().627 [ctx=1599053429689964959383] Registering XMPP. 2020-09-02 15:30:29.789 INFO: [1195] impl.protocol.jabber.ProtocolProviderServiceJabberImpl.authenticated().2423 Authenticated: false 2020-09-02 15:30:29.793 INFO: [1195] org.jitsi.jigasi.JvbConference.joinConferenceRoom().714 [ctx=1599053429689964959383] Joining JVB conference room: someroom@sipvideo.jitsi124x111.iskratel.si 2020-09-02 15:30:29.813 INFO: [1199] impl.protocol.jabber.ChatRoomJabberImpl.joined().1256 someroom@sipvideo.jitsi124x111.iskratel.si/focus has joined the someroom@sipvideo.jitsi124x111.iskratel.si chat room. 2020-09-02 15:30:29.820 INFO: [1199] impl.protocol.jabber.ChatRoomJabberImpl.joined().1256 someroom@sipvideo.jitsi124x111.iskratel.si/6f0a851c has joined the someroom@sipvideo.jitsi124x111.iskratel.si chat room. 2020-09-02 15:30:29.916 INFO: [1203] impl.protocol.jabber.IceUdpTransportManager.createIceAgent().347 End gathering harvester within 2 ms 2020-09-02 15:30:31.041 INFO: [1203] impl.protocol.jabber.CallPeerMediaHandlerJabberImpl.harvestCandidates().1198 End candidate harvest within 1124 ms 2020-09-02 15:30:31.041 WARNING: [1203] impl.protocol.jabber.IceUdpTransportManager.startConnectivityEstablishment().1074 No ICE media stream for media: video - ignored candidates. 2020-09-02 15:30:31.045 INFO: [1203] org.jitsi.jigasi.JvbConference.incomingCallReceived().1097 [ctx=1599053429689964959383] Got invite from focus 2020-09-02 15:30:31.051 INFO: [1203] org.jitsi.jigasi.SipGatewaySession.onConferenceCallStarted().561 [ctx=1599053429689964959383] Created outgoing call to SipGatewaySession{sipCall=Call: id=1599053431046914623920 peers=1, destination='siptest2'} 2020-09-02 15:30:31.059 INFO: [1211] org.jitsi.jigasi.SipGatewaySession.peerStateChanged().1491 [ctx=1599053429689964959383] SIP peer state: Connecting 2020-09-02 15:30:31.098 INFO: [94] service.protocol.media.MediaHandler.registerDynamicPTsWithStream().1003 Dynamic PT map: 126=rtpmap:-1 telephone-event/8000; 100=rtpmap:-1 VP8/90000 fmtp:x-google-start-bitrate=800; 101=rtpmap:-1 VP9/90000 fmtp:x-google-start-bitrate=800; 111=rtpmap:-1 opus/48000/2 fmtp:useinbandfec=1;minptime=10; 103=rtpmap:-1 unknown/90000; 2020-09-02 15:30:31.099 INFO: [94] service.protocol.media.MediaHandler.registerDynamicPTsWithStream().1020 PT overrides [103->107 ] 2020-09-02 15:30:31.102 INFO: [94] service.protocol.media.CallPeerMediaHandler.start().1961 Starting 2020-09-02 15:30:31.230 INFO: [1217] org.jitsi.srtp.crypto.Aes.log() AES benchmark (of execution times expressed in nanoseconds): BouncyCastle 1296674, SunJCE 203367, SunPKCS11 1002144 2020-09-02 15:30:31.260 INFO: [94] org.jitsi.jigasi.JvbConference.callStateChanged().1202 [ctx=1599053429689964959383] JVB conference call IN_PROGRESS. 2020-09-02 15:30:31.321 SEVERE: [1262] net.sf.fmj.media.Log.error() Unable to handle format: LINEAR, 48000.0 Hz, 16-bit, Mono, LittleEndian, Signed 2020-09-02 15:30:31.321 SEVERE: [1262] net.sf.fmj.media.Log.error() Failed to prefetch: net.sf.fmj.media.ProcessEngine@5d3a16f2 2020-09-02 15:30:31.327 SEVERE: [1260] net.sf.fmj.media.Log.error() Error: Unable to prefetch net.sf.fmj.media.ProcessEngine@5d3a16f2

2020-09-02 15:30:34.073 SEVERE: [1283] impl.protocol.sip.OperationSetBasicTelephonySipImpl.processResponse().634 Received error: 503 Service Unavailable 2020-09-02 15:30:34.081 INFO: [1283] org.jitsi.jigasi.SipGatewaySession.handleCallState().1425 [ctx=1599053429689964959383] SIP call ended: CallPeerChangeEvent: type=CallPeerStatusChange oldV=net.java.sip.communicator.service.protocol.CallPeerState:Connecting newV=net.java.sip.communicator.service.protocol.CallPeerState:Failed for peer=siptest2 siptest2@172.18.96.180;status=Failed 2020-09-02 15:30:34.082 INFO: [1283] org.jitsi.jigasi.SipGatewaySession.peerStateChanged().1491 [ctx=1599053429689964959383] SIP peer state: Failed 2020-09-02 15:30:39.092 INFO: [1284] org.jitsi.jigasi.SipGatewaySession.sipCallEnded().616 [ctx=1599053429689964959383] Sip call ended: Call: id=1599053431046914623920 peers=0 2020-09-02 15:30:39.094 INFO: [1284] org.jitsi.jigasi.JvbConference.memberPresenceChanged().1006 [ctx=1599053429689964959383] Member left : OWNER focus@auth.jitsi124x111.iskratel.si/focus25968879906 2020-09-02 15:30:39.094 INFO: [1284] org.jitsi.jigasi.JvbConference.memberPresenceChanged().1014 [ctx=1599053429689964959383] Focus left! - stopping 2020-09-02 15:30:39.095 SEVERE: [1284] org.jitsi.jigasi.JvbConference.stop().498 [ctx=1599053429689964959383] Already stopped ! 2020-09-02 15:30:39.095 INFO: [1284] org.jitsi.jigasi.JvbConference.memberPresenceChanged().1006 [ctx=1599053429689964959383] Member left : OWNER 6f0a851c-9448-492f-898d-b3cbce109811@jitsi124x111.iskratel.si/9845545d-9a93-4406-9438-d69c380604a4 2020-09-02 15:30:39.095 INFO: [1284] org.jitsi.jigasi.JvbConference.memberPresenceChanged().1006 [ctx=1599053429689964959383] Member left : GUEST jigasi@jitsi124x111.iskratel.si 2020-09-02 15:30:39.096 INFO: [1284] org.jitsi.jigasi.AbstractGateway.notifyCallEnded().128 [ctx=1599053429689964959383] Removed session for call. Sessions:0 2020-09-02 15:30:39.138 SEVERE: [1213] org.jitsi.impl.neomedia.RTPConnectorOutputStream.log() Failed to send a packet to target /172.18.100.111:10000:java.io.IOException: No active socket. 2020-09-02 15:30:39.148 SEVERE: [94] org.jitsi.impl.neomedia.RTPConnectorOutputStream.log() Failed to send a packet to target /172.18.100.111:10000:java.io.IOException: No active socket. 2020-09-02 15:30:39.184 INFO: [94] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().134 Jingle : OFF 2020-09-02 15:30:39.184 INFO: [94] org.jitsi.jigasi.CallManager$HangupCallThread.run().674 [ctx=1599053429689964959383] Removing account Jabber:34a40640@jitsi124x111.iskratel.si/34a40640 2020-09-02 15:30:39.185 INFO: [94] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().134 Jingle : OFF 2020-09-02 15:31:00.080 WARNING: [1288] org.jitsi.jigasi.xmpp.CallControl.checkAuthorized().287 Requests are not secured by JID filter! 2020-09-02 15:31:00.082 INFO: [1288] org.jitsi.jigasi.xmpp.CallControl.handleDialIq().211 [ctx=1599053460076410528224] Got dial request fromnumber -> siptest2 room: someroom@sipvideo.jitsi124x111.iskratel.si 2020-09-02 15:31:00.082 INFO: [1288] org.jitsi.jigasi.JvbConference.start().437 [ctx=1599053460076410528224] Starting JVB conference room: someroom@sipvideo.jitsi124x111.iskratel.si 2020-09-02 15:31:00.086 INFO: [1288] org.jitsi.jigasi.JvbConference.setXmppProvider().576 [ctx=1599053460076410528224] Using ProtocolProviderServiceJabberImpl(Jabber:793475f7@jitsi124x111.iskratel.si/793475f7) 2020-09-02 15:31:00.095 WARNING: [1288] org.jitsi.xmpp.component.ComponentBase.log() PROCESSING TIME LIMIT EXCEEDED - it took 18ms to process:

2020-09-02 15:31:00.163 INFO: [1290] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().127 Jingle : ON 2020-09-02 15:31:00.164 INFO: [1290] org.jitsi.jigasi.JvbConference.registrationStateChanged().627 [ctx=1599053460076410528224] Registering XMPP. 2020-09-02 15:31:00.171 INFO: [1290] impl.protocol.jabber.ProtocolProviderServiceJabberImpl.authenticated().2423 Authenticated: false 2020-09-02 15:31:00.173 INFO: [1290] org.jitsi.jigasi.JvbConference.joinConferenceRoom().714 [ctx=1599053460076410528224] Joining JVB conference room: someroom@sipvideo.jitsi124x111.iskratel.si 2020-09-02 15:31:00.187 INFO: [1294] impl.protocol.jabber.ChatRoomJabberImpl.joined().1256 someroom@sipvideo.jitsi124x111.iskratel.si/685e5c32 has joined the someroom@sipvideo.jitsi124x111.iskratel.si chat room. 2020-09-02 15:31:00.197 INFO: [1294] impl.protocol.jabber.ChatRoomJabberImpl.joined().1256 someroom@sipvideo.jitsi124x111.iskratel.si/focus has joined the someroom@sipvideo.jitsi124x111.iskratel.si chat room. 2020-09-02 15:31:00.200 INFO: [1294] impl.protocol.jabber.ChatRoomJabberImpl.joined().1256 someroom@sipvideo.jitsi124x111.iskratel.si/793475f7 has joined the someroom@sipvideo.jitsi124x111.iskratel.si chat room. 2020-09-02 15:31:00.218 WARNING: [1295] impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl.firePresenceStatusChanged().1675 No source contact found for id=someroom@sipvideo.jitsi124x111.iskratel.si/793475f7 2020-09-02 15:31:00.280 INFO: [1299] impl.protocol.jabber.IceUdpTransportManager.createIceAgent().347 End gathering harvester within 4 ms 2020-09-02 15:31:01.415 INFO: [1299] impl.protocol.jabber.CallPeerMediaHandlerJabberImpl.harvestCandidates().1198 End candidate harvest within 1134 ms 2020-09-02 15:31:01.415 WARNING: [1299] impl.protocol.jabber.IceUdpTransportManager.startConnectivityEstablishment().1074 No ICE media stream for media: video - ignored candidates. 2020-09-02 15:31:01.419 INFO: [1299] org.jitsi.jigasi.JvbConference.incomingCallReceived().1097 [ctx=1599053460076410528224] Got invite from focus 2020-09-02 15:31:01.425 INFO: [1299] org.jitsi.jigasi.SipGatewaySession.onConferenceCallStarted().561 [ctx=1599053460076410528224] Created outgoing call to SipGatewaySession{sipCall=Call: id=1599053461419115449144 peers=1, destination='siptest2'} 2020-09-02 15:31:01.433 INFO: [1307] org.jitsi.jigasi.SipGatewaySession.peerStateChanged().1491 [ctx=1599053460076410528224] SIP peer state: Connecting 2020-09-02 15:31:01.478 INFO: [94] service.protocol.media.MediaHandler.registerDynamicPTsWithStream().1003 Dynamic PT map: 126=rtpmap:-1 telephone-event/8000; 100=rtpmap:-1 VP8/90000 fmtp:x-google-start-bitrate=800; 101=rtpmap:-1 VP9/90000 fmtp:x-google-start-bitrate=800; 111=rtpmap:-1 opus/48000/2 fmtp:useinbandfec=1;minptime=10; 103=rtpmap:-1 unknown/90000; 2020-09-02 15:31:01.478 INFO: [94] service.protocol.media.MediaHandler.registerDynamicPTsWithStream().1020 PT overrides [103->107 ] 2020-09-02 15:31:01.480 INFO: [94] service.protocol.media.CallPeerMediaHandler.start().1961 Starting 2020-09-02 15:31:01.565 INFO: [94] org.jitsi.jigasi.JvbConference.callStateChanged().1202 [ctx=1599053460076410528224] JVB conference call IN_PROGRESS. 2020-09-02 15:31:01.640 SEVERE: [1357] net.sf.fmj.media.Log.error() Unable to handle format: LINEAR, 48000.0 Hz, 16-bit, Mono, LittleEndian, Signed 2020-09-02 15:31:01.640 SEVERE: [1357] net.sf.fmj.media.Log.error() Failed to prefetch: net.sf.fmj.media.ProcessEngine@61d5059f 2020-09-02 15:31:01.642 SEVERE: [1356] net.sf.fmj.media.Log.error() Error: Unable to prefetch net.sf.fmj.media.ProcessEngine@61d5059f

2020-09-02 15:31:04.448 SEVERE: [1377] impl.protocol.sip.OperationSetBasicTelephonySipImpl.processResponse().634 Received error: 503 Service Unavailable 2020-09-02 15:31:04.452 INFO: [1377] org.jitsi.jigasi.SipGatewaySession.handleCallState().1425 [ctx=1599053460076410528224] SIP call ended: CallPeerChangeEvent: type=CallPeerStatusChange oldV=net.java.sip.communicator.service.protocol.CallPeerState:Connecting newV=net.java.sip.communicator.service.protocol.CallPeerState:Failed for peer=siptest2 siptest2@172.18.96.180;status=Failed 2020-09-02 15:31:04.456 INFO: [1377] org.jitsi.jigasi.SipGatewaySession.peerStateChanged().1491 [ctx=1599053460076410528224] SIP peer state: Failed 2020-09-02 15:31:09.459 INFO: [1378] org.jitsi.jigasi.SipGatewaySession.sipCallEnded().616 [ctx=1599053460076410528224] Sip call ended: Call: id=1599053461419115449144 peers=0 2020-09-02 15:31:09.460 INFO: [1378] org.jitsi.jigasi.JvbConference.memberPresenceChanged().1006 [ctx=1599053460076410528224] Member left : OWNER 685e5c32-1c58-4c41-9470-b5923fc77624@jitsi124x111.iskratel.si/520037d6-5372-43d4-8f1f-c140b30b2e2e 2020-09-02 15:31:09.461 INFO: [1378] org.jitsi.jigasi.JvbConference.memberPresenceChanged().1006 [ctx=1599053460076410528224] Member left : OWNER focus@auth.jitsi124x111.iskratel.si/focus25968879906 2020-09-02 15:31:09.461 INFO: [1378] org.jitsi.jigasi.JvbConference.memberPresenceChanged().1014 [ctx=1599053460076410528224] Focus left! - stopping 2020-09-02 15:31:09.461 SEVERE: [1378] org.jitsi.jigasi.JvbConference.stop().498 [ctx=1599053460076410528224] Already stopped ! 2020-09-02 15:31:09.461 INFO: [1378] org.jitsi.jigasi.JvbConference.memberPresenceChanged().1006 [ctx=1599053460076410528224] Member left : MEMBER jigasi@jitsi124x111.iskratel.si 2020-09-02 15:31:09.461 INFO: [1378] org.jitsi.jigasi.AbstractGateway.notifyCallEnded().128 [ctx=1599053460076410528224] Removed session for call. Sessions:0 2020-09-02 15:31:09.478 SEVERE: [1308] org.jitsi.impl.neomedia.RTPConnectorOutputStream.log() Failed to send a packet to target /172.18.100.111:10000:java.io.IOException: No active socket. 2020-09-02 15:31:09.484 SEVERE: [94] org.jitsi.impl.neomedia.RTPConnectorOutputStream.log() Failed to send a packet to target /172.18.100.111:10000:java.io.IOException: No active socket. 2020-09-02 15:31:09.497 INFO: [94] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().134 Jingle : OFF 2020-09-02 15:31:09.497 INFO: [94] org.jitsi.jigasi.CallManager$HangupCallThread.run().674 [ctx=1599053460076410528224] Removing account Jabber:793475f7@jitsi124x111.iskratel.si/793475f7 2020-09-02 15:31:09.498 INFO: [94] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().134 Jingle : OFF

damencho commented 4 years ago

Then the logic of selecting:

{
"id": "1207@172.18.96.180",
"name": "siptest",
"type": "videosipgw"
},

in the UI is broken and it actually dials jigasi ...

damencho commented 4 years ago

You basically need to debug why it does not work: https://github.com/jitsi/jitsi-meet/blob/093254d948fbcc67afbe339840bf93f7564980ae/react/features/invite/actions.any.js#L155

research4me commented 4 years ago

And how can I fix this? I don't know what to look for. Can you please direct me? Can I send any config files where there could be problem?

damencho commented 4 years ago

What I'm saying it needs debugging the web code, either use Chrome developer console adding the breakpoint there and see where it goes, or compile jitsi-meet from sources and add some prints to understand what is going on. I suspect its a bug not a configuration issue.

research4me commented 4 years ago

Ok this is from Firefox Dev console. I see that when I click Add People it goes to php I created according to some tutorial (I think it was for Jigasi SIP call, previously to configuring SIP video). I guess this is not OK.

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://assetbin.jitsi124x111.iskratel.si/jitsi_numbers.php?conference=someRoom@sipvideo.jitsi124x111.iskratel.si. (Reason: CORS request did not succeed).

The whole console output:

2020-09-02T14:23:13.854Z [modules/statistics/AnalyticsAdapter.js] : Disposing of analytics adapter. Logger.js:154:22 2020-09-02T14:23:13.877Z [modules/RTC/RTCUtils.js] <init/<>: Available devices:
Array [ MediaDeviceInfo, MediaDeviceInfo ] Logger.js:154:22 2020-09-02T14:23:14.208Z [features/base/redux] : redux state persisted. cea424b6d9ba266e1a196a1b0aca29e4 -> b5839389d312d2c21185d0c036d8de88 Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. someRoom (TIME) index.html loaded: 393 someRoom:32:17 2020-09-02T14:23:14.412Z [modules/browser/BrowserCapabilities.js] This appears to be firefox, ver: 80.0 Logger.js:154:22 2020-09-02T14:23:15.343Z [features/base/lastn] There is no active conference, not updating last N Logger.js:154:22 2020-09-02T14:23:15.344Z [modules/UI/videolayout/VideoLayout.js] : Missed avatar update - no small video yet for undefined Logger.js:154:22 2020-09-02T14:23:15.346Z [features/base/lastn] There is no active conference, not updating last N Logger.js:154:22 2020-09-02T14:23:15.373Z [modules/connectivity/NetworkInfo.js] : updateNetworkInfo Object { isOnline: true } Logger.js:154:22 2020-09-02T14:23:15.383Z [features/base/media] Start muted: Logger.js:154:22 2020-09-02T14:23:15.387Z [features/base/media] Start audio only set to false Logger.js:154:22 2020-09-02T14:23:15.391Z [features/analytics] <k/</<>: Loaded 0 analytics handlers Logger.js:154:22 2020-09-02T14:23:15.393Z [modules/statistics/AnalyticsAdapter.js] : Disposing of analytics adapter. Logger.js:154:22 2020-09-02T14:23:15.575Z [features/base/devices] setAudioOutputDevice: undefined[default] Logger.js:154:22 2020-09-02T14:23:15.593Z [features/base/devices] <u/</</<>: Failed to set audio output device. Default audio output device will be used instead Error: Audio output device change is not supported Logger.js:154:22 2020-09-02T14:23:15.618Z [index.web] (TIME) document ready: 1780 Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. favicon.ico Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. avatar.png 2020-09-02T14:23:16.206Z [modules/RTC/RTCUtils.js] <init/<>: Available devices:
Array [ MediaDeviceInfo, MediaDeviceInfo ] Logger.js:154:22 2020-09-02T14:23:16.207Z [features/base/devices] Device list updated: audioInput: Microphone (C-Media USB Headphone Set )[6iqzcxJ1HPBxvr/9DvjBz41R9ee8unV3smqUV8X315w=] audioOutput:

videoInput: Webcam C170[umDS5LWDYBb8laiwMEkO7z0el8cQrljMZ47Ahmu2jjg=] Logger.js:154:22 2020-09-02T14:23:16.224Z [modules/xmpp/xmpp.js] <_initStrophePlugins>: P2P STUN servers:
Array [] Logger.js:154:22 2020-09-02T14:23:16.232Z [modules/xmpp/xmpp.js] : (TIME) Strophe connecting: 2394 Logger.js:154:22 2020-09-02T14:23:16.238Z [modules/RTC/RTCUtils.js] : Using the new gUM flow Logger.js:154:22 2020-09-02T14:23:16.239Z [modules/RTC/RTCUtils.js] <newObtainAudioAndVideoPermissions/i<>: Got media constraints:
Object { video: {…}, audio: {…} } Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:23:16.481Z [modules/RTC/RTCUtils.js] <_newGetUserMediaWithConstraints/</<>: onUserMediaSuccess Logger.js:154:22 2020-09-02T14:23:16.483Z [modules/RTC/JitsiLocalTrack.js] <_setStream>: Setting new MSID: {e5610fe2-6562-4c89-a5fa-002ebb34fc97} {7dd58893-b831-4785-aa17-41ba98a3b581} on LocalTrack[undefined,audio] Logger.js:154:22 2020-09-02T14:23:16.485Z [modules/RTC/JitsiLocalTrack.js] <_setStream>: Setting new MSID: {4208f5a1-0e0e-4bbb-841d-720b97e6ffcf} {05a9aaaa-7251-44f6-9c7d-bd6bb919cee3} on LocalTrack[undefined,video] Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:23:16.805Z [modules/xmpp/XmppConnection.js] <_maybeEnableStreamResume>: Stream resume enabled, but WebSockets are not enabled Logger.js:154:22 2020-09-02T14:23:16.806Z [modules/xmpp/xmpp.js] : (TIME) Strophe connected: 2968 Logger.js:154:22 2020-09-02T14:23:16.807Z [modules/xmpp/xmpp.js] : My Jabber ID: a906cd0b-aaba-48bf-8be9-9584768ade1f@jitsi124x111.iskratel.si/cf91f90e-983b-490b-b362-dc9b098ae84b Logger.js:154:22 2020-09-02T14:23:16.813Z [conference.js] : Initialized with 2 local tracks Logger.js:154:22 2020-09-02T14:23:16.827Z [modules/xmpp/xmpp.js] : JID a906cd0b-aaba-48bf-8be9-9584768ade1f@jitsi124x111.iskratel.si/cf91f90e-983b-490b-b362-dc9b098ae84b using MUC nickname a906cd0b Logger.js:154:22 2020-09-02T14:23:16.827Z [modules/xmpp/ChatRoom.js] Joined MUC as someroom@sipvideo.jitsi124x111.iskratel.si/a906cd0b Logger.js:154:22 2020-09-02T14:23:16.829Z [modules/e2eping/e2eping.js] Initializing e2e ping; pingInterval=10000, analyticsInterval=60000. Logger.js:154:22 2020-09-02T14:23:16.831Z [modules/connectivity/ParticipantConnectionStatus.js] RtcMuteTimeout set to: 10000 Logger.js:154:22 2020-09-02T14:23:16.835Z [modules/statistics/AvgRTPStatsReporter.js] Avg RTP stats will be calculated every 15 samples Logger.js:154:22 2020-09-02T14:23:16.837Z [JitsiConference.js] : backToP2PDelay: 5 Logger.js:154:22 2020-09-02T14:23:16.837Z [modules/videosipgw/VideoSIPGW.js] creating VideoSIPGW Logger.js:154:22 2020-09-02T14:23:16.839Z [modules/UI/videolayout/SmallVideo.js] : Displaying avatar-with-name for a906cd0b, data: [{"isCurrentlyOnLargeVideo":true,"isHovered":false,"isAudioOnly":false,"tileViewActive":false,"isVideoPlayable":null,"hasVideo":true,"connectionStatus":null,"videoStream":false,"isVideoMuted":false,"videoStreamMuted":"no stream"}] Logger.js:154:22 2020-09-02T14:23:16.864Z [features/base/lastn] There is no active conference, not updating last N Logger.js:154:22 2020-09-02T14:23:16.874Z [JitsiConference.js] : _doReplaceTrack - no JVB JingleSession Logger.js:154:22 2020-09-02T14:23:16.875Z [JitsiConference.js] : _doReplaceTrack - no P2P JingleSession Logger.js:154:22 2020-09-02T14:23:16.878Z [JitsiConference.js] : _doReplaceTrack - no JVB JingleSession Logger.js:154:22 2020-09-02T14:23:16.878Z [JitsiConference.js] : _doReplaceTrack - no P2P JingleSession Logger.js:154:22 2020-09-02T14:23:16.880Z [modules/remotecontrol/RemoteControl.js] : Initializing remote control. Logger.js:154:22 2020-09-02T14:23:16.882Z [modules/xmpp/moderator.js] <l.prototype.setFocusUserJid>: Focus jid set to: undefined Logger.js:154:22 2020-09-02T14:23:16.885Z [modules/xmpp/moderator.js] <l.prototype.createConferenceIq>: Session ID: null machine UID: e60ccdf8862a789593f2c68539701ec4 Logger.js:154:22 2020-09-02T14:23:16.895Z [features/base/tracks] <g/</</</<>: Replace audio track - unmuted Logger.js:154:22 2020-09-02T14:23:16.901Z [features/base/tracks] <g/</</</<>: Replace video track - unmuted Logger.js:154:22 2020-09-02T14:23:16.966Z [modules/UI/videolayout/VideoLayout.js] : Enforcing large video update for stream change Logger.js:154:22 2020-09-02T14:23:16.968Z [modules/UI/videolayout/SmallVideo.js] : Displaying blackness-with-name for a906cd0b, data: [{"isCurrentlyOnLargeVideo":true,"isHovered":false,"isAudioOnly":false,"tileViewActive":false,"isVideoPlayable":true,"hasVideo":true,"connectionStatus":null,"videoStream":true,"isVideoMuted":false,"videoStreamMuted":false}] Logger.js:154:22 2020-09-02T14:23:17.030Z [modules/xmpp/strophe.ping.js] : XMPP pings will be sent every 10000 ms Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:23:17.130Z [features/base/devices] Device list updated: audioInput: Microphone (C-Media USB Headphone Set )[6iqzcxJ1HPBxvr/9DvjBz41R9ee8unV3smqUV8X315w=] audioOutput:

videoInput: Webcam C170[umDS5LWDYBb8laiwMEkO7z0el8cQrljMZ47Ahmu2jjg=] Logger.js:154:22 2020-09-02T14:23:17.164Z [features/local-recording] : Switch microphone to 6iqzcxJ1HPBxvr/9DvjBz41R9ee8unV3smqUV8X315w= Logger.js:154:22 wasm streaming compile failed: TypeError: Response has unsupported MIME type index.js:9:7738 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. rnnoise.wasm falling back to ArrayBuffer instantiation index.js:9:7780 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:23:17.204Z [modules/xmpp/moderator.js] <l.prototype.setFocusUserJid>: Focus jid set to: focus@auth.jitsi124x111.iskratel.si Logger.js:154:22 2020-09-02T14:23:17.207Z [modules/xmpp/moderator.js] <l.prototype.parseConfigOptions>: Authentication enabled: false Logger.js:154:22 2020-09-02T14:23:17.208Z [modules/xmpp/moderator.js] <l.prototype.parseConfigOptions>: External authentication enabled: false Logger.js:154:22 2020-09-02T14:23:17.213Z [modules/xmpp/moderator.js] <l.prototype.parseConfigOptions>: Sip gateway enabled: true Logger.js:154:22 2020-09-02T14:23:17.218Z [features/base/devices] Device list updated: audioInput: Microphone (C-Media USB Headphone Set )[6iqzcxJ1HPBxvr/9DvjBz41R9ee8unV3smqUV8X315w=] audioOutput:

videoInput: Webcam C170[umDS5LWDYBb8laiwMEkO7z0el8cQrljMZ47Ahmu2jjg=] Logger.js:154:22 2020-09-02T14:23:17.223Z [features/base/devices] Device list updated: audioInput: Microphone (C-Media USB Headphone Set )[6iqzcxJ1HPBxvr/9DvjBz41R9ee8unV3smqUV8X315w=] audioOutput:

videoInput: Webcam C170[umDS5LWDYBb8laiwMEkO7z0el8cQrljMZ47Ahmu2jjg=] Logger.js:154:22 2020-09-02T14:23:17.234Z [modules/UI/videolayout/LargeVideoManager.js] <scheduleLargeVideoUpdate/<>: hover in a906cd0b Logger.js:154:22 2020-09-02T14:23:17.292Z [features/base/redux] : redux state persisted. b5839389d312d2c21185d0c036d8de88 -> 1faa66e9f73d6250b09b9eff23f36ee2 Logger.js:154:22 2020-09-02T14:23:17.340Z [modules/xmpp/ChatRoom.js] : entered someroom@sipvideo.jitsi124x111.iskratel.si/focus Object { affiliation: "owner", role: "moderator", jid: "focus@auth.jitsi124x111.iskratel.si/focus24409124942", isFocus: true, isHiddenDomain: false } Logger.js:154:22 2020-09-02T14:23:17.342Z [modules/xmpp/ChatRoom.js] <_initFocus>: Ignore focus: someroom@sipvideo.jitsi124x111.iskratel.si/focus, real JID: focus@auth.jitsi124x111.iskratel.si/focus24409124942 Logger.js:154:22 2020-09-02T14:23:17.349Z [modules/version/ComponentsVersions.js] <s.prototype.processVersions/<>: Got xmpp version: Prosody(0.9.10,Linux) Logger.js:154:22 2020-09-02T14:23:17.350Z [modules/version/ComponentsVersions.js] <s.prototype.processVersions/<>: Got focus version: JiCoFo(1.0.626,Linux) Logger.js:154:22 2020-09-02T14:23:17.351Z [conference.js] <_setupListeners/<>: My role changed, new role: none Logger.js:154:22 2020-09-02T14:23:17.358Z [modules/xmpp/ChatRoom.js] : (TIME) MUC joined: 3520 Logger.js:154:22 2020-09-02T14:23:17.367Z [features/base/conference] : setReceiverVideoConstraint: 720 Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:23:17.541Z [modules/RTC/RTCUtils.js] : Using the new gUM flow Logger.js:154:22 2020-09-02T14:23:17.543Z [modules/RTC/RTCUtils.js] <newObtainAudioAndVideoPermissions/i<>: Got media constraints:
Object { video: false, audio: {…} } Logger.js:154:22 2020-09-02T14:23:17.597Z [modules/RTC/RTCUtils.js] <_newGetUserMediaWithConstraints/</<>: onUserMediaSuccess Logger.js:154:22 2020-09-02T14:23:17.598Z [modules/RTC/JitsiLocalTrack.js] <_setStream>: Setting new MSID: {ce46b45b-75a9-4981-9568-075e59ad8d22} {95865cbe-9b2c-4de7-81a3-7bce86ef15d8} on LocalTrack[undefined,audio] Logger.js:154:22 Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported. TrackVADEmitter.js:104:47 2020-09-02T14:23:17.610Z [conference.js] <_setupListeners/<>: My role changed, new role: moderator Logger.js:154:22 2020-09-02T14:23:17.668Z [modules/xmpp/ChatRoom.js] <discoRoomInfo/<>: No meeting ID from backend Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:23:17.721Z [JitsiMeetJS.js] : UnhandledError: null Script: null Line: null Column: null StackTrace: DOMException: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported. Logger.js:154:22 Uncaught (in promise) DOMException: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported. lib-jitsi-meet.min.js:1 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind @atlaskit/modal-dialog: Deprecation warning - Use of the footer prop in ModalDialog is deprecated. Please compose your ModalDialog using the 'components' prop instead Content.js:122:37 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://assetbin.jitsi124x111.iskratel.si/jitsi_numbers.php?conference=someRoom@sipvideo.jitsi124x111.iskratel.si. (Reason: CORS request did not succeed). 2020-09-02T14:23:29.838Z [features/invite] Error encountered while fetching dial-in numbers: TypeError: NetworkError when attempting to fetch resource. Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Offsets separated by white space(s) are deprecated, use a comma (,) instead. 12 popper.js:1698:12 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. 2 http-bind 2020-09-02T14:24:15.975Z [modules/xmpp/strophe.rayo.js] <dial/</<>: Dial result

Logger.js:154:22 2020-09-02T14:24:15.979Z [modules/xmpp/strophe.rayo.js] : Received call resource: 7b9fd07f@callcontrol.jitsi124x111.iskratel.si Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:16.159Z [modules/xmpp/ChatRoom.js] : entered someroom@sipvideo.jitsi124x111.iskratel.si/7b9fd07f Object { affiliation: "none", role: "participant", jid: "09a9affa-4b32-42d9-aa96-3ed7ef57e90a@jitsi124x111.iskratel.si/7b9fd07f", isFocus: false, isHiddenDomain: false, nick: "siptest2", version: "Jigasi 1.1.126-g6df3db2" } Logger.js:154:22 2020-09-02T14:24:16.194Z [modules/UI/videolayout/RemoteVideo.js] : 7b9fd07f thumbnail connection status: active Logger.js:154:22 2020-09-02T14:24:16.198Z [modules/UI/videolayout/SmallVideo.js] : Displaying avatar for 7b9fd07f, data: [{"isCurrentlyOnLargeVideo":false,"isHovered":false,"isAudioOnly":false,"tileViewActive":false,"isVideoPlayable":null,"hasVideo":false,"connectionStatus":"active","mutedWhileDisconnected":false,"canPlayEventReceived":false,"videoStream":false,"isVideoMuted":false,"videoStreamMuted":"no stream"}] Logger.js:154:22 2020-09-02T14:24:16.204Z [modules/UI/videolayout/RemoteVideo.js] : 7b9fd07f thumbnail connection status: active Logger.js:154:22 2020-09-02T14:24:16.217Z [modules/UI/videolayout/RemoteVideo.js] : 7b9fd07f thumbnail connection status: active Logger.js:154:22 2020-09-02T14:24:16.223Z [modules/UI/videolayout/SmallVideo.js] : Displaying avatar-with-name for 7b9fd07f, data: [{"isCurrentlyOnLargeVideo":true,"isHovered":false,"isAudioOnly":false,"tileViewActive":false,"isVideoPlayable":null,"hasVideo":false,"connectionStatus":"active","mutedWhileDisconnected":false,"canPlayEventReceived":false,"videoStream":false,"isVideoMuted":true,"videoStreamMuted":"no stream"}] Logger.js:154:22 2020-09-02T14:24:16.224Z [modules/UI/videolayout/SmallVideo.js] : Displaying video for a906cd0b, data: [{"isCurrentlyOnLargeVideo":false,"isHovered":false,"isAudioOnly":false,"tileViewActive":false,"isVideoPlayable":true,"hasVideo":true,"connectionStatus":null,"videoStream":true,"isVideoMuted":false,"videoStreamMuted":false}] Logger.js:154:22 2020-09-02T14:24:16.249Z [conference.js] <_setupListeners/<>: USER 7b9fd07f connnected: Object { _jid: "someroom@sipvideo.jitsi124x111.iskratel.si/7b9fd07f", _id: "7b9fd07f", _conference: {…}, _displayName: "siptest2", _supportsDTMF: false, _tracks: [], _role: "participant", _status: undefined, _hidden: false, _statsID: undefined, … } Logger.js:154:22 2020-09-02T14:24:16.251Z [JitsiConference.js] : Auto P2P disabled Logger.js:154:22 2020-09-02T14:24:16.252Z [modules/xmpp/ChatRoom.js] : Received version for 09a9affa-4b32-42d9-aa96-3ed7ef57e90a@jitsi124x111.iskratel.si/7b9fd07f: Jigasi 1.1.126-g6df3db2 Logger.js:154:22 2020-09-02T14:24:16.254Z [modules/xmpp/ChatRoom.js] <_initFocus>: Ignore focus: someroom@sipvideo.jitsi124x111.iskratel.si/focus, real JID: focus@auth.jitsi124x111.iskratel.si/focus24409124942 Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:16.489Z [modules/xmpp/ChatRoom.js] <_initFocus>: Ignore focus: someroom@sipvideo.jitsi124x111.iskratel.si/focus, real JID: focus@auth.jitsi124x111.iskratel.si/focus24409124942 Logger.js:154:22 2020-09-02T14:24:16.500Z [modules/xmpp/ChatRoom.js] <_initFocus>: Ignore focus: someroom@sipvideo.jitsi124x111.iskratel.si/focus, real JID: focus@auth.jitsi124x111.iskratel.si/focus24409124942 Logger.js:154:22 2020-09-02T14:24:16.508Z [modules/version/ComponentsVersions.js] : Got videobridge version: 2.1.304-g8488f77d Logger.js:154:22 2020-09-02T14:24:16.510Z [modules/xmpp/strophe.jingle.js] : on jingle session-initiate from someroom@sipvideo.jitsi124x111.iskratel.si/focus Logger.js:154:22 2020-09-02T14:24:16.511Z [modules/xmpp/strophe.jingle.js] : (TIME) received session-initiate: 62673 Logger.js:154:22 2020-09-02T14:24:16.513Z [modules/xmpp/strophe.jingle.js] : Marking session from someroom@sipvideo.jitsi124x111.iskratel.si/focus as *not* P2P Logger.js:154:22 SdpSimulcast: using 3 layers index.js:44:12 2020-09-02T14:24:16.521Z [modules/RTC/TraceablePeerConnection.js] Create new TPC[1,p2p:false] Logger.js:154:22 2020-09-02T14:24:16.524Z [modules/RTC/BridgeChannel.js] constructor() with peerconnection Logger.js:154:22 2020-09-02T14:24:16.526Z [JitsiConference.js] : Starting CallStats for JVB connection... Logger.js:154:22 2020-09-02T14:24:16.527Z [modules/statistics/RTPStatsCollector.js] : Using RTCRtpSynchronizationSource for remote audio levels Logger.js:154:22 2020-09-02T14:24:16.556Z [modules/UI/videolayout/LargeVideoManager.js] : hover in 7b9fd07f Logger.js:154:22 2020-09-02T14:24:16.635Z [modules/RTC/TraceablePeerConnection.js] : add LocalTrack[1,audio] to: TPC[1,p2p:false] Logger.js:154:22 2020-09-02T14:24:16.639Z [modules/RTC/TraceablePeerConnection.js] : add LocalTrack[2,video] to: TPC[1,p2p:false] Logger.js:154:22 2020-09-02T14:24:16.657Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate>: Renegotiate: setting remote description Logger.js:154:22 Halt: There are no SSRC groups in the remote description. index.js:146:16 2020-09-02T14:24:16.769Z [modules/RTC/TraceablePeerConnection.js] : TPC[1,p2p:false] ignored remote 'stream added' event for non-user streamid: mixedmslabel Logger.js:154:22 2020-09-02T14:24:16.771Z [modules/RTC/TraceablePeerConnection.js] : TPC[1,p2p:false] ignored remote 'stream added' event for non-user streamid: mixedmslabel Logger.js:154:22 2020-09-02T14:24:16.773Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate/<>: Renegotiate: creating answer Logger.js:154:22 2020-09-02T14:24:16.825Z [modules/RTC/TraceablePeerConnection.js] : No SSRCs found in the local SDP for LocalTrack[1,audio] MSID: {e5610fe2-6562-4c89-a5fa-002ebb34fc97} {7dd58893-b831-4785-aa17-41ba98a3b581} in TPC[1,p2p:false] Logger.js:154:22 2020-09-02T14:24:16.827Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate/: Renegotiate: setting local description Logger.js:154:22 The description does not look like plan-b interop.js:328:20 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:16.892Z [modules/xmpp/JingleSessionPC.js] : Sending session-accept Logger.js:154:22 GEThttps://jitsi124x111.iskratel.si/function(e)%7Breturn%20i.a.createElement(%22svg%22,Gt(%7B%7D,e,%7BviewBox:%220%200%2024%2024%22%7D),Kt)%7D [HTTP/1.1 404 Not Found 5ms] 2020-09-02T14:24:17.021Z [modules/xmpp/JingleSessionPC.js] : sendIceCandidate: last candidate. Logger.js:154:22 2020-09-02T14:24:17.030Z [modules/xmpp/JingleSessionPC.js] : sendIceCandidate: last candidate. Logger.js:154:22 2020-09-02T14:24:17.048Z [modules/xmpp/JingleSessionPC.js] : (TIME) ICE checking P2P? false: 63210 Logger.js:154:22 2020-09-02T14:24:17.084Z [modules/xmpp/JingleSessionPC.js] : sendIceCandidates Array(4) [ RTCIceCandidate, RTCIceCandidate, RTCIceCandidate, RTCIceCandidate ] Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. function(e){return i.a.createElement("svg",Gt({},e,{viewBox:"0 0 24 24"}),Kt)} Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:17.394Z [modules/xmpp/JingleSessionPC.js] : (TIME) ICE connected P2P? false: 63556 Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:17.405Z [modules/xmpp/JingleSessionPC.js] : JingleSessionPC[p2p=false,initiator=false,sid=92n2oqnghgelc] setReceiverVideoConstraint - max frame height: 720 Logger.js:154:22 2020-09-02T14:24:17.407Z [modules/RTC/TraceablePeerConnection.js] : Setting video sender degradation preference on TPC[1,p2p:false] to maintain-framerate 2 Logger.js:154:22 2020-09-02T14:24:17.408Z [modules/RTC/TraceablePeerConnection.js] : Setting video sender degradation preference on TPC[1,p2p:false] to maintain-framerate Logger.js:154:22 2020-09-02T14:24:17.409Z [modules/xmpp/JingleSessionPC.js] : JingleSessionPC[p2p=false,initiator=false,sid=92n2oqnghgelc] setSenderVideoConstraint: 720 Logger.js:154:22 2020-09-02T14:24:17.410Z [modules/RTC/TraceablePeerConnection.js] : Setting max height of 720 on local video Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:17.836Z [modules/xmpp/strophe.jingle.js] : on jingle source-add from someroom@sipvideo.jitsi124x111.iskratel.si/focus Logger.js:154:22 2020-09-02T14:24:17.860Z [modules/xmpp/JingleSessionPC.js] <_addOrRemoveRemoteStream/<>: Processing addRemoteStream Logger.js:154:22 2020-09-02T14:24:17.862Z [modules/xmpp/JingleSessionPC.js] <_addOrRemoveRemoteStream/<>: ICE connection state: connected Logger.js:154:22 2020-09-02T14:24:17.872Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate>: Renegotiate: setting remote description Logger.js:154:22 Halt: There are no SSRC groups in the remote description. index.js:146:16 2020-09-02T14:24:17.884Z [modules/RTC/TraceablePeerConnection.js] : TPC[1,p2p:false] remote track added: ed7552d6-5e5f-4b1a-9be2-45560909cabc audio Logger.js:154:22 2020-09-02T14:24:17.885Z [modules/RTC/TraceablePeerConnection.js] : TPC[1,p2p:false] associated ssrc 7b9fd07f 3444414749 Logger.js:154:22 2020-09-02T14:24:17.886Z [modules/RTC/JitsiRemoteTrack.js] New remote track added: RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.892Z [modules/UI/videolayout/VideoLayout.js] : Received a new audio stream for 7b9fd07f Logger.js:154:22 2020-09-02T14:24:17.896Z [modules/RTC/JitsiRemoteTrack.js] <_onTrackAttach>: Track has been attached to a container: RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.905Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate/<>: Renegotiate: creating answer Logger.js:154:22 2020-09-02T14:24:17.917Z [modules/RTC/TraceablePeerConnection.js] : No SSRCs found in the local SDP for LocalTrack[1,audio] MSID: {e5610fe2-6562-4c89-a5fa-002ebb34fc97} {7dd58893-b831-4785-aa17-41ba98a3b581} in TPC[1,p2p:false] Logger.js:154:22 2020-09-02T14:24:17.918Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate/: Renegotiate: setting local description Logger.js:154:22 The description does not look like plan-b interop.js:328:20 2020-09-02T14:24:17.924Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: loadstart handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.925Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: suspend handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.927Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: loadedmetadata handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.928Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: loadeddata handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.928Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: canplay handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 (TIME) Render audio: 64090 JitsiRemoteTrack.js:214:16 (TIME) TTFM audio: 4688 JitsiRemoteTrack.js:233:16 2020-09-02T14:24:17.930Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: play handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.931Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: playing handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.934Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: canplaythrough handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:17.956Z [modules/xmpp/JingleSessionPC.js] <_addOrRemoveRemoteStream/: addRemoteStream - OK, SDPs: Object { media: (3) […], raw: "v=0\r\no=mozilla...THIS_IS_SDPARTA-80.0.1 6051617920781043786 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 6D:77:2E:6D:BF:C7:6C:11:BF:FA:57:01:FA:8E:DB:C1:9A:B2:7B:77:A1:D9:C8:73:AA:BF:31:A6:07:47:07:3F\r\na=ice-options:trickle\r\na=msid-semantic: WMS *\r\na=group:BUNDLE audio video data\r\nm=audio 63449 RTP/SAVPF 111 126\r\nc=IN IP4 172.18.96.12\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:126 telephone-event/8000\r\na=fmtp:111 maxplaybackrate=48000;stereo=1;useinbandfec=1\r\na=fmtp:126 0-15\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=setup:active\r\na=mid:audio\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=candidate:0 1 UDP 2122252543 172.18.96.12 63449 typ host\r\na=candidate:1 1 UDP 2122187007 172.18.120.12 63450 typ host\r\na=candidate:2 1 TCP 2105524479 172.18.96.12 9 typ host tcptype active\r\na=candidate:3 1 TCP 2105458943 172.18.120.12 9 typ host tcptype active\r\na=end-of-candidates\r\na=ssrc:615170445 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:615170445 msid:{e5610fe2-6562-4c89-a5fa-002ebb34fc97}-1 {92ecf137-d31c-4e9b-8e2f-b746a1f2b601}-1\r\na=rtcp-mux\r\nm=video 63449 RTP/SAVPF 100 96 107 99 101 97\r\nc=IN IP4 172.18.96.12\r\na=rtpmap:100 VP8/90000\r\na=rtpmap:96 rtx/90000\r\na=rtpmap:107 H264/90000\r\na=rtpmap:99 rtx/90000\r\na=rtpmap:101 VP9/90000\r\na=rtpmap:97 rtx/90000\r\na=fmtp:107 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1\r\na=fmtp:100 max-fs=12288;max-fr=60\r\na=fmtp:96 apt=100\r\na=fmtp:99 apt=107\r\na=fmtp:101 max-fs=12288;max-fr=60\r\na=fmtp:97 apt=101\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:107 nack\r\na=rtcp-fb:107 nack pli\r\na=rtcp-fb:107 ccm fir\r\na=rtcp-fb:107 transport-cc\r\na=rtcp-fb:101 nack\r\na=rtcp-fb:101 nack pli\r\na=rtcp-fb:101 ccm fir\r\na=rtcp-fb:101 transport-cc\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=setup:active\r\na=mid:video\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=ssrc:869449479 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:869449479 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:1916336486 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:1916336486 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:1679569431 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:1679569431 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:596352196 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:596352196 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:3844612440 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:3844612440 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:2396704228 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:2396704228 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc-group:FID 869449479 1916336486\r\na=ssrc-group:FID 1679569431 596352196\r\na=ssrc-group:FID 3844612440 2396704228\r\na=ssrc-group:SIM 869449479 1679569431 3844612440\r\na=rtcp-mux\r\na=rid:1 send\r\na=rid:2 send\r\na=rid:3 send\r\na=simulcast:send 1;2;3\r\nm=application 63449 DTLS/SCTP 5000\r\nc=IN IP4 172.18.96.12\r\na=setup:active\r\na=mid:data\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=rtcp-mux\r\na=sctpmap:5000 webrtc-datachannel 256\r\na=max-message-size:1073741823\r\n", session: "v=0\r\no=mozilla...THIS_IS_SDPARTA-80.0.1 6051617920781043786 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 6D:77:2E:6D:BF:C7:6C:11:BF:FA:57:01:FA:8E:DB:C1:9A:B2:7B:77:A1:D9:C8:73:AA:BF:31:A6:07:47:07:3F\r\na=ice-options:trickle\r\na=msid-semantic: WMS *\r\na=group:BUNDLE audio video data\r\n" } Object { media: (3) […], raw: "v=0\r\no=mozilla...THIS_IS_SDPARTA-80.0.1 6051617920781043786 1 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 6D:77:2E:6D:BF:C7:6C:11:BF:FA:57:01:FA:8E:DB:C1:9A:B2:7B:77:A1:D9:C8:73:AA:BF:31:A6:07:47:07:3F\r\na=ice-options:trickle\r\na=msid-semantic: WMS *\r\na=group:BUNDLE audio video data\r\nm=audio 63449 RTP/SAVPF 111 126\r\nc=IN IP4 172.18.96.12\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:126 telephone-event/8000\r\na=fmtp:111 maxplaybackrate=48000;stereo=1;useinbandfec=1\r\na=fmtp:126 0-15\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=setup:active\r\na=mid:audio\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=candidate:0 1 UDP 2122252543 172.18.96.12 63449 typ host\r\na=candidate:1 1 UDP 2122187007 172.18.120.12 63450 typ host\r\na=candidate:2 1 TCP 2105524479 172.18.96.12 9 typ host tcptype active\r\na=candidate:3 1 TCP 2105458943 172.18.120.12 9 typ host tcptype active\r\na=end-of-candidates\r\na=ssrc:615170445 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:615170445 msid:{e5610fe2-6562-4c89-a5fa-002ebb34fc97}-1 {92ecf137-d31c-4e9b-8e2f-b746a1f2b601}-1\r\na=rtcp-mux\r\nm=video 9 RTP/SAVPF 100 96 107 99 101 97\r\nc=IN IP4 0.0.0.0\r\na=rtpmap:100 VP8/90000\r\na=rtpmap:96 rtx/90000\r\na=rtpmap:107 H264/90000\r\na=rtpmap:99 rtx/90000\r\na=rtpmap:101 VP9/90000\r\na=rtpmap:97 rtx/90000\r\na=fmtp:107 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1\r\na=fmtp:100 max-fs=12288;max-fr=60\r\na=fmtp:96 apt=100\r\na=fmtp:99 apt=107\r\na=fmtp:101 max-fs=12288;max-fr=60\r\na=fmtp:97 apt=101\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:107 nack\r\na=rtcp-fb:107 nack pli\r\na=rtcp-fb:107 ccm fir\r\na=rtcp-fb:107 transport-cc\r\na=rtcp-fb:101 nack\r\na=rtcp-fb:101 nack pli\r\na=rtcp-fb:101 ccm fir\r\na=rtcp-fb:101 transport-cc\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=setup:active\r\na=mid:video\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=ssrc:869449479 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:869449479 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:1916336486 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:1916336486 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:1679569431 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:1679569431 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:596352196 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:596352196 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:3844612440 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:3844612440 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:2396704228 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:2396704228 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc-group:FID 869449479 1916336486\r\na=ssrc-group:FID 1679569431 596352196\r\na=ssrc-group:FID 3844612440 2396704228\r\na=ssrc-group:SIM 869449479 1679569431 3844612440\r\na=rtcp-mux\r\na=rid:1 send\r\na=rid:2 send\r\na=rid:3 send\r\na=simulcast:send 1;2;3\r\nm=application 9 DTLS/SCTP 5000\r\nc=IN IP4 0.0.0.0\r\na=setup:active\r\na=mid:data\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=rtcp-mux\r\na=sctpmap:5000 webrtc-datachannel 256\r\na=max-message-size:1073741823\r\n", session: "v=0\r\no=mozilla...THIS_IS_SDPARTA-80.0.1 6051617920781043786 1 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 6D:77:2E:6D:BF:C7:6C:11:BF:FA:57:01:FA:8E:DB:C1:9A:B2:7B:77:A1:D9:C8:73:AA:BF:31:A6:07:47:07:3F\r\na=ice-options:trickle\r\na=msid-semantic: WMS *\r\na=group:BUNDLE audio video data\r\n" } Logger.js:154:22 2020-09-02T14:24:17.960Z [modules/xmpp/JingleSessionPC.js] : removal not necessary Logger.js:154:22 2020-09-02T14:24:17.962Z [modules/xmpp/JingleSessionPC.js] : addition not necessary Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:20.461Z [modules/RTC/BridgeChannel.js] <_handleChannel/e.onopen>: datachannel channel opened Logger.js:154:22 2020-09-02T14:24:20.462Z [JitsiConferenceEventManager.js] : (TIME) data.channel.opened: 66624 Logger.js:154:22 2020-09-02T14:24:20.463Z [modules/xmpp/JingleSessionPC.js] : JingleSessionPC[p2p=false,initiator=false,sid=92n2oqnghgelc] setReceiverVideoConstraint - max frame height: 720 Logger.js:154:22 2020-09-02T14:24:20.464Z [modules/RTC/BridgeChannel.js] : sending a ReceiverVideoConstraint message with a maxFrameHeight of 720 pixels Logger.js:154:22 2020-09-02T14:24:20.464Z [features/base/conference] : setReceiverVideoConstraint: 720 Logger.js:154:22 2020-09-02T14:24:20.466Z [modules/RTC/BridgeChannel.js] : sending pinned changed notification to the bridge for endpoint null Logger.js:154:22 2020-09-02T14:24:20.467Z [modules/RTC/BridgeChannel.js] : sending selected changed notification to the bridge for endpoints Array [ "7b9fd07f" ] Logger.js:154:22 2020-09-02T14:24:20.468Z [modules/RTC/BridgeChannel.js] : sending a ReceiverVideoConstraint message with a maxFrameHeight of 720 pixels Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:21.299Z [modules/RTC/BridgeChannel.js] <_handleChannel/e.onmessage>: Channel new dominant speaker event: a906cd0b Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:25.744Z [modules/RTC/RTC.js] : Removed remote tracks for 7b9fd07f count: 1 Logger.js:154:22 2020-09-02T14:24:25.749Z [modules/UI/videolayout/RemoteVideo.js] : Audio removed 7b9fd07f Object { 0: audio#remoteAudio_ed7552d6-5e5f-4b1a-9be2-45560909cabc, length: 1 } Logger.js:154:22 2020-09-02T14:24:25.751Z [modules/UI/videolayout/RemoteVideo.js] : 7b9fd07f thumbnail connection status: active Logger.js:154:22 2020-09-02T14:24:25.786Z [modules/UI/videolayout/VideoLayout.js] : Removing remote video: 7b9fd07f Logger.js:154:22 2020-09-02T14:24:25.787Z [modules/UI/videolayout/SmallVideo.js] : Remove thumbnail 7b9fd07f Logger.js:154:22 2020-09-02T14:24:25.794Z [modules/UI/videolayout/SmallVideo.js] : Displaying blackness-with-name for a906cd0b, data: [{"isCurrentlyOnLargeVideo":true,"isHovered":false,"isAudioOnly":false,"tileViewActive":false,"isVideoPlayable":true,"hasVideo":true,"connectionStatus":null,"videoStream":true,"isVideoMuted":false,"videoStreamMuted":false}] Logger.js:154:22 2020-09-02T14:24:25.807Z [modules/RTC/BridgeChannel.js] : sending selected changed notification to the bridge for endpoints Array [ "a906cd0b" ] Logger.js:154:22 2020-09-02T14:24:25.809Z [conference.js] <_setupListeners/<>: USER 7b9fd07f LEFT: Object { _jid: "someroom@sipvideo.jitsi124x111.iskratel.si/7b9fd07f", _id: "7b9fd07f", _conference: {…}, _displayName: "siptest2", _supportsDTMF: true, _tracks: (1) […], _role: "participant", _status: "Failed", _hidden: false, _statsID: undefined, … } Logger.js:154:22 2020-09-02T14:24:25.811Z [JitsiConference.js] : Auto P2P disabled Logger.js:154:22 2020-09-02T14:24:25.811Z [modules/xmpp/moderator.js] : Someone left is it focus ? someroom@sipvideo.jitsi124x111.iskratel.si/7b9fd07f Logger.js:154:22 2020-09-02T14:24:25.846Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: pause handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:25.893Z [modules/xmpp/strophe.jingle.js] : on jingle source-remove from someroom@sipvideo.jitsi124x111.iskratel.si/focus Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:25.913Z [modules/xmpp/JingleSessionPC.js] <_addOrRemoveRemoteStream/<>: Processing removeRemoteStream Logger.js:154:22 2020-09-02T14:24:25.914Z [modules/xmpp/JingleSessionPC.js] <_addOrRemoveRemoteStream/<>: ICE connection state: connected Logger.js:154:22 2020-09-02T14:24:25.922Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate>: Renegotiate: setting remote description Logger.js:154:22 The description does not look like plan-b interop.js:328:20 Halt: There are no SSRC groups in the remote description. index.js:146:16 2020-09-02T14:24:25.936Z [modules/RTC/TraceablePeerConnection.js] : TPC[1,p2p:false] - remote track removed: ed7552d6-5e5f-4b1a-9be2-45560909cabc, {27a3a9d8-357c-438b-9088-20d6abc7ee46} Logger.js:154:22 2020-09-02T14:24:25.938Z [modules/RTC/TraceablePeerConnection.js] : TPC[1,p2p:false] Removed track not found for msid: ed7552d6-5e5f-4b1a-9be2-45560909cabc, track id: {27a3a9d8-357c-438b-9088-20d6abc7ee46} Logger.js:154:22 2020-09-02T14:24:25.939Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate/<>: Renegotiate: creating answer Logger.js:154:22 2020-09-02T14:24:25.940Z [modules/RTC/JitsiRemoteTrack.js] <_containerEventHandler>: ended handler was called for a container with attached RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: live, muted: true, enabled: true] Logger.js:154:22 2020-09-02T14:24:25.944Z [modules/RTC/TraceablePeerConnection.js] : No SSRCs found in the local SDP for LocalTrack[1,audio] MSID: {e5610fe2-6562-4c89-a5fa-002ebb34fc97} {7dd58893-b831-4785-aa17-41ba98a3b581} in TPC[1,p2p:false] Logger.js:154:22 2020-09-02T14:24:25.945Z [modules/xmpp/JingleSessionPC.js] <_responderRenegotiate/: Renegotiate: setting local description Logger.js:154:22 The description does not look like plan-b interop.js:328:20 2020-09-02T14:24:25.972Z [modules/xmpp/JingleSessionPC.js] <_addOrRemoveRemoteStream/: removeRemoteStream - OK, SDPs: Object { media: (3) […], raw: "v=0\r\no=mozilla...THIS_IS_SDPARTA-80.0.1 6051617920781043786 1 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 6D:77:2E:6D:BF:C7:6C:11:BF:FA:57:01:FA:8E:DB:C1:9A:B2:7B:77:A1:D9:C8:73:AA:BF:31:A6:07:47:07:3F\r\na=ice-options:trickle\r\na=msid-semantic: WMS *\r\na=group:BUNDLE audio video data\r\nm=audio 63449 RTP/SAVPF 111 126\r\nc=IN IP4 172.18.96.12\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:126 telephone-event/8000\r\na=fmtp:111 maxplaybackrate=48000;stereo=1;useinbandfec=1\r\na=fmtp:126 0-15\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=setup:active\r\na=mid:audio\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=candidate:0 1 UDP 2122252543 172.18.96.12 63449 typ host\r\na=candidate:1 1 UDP 2122187007 172.18.120.12 63450 typ host\r\na=candidate:2 1 TCP 2105524479 172.18.96.12 9 typ host tcptype active\r\na=candidate:3 1 TCP 2105458943 172.18.120.12 9 typ host tcptype active\r\na=end-of-candidates\r\na=ssrc:615170445 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:615170445 msid:{e5610fe2-6562-4c89-a5fa-002ebb34fc97}-1 {92ecf137-d31c-4e9b-8e2f-b746a1f2b601}-1\r\na=rtcp-mux\r\nm=video 9 RTP/SAVPF 100 96 107 99 101 97\r\nc=IN IP4 0.0.0.0\r\na=rtpmap:100 VP8/90000\r\na=rtpmap:96 rtx/90000\r\na=rtpmap:107 H264/90000\r\na=rtpmap:99 rtx/90000\r\na=rtpmap:101 VP9/90000\r\na=rtpmap:97 rtx/90000\r\na=fmtp:107 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1\r\na=fmtp:100 max-fs=12288;max-fr=60\r\na=fmtp:96 apt=100\r\na=fmtp:99 apt=107\r\na=fmtp:101 max-fs=12288;max-fr=60\r\na=fmtp:97 apt=101\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:107 nack\r\na=rtcp-fb:107 nack pli\r\na=rtcp-fb:107 ccm fir\r\na=rtcp-fb:107 transport-cc\r\na=rtcp-fb:101 nack\r\na=rtcp-fb:101 nack pli\r\na=rtcp-fb:101 ccm fir\r\na=rtcp-fb:101 transport-cc\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=setup:active\r\na=mid:video\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=ssrc:869449479 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:869449479 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:1916336486 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:1916336486 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:1679569431 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:1679569431 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:596352196 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:596352196 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:3844612440 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:3844612440 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:2396704228 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:2396704228 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc-group:FID 869449479 1916336486\r\na=ssrc-group:FID 1679569431 596352196\r\na=ssrc-group:FID 3844612440 2396704228\r\na=ssrc-group:SIM 869449479 1679569431 3844612440\r\na=rtcp-mux\r\na=rid:1 send\r\na=rid:2 send\r\na=rid:3 send\r\na=simulcast:send 1;2;3\r\nm=application 9 DTLS/SCTP 5000\r\nc=IN IP4 0.0.0.0\r\na=setup:active\r\na=mid:data\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=rtcp-mux\r\na=sctpmap:5000 webrtc-datachannel 256\r\na=max-message-size:1073741823\r\n", session: "v=0\r\no=mozilla...THIS_IS_SDPARTA-80.0.1 6051617920781043786 1 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 6D:77:2E:6D:BF:C7:6C:11:BF:FA:57:01:FA:8E:DB:C1:9A:B2:7B:77:A1:D9:C8:73:AA:BF:31:A6:07:47:07:3F\r\na=ice-options:trickle\r\na=msid-semantic: WMS *\r\na=group:BUNDLE audio video data\r\n" } Object { media: (3) […], raw: "v=0\r\no=mozilla...THIS_IS_SDPARTA-80.0.1 6051617920781043786 2 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 6D:77:2E:6D:BF:C7:6C:11:BF:FA:57:01:FA:8E:DB:C1:9A:B2:7B:77:A1:D9:C8:73:AA:BF:31:A6:07:47:07:3F\r\na=ice-options:trickle\r\na=msid-semantic: WMS *\r\na=group:BUNDLE audio video data\r\nm=audio 63449 RTP/SAVPF 111 126\r\nc=IN IP4 172.18.96.12\r\na=rtpmap:111 opus/48000/2\r\na=rtpmap:126 telephone-event/8000\r\na=fmtp:111 maxplaybackrate=48000;stereo=1;useinbandfec=1\r\na=fmtp:126 0-15\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=setup:active\r\na=mid:audio\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=candidate:0 1 UDP 2122252543 172.18.96.12 63449 typ host\r\na=candidate:1 1 UDP 2122187007 172.18.120.12 63450 typ host\r\na=candidate:2 1 TCP 2105524479 172.18.96.12 9 typ host tcptype active\r\na=candidate:3 1 TCP 2105458943 172.18.120.12 9 typ host tcptype active\r\na=end-of-candidates\r\na=ssrc:615170445 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:615170445 msid:{e5610fe2-6562-4c89-a5fa-002ebb34fc97}-1 {92ecf137-d31c-4e9b-8e2f-b746a1f2b601}-1\r\na=rtcp-mux\r\nm=video 9 RTP/SAVPF 100 96 107 99 101 97\r\nc=IN IP4 0.0.0.0\r\na=rtpmap:100 VP8/90000\r\na=rtpmap:96 rtx/90000\r\na=rtpmap:107 H264/90000\r\na=rtpmap:99 rtx/90000\r\na=rtpmap:101 VP9/90000\r\na=rtpmap:97 rtx/90000\r\na=fmtp:107 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1\r\na=fmtp:100 max-fs=12288;max-fr=60\r\na=fmtp:96 apt=100\r\na=fmtp:99 apt=107\r\na=fmtp:101 max-fs=12288;max-fr=60\r\na=fmtp:97 apt=101\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 nack pli\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 transport-cc\r\na=rtcp-fb:107 nack\r\na=rtcp-fb:107 nack pli\r\na=rtcp-fb:107 ccm fir\r\na=rtcp-fb:107 transport-cc\r\na=rtcp-fb:101 nack\r\na=rtcp-fb:101 nack pli\r\na=rtcp-fb:101 ccm fir\r\na=rtcp-fb:101 transport-cc\r\na=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=setup:active\r\na=mid:video\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=ssrc:869449479 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:869449479 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:1916336486 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:1916336486 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:1679569431 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:1679569431 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:596352196 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:596352196 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:3844612440 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:3844612440 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc:2396704228 cname:{312aada7-a4c0-4079-8a5f-02e79dd7a453}-1\r\na=ssrc:2396704228 msid:{4208f5a1-0e0e-4bbb-841d-720b97e6ffcf}-1 {a7d76834-f4db-46f3-b822-c67819ee0595}-1\r\na=ssrc-group:FID 869449479 1916336486\r\na=ssrc-group:FID 1679569431 596352196\r\na=ssrc-group:FID 3844612440 2396704228\r\na=ssrc-group:SIM 869449479 1679569431 3844612440\r\na=rtcp-mux\r\na=rid:1 send\r\na=rid:2 send\r\na=rid:3 send\r\na=simulcast:send 1;2;3\r\nm=application 9 DTLS/SCTP 5000\r\nc=IN IP4 0.0.0.0\r\na=setup:active\r\na=mid:data\r\na=sendrecv\r\na=ice-ufrag:69606d3d\r\na=ice-pwd:72f213de2483b7df4ecf314d300d3b0c\r\na=rtcp-mux\r\na=sctpmap:5000 webrtc-datachannel 256\r\na=max-message-size:1073741823\r\n", session: "v=0\r\no=mozilla...THIS_IS_SDPARTA-80.0.1 6051617920781043786 2 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 6D:77:2E:6D:BF:C7:6C:11:BF:FA:57:01:FA:8E:DB:C1:9A:B2:7B:77:A1:D9:C8:73:AA:BF:31:A6:07:47:07:3F\r\na=ice-options:trickle\r\na=msid-semantic: WMS *\r\na=group:BUNDLE audio video data\r\n" } Logger.js:154:22 2020-09-02T14:24:25.975Z [modules/xmpp/JingleSessionPC.js] : removal not necessary Logger.js:154:22 2020-09-02T14:24:25.976Z [modules/xmpp/JingleSessionPC.js] : addition not necessary Logger.js:154:22 2020-09-02T14:24:26.112Z [modules/UI/videolayout/LargeVideoManager.js] : hover in a906cd0b Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. 2 http-bind 2020-09-02T14:24:45.763Z [modules/xmpp/strophe.jingle.js] : on jingle session-terminate from someroom@sipvideo.jitsi124x111.iskratel.si/focus Logger.js:154:22 2020-09-02T14:24:45.765Z [modules/xmpp/strophe.jingle.js] : terminating... 92n2oqnghgelc Logger.js:154:22 2020-09-02T14:24:45.767Z [modules/xmpp/JingleSessionPC.js] : Session terminated JingleSessionPC[p2p=false,initiator=false,sid=92n2oqnghgelc] expired Idle session timeout Logger.js:154:22 2020-09-02T14:24:45.768Z [JitsiConference.js] : Call ended: expired - Idle session timeout P2P ?false Logger.js:154:22 2020-09-02T14:24:45.768Z [JitsiConference.js] : Stopping JVB CallStats Logger.js:154:22 2020-09-02T14:24:45.769Z [modules/RTC/TraceablePeerConnection.js] : Closing TPC[1,p2p:false]... Logger.js:154:22 2020-09-02T14:24:45.785Z [modules/RTC/BridgeChannel.js] <_handleChannel/e.onclose>: Channel closed by server Logger.js:154:22 2020-09-02T14:24:45.786Z [modules/RTC/JitsiRemoteTrack.js] <_bindTrackHandlers/<>: "onended" event(1599056685785): RemoteTrack[userID: 7b9fd07f, type: audio, ssrc: 3444414749, p2p: false, status: readyState: ended, muted: true, enabled: true] Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind 2020-09-02T14:24:45.933Z [modules/xmpp/ChatRoom.js] <_initFocus>: Ignore focus: someroom@sipvideo.jitsi124x111.iskratel.si/focus, real JID: focus@auth.jitsi124x111.iskratel.si/focus24409124942 Logger.js:154:22 2020-09-02T14:24:45.938Z [modules/xmpp/ChatRoom.js] <_initFocus>: Ignore focus: someroom@sipvideo.jitsi124x111.iskratel.si/focus, real JID: focus@auth.jitsi124x111.iskratel.si/focus24409124942 Logger.js:154:22 Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored. http-bind
damencho commented 4 years ago

And what is the content of invitesLeftToSend on this line: https://github.com/jitsi/jitsi-meet/blob/093254d948fbcc67afbe339840bf93f7564980ae/react/features/invite/actions.any.js#L158

The logs above show that you are dialing out jigasi and not sending the correct iq for inviting jibri. You need to find out from the code above why is that, just pasting logs will not help.

Please do not post those logs here as it makes the issue unreadable, use https://gist.github.com/

research4me commented 4 years ago

Hi,

somehow our JS developer helped get around this JS problem. Don't know exactly where the problem is, but I will write more about this when I get back to solving JS problem. Right now I have hard coded json with rooms for searchpeople.

So now jitsi UI gives possible contacts from json. Then jibri gets called, but the problem is, pjsua is called with parameters: /opt/jitsi/jibri/pjsua.sh --id=siptest1 <sip:jibri@127.0.0.1> sip:1198@172.18.96.180

If I try to call the same thing from CLI it doesn't work either. Syntax problem. This --id is in the wrong form. --id should be: --id=sip:1207@172.18.96.180, without <>, ... can you please tell me where can I change this, because id is used for registration in pjsua. Is it possible to edit this in jibri config? I tried to add id and registrar in pjsua.config but it obviously gets overwritten when command is called.

Than you in advanced. BR

expatiating commented 3 years ago

@research4me are you able to post your methods to solving the JS issue? I believe I am at this same point. I get the following error and can step through the code execution with breakpoints, but not familiar enough to know why it is erring yet

[modules/videosipgw/JitsiVideoSIPGWSession.js] Failed to start video SIP GW session, error:  
<iq xmlns=​"jabber:​client" type=​"error" from=​"jibribrewery@muc.subdomain.domain/​focus" id=​"cf3bc8e2-623e-40c8-aa26-f4ce91706ef1:​sendIQ" to=​"c770695e-5473-4c38-bbd4-0584b2642606@subdomain.domain/​q9X8rqdE">​
  <error type=​"cancel">
    ​<item-not-found xmlns=​"urn:​ietf:​params:​xml:​ns:​xmpp-stanzas">​
    </item-not-found>
  ​</error>​
</iq>​

Also perhaps your details for the pjsua.sh too as I suspect that will be my next issue to resolve.

research4me commented 3 years ago

@expatiating sorry for late replay. The thing is that what I did to solve my JS issue is already solved by someone else and also well explained + it solves some more issues I also had afterwards. So it's better if you stick to this solution. It's all here: https://github.com/netaskd/docker-jitsi-meet/commit/26a000a2117a4a1257396fb1cdf0772f70cf2c2f#

For this SIP syntax problem I changed content of file PjsuaClient.kt and rebuilt jibri. In PjsuaClient.kt I add parsing of value --id from pjsua.config which I then add to pjsua command line. The code here: https://gist.github.com/research4me/312f5e88f5984adc36620af4f263a547

@damencho in your first post to this issue you said: `The idea here is you need to do the following for incoming calls:

something is fronting your sip service, you get the video call you select a jibri and invoke its httpapi, so it can join the room and start listening on sip 5060 then you forward the original call to the sip on jibri and everything should work.`

Can you explain what you did? Is there anything we can use to do this fronting sip service and invoking jibri API?

Thanks

damencho commented 3 years ago

@damencho in your first post to this issue you said: `The idea here is you need to do the following for incoming calls:

something is fronting your sip service, you get the video call you select a jibri and invoke its httpapi, so it can join the room and start listening on sip 5060 then you forward the original call to the sip on jibri and everything should work.`

We were doing this with voximplant, an incoming call starts the scenario where we do an HTTP query to the jibri selector which sends us back its address of the jibri and we execute a REST API call to jibri which at that moment will start listening on 5060 and will join the conference and then we just forward the incoming sip call to the jibri (its pjsua which is listening on 5060), which will answer it and will do its magic. Or it was that the selector executes the REST API and just returns the address where to forward the sip call ...

research4me commented 3 years ago

@damencho did you have this Voximplant platform that you need to purchase or did you use any free open source Voximplant SW? So you say that after you forward the call to jibri everything happens as if we call from jibri to SIP phone? So selenium, ffmpeg, etc.?

damencho commented 3 years ago

@damencho did you have this Voximplant platform that you need to purchase or did you use any free open source Voximplant SW?

Yep the platform.

So you say that after you forward the call to jibri everything happens as if we call from jibri to SIP phone? So selenium, ffmpeg, etc.?

Yes.

research4me commented 3 years ago

Thanks, I will try with some opensource software. Now I have another question, how can I change the URL of jitsi web so that it would be https://hostname.example.com/jitsi instead of https://hostname.example.com I tried changing nginx config but I can't get it to work. Does jitsi have some "restriction" so it can only live on root path?

Thanks in advanced

kaymyst commented 3 years ago

Thank you for your help, I am really out of ideas here. Ok so as you said; in search for people field in UI I entered "siptest", first it says connected and after a second it says failed. There is nothing in jibri log. image

Hi, I've tried to enable this feature and I followed this guide : https://jitsi.github.io/handbook/docs/devops-guide/videosipgw I have a latest jitsi setup and a latest jibri instance setup. I enabled jwt, and also have a people search service sending json which is really static json file for now. I get the option to add contacts in the invite dialog and it calls my service correctly as I type but it does not show me the entry of my service and says "No matching search result" which is different to what happens to the user above so wonder what I'm doing wrong. My service is very similar to what @research4me has done so I'm wondering what I've done wrong or if it is a regression in jitsi-meet thanks

mabocoglu commented 2 years ago

Thank you for your help, I am really out of ideas here. Ok so as you said; in search for people field in UI I entered "siptest", first it says connected and after a second it says failed. There is nothing in jibri log. image

Hi, I've tried to enable this feature and I followed this guide : https://jitsi.github.io/handbook/docs/devops-guide/videosipgw I have a latest jitsi setup and a latest jibri instance setup. I enabled jwt, and also have a people search service sending json which is really static json file for now. I get the option to add contacts in the invite dialog and it calls my service correctly as I type but it does not show me the entry of my service and says "No matching search result" which is different to what happens to the user above so wonder what I'm doing wrong. My service is very similar to what @research4me has done so I'm wondering what I've done wrong or if it is a regression in jitsi-meet thanks

You have to consider the json content. According to _parseQueryResults function, you have to prepare the right json format.

According to the constant value there should be some filtering for INVITE_TYPES.VIDEO_ROOM. But there is not in _parseQueryResults function. You may add some code inside this function such as;

_parseQueryResults(response = []) {

... // previous code lines

const videoRooms = response.filter(item => item.type === INVITE_TYPES.VIDEO_ROOM);
        const videoRoomDisplayItems = videoRooms.map(videoRoom => {
            return {
                filterValues: [
                    videoRoom.id
                ],
                content: videoRoom.name,
                description: 'Some description field in json content',
                item: videoRoom,
                value: videoRoom.id
            };
        });

        return [
            ...userDisplayItems,
            ...numberDisplayItems,
            ...sipDisplayItems,
            ...videoRoomDisplayItems
        ];
}

Then you can see results at invite window.