记录启动失败,Chrome无法启动:在jitsi Meet中异常退出

时间:2018-10-24 05:27:37

标签: jitsi-meet

在通话记录过程中,我遇到了无法开始录音的问题。请提供以下问题的解决方案。                     [在此处输入图像描述] [1]。  我遇到录制无法启动的问题,因此我使用以下llink安装了jibri:

                https://github.com/jitsi/jibri

                After installing jibri , i started jibri using below cmd but i faced issue jibri failed to start.

                sudo systemctl start jibri

                **after i type status cmd :**

                sudo service jibri status

                **output:**

              jibri.service - Jibri Process
            Loaded: loaded (/etc/systemd/system/jibri.service; disabled; vendor preset: enabled)
            Active: active (running) since Tue 2018-10-23 12:10:38 IST; 5s ago
            Process: 29459 ExecStop=/opt/jitsi/jibri/graceful_shutdown.sh (code=exited, status=7)
            Main PID: 29463 (java)
            Tasks: 70 (limit: 65000)
            CGroup: /system.slice/jibri.service
            ├─ 5703 /usr/local/bin/chromedriver --port=10511 --log-path=/tmp/chromedriver.log
            ├─14137 /usr/local/bin/chromedriver --port=28140 --log-path=/tmp/chromedriver.log
            ├─17453 /usr/local/bin/chromedriver --port=9736 --log-path=/tmp/chromedriver.log
            ├─26344 /usr/local/bin/chromedriver --port=17352 --log-path=/tmp/chromedriver.log
            ├─29463 java -Djava.util.logging.config.file=/etc/jitsi/jibri/logging.properties -jar /opt/jitsi/jibri/jibri.jar --config
            ├─29960 /usr/local/bin/chromedriver --port=11497 --log-path=/tmp/chromedriver.log
            └─31651 /usr/local/bin/chromedriver --port=23235 --log-path=/tmp/chromedriver.log

            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.034 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.start() The trustA
            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.523 INFO: [1] class org.jitsi.xmpp.mucclient.MucClient.connected(
            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.591 INFO: [1] class org.jitsi.xmpp.mucclient.MucClient.authentica
            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.607:WARN:oejsh.ContextHandler:main: o.e.j.s.ServletContextHandler
            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.607:WARN:oejsh.ContextHandler:main: Empty contextPath
            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.607:INFO:oejs.Server:main: jetty-9.2.z-SNAPSHOT
            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.647 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.c
            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.677:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContex
            Oct 23 12:10:40 trajectus-01 launch.sh[29463]: 2018-10-23 12:10:40.677:INFO:oejs.ServerConnector:main: Started ServerConnector@6719a

            **jicofo logs:** 
please consider jicofo logs
        Jicofo 2018-10-24 14:06:04.694 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.io.unicode.encoding=UnicodeLittle
        Jicofo 2018-10-24 14:06:04.694 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.cpu.endian=little
        Jicofo 2018-10-24 14:06:04.694 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi
        Jicofo 2018-10-24 14:06:04.695 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.cpu.isalist=
        Jicofo 2018-10-24 14:06:04.695 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() Normal classloader
        Jicofo 2018-10-24 14:06:04.695 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() failed to find jitsi-defaults.properties with class loader, will continue without it.
        Jicofo 2018-10-24 14:06:04.696 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() Normal classloader
        Jicofo 2018-10-24 14:06:04.696 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() failed to find jitsi-default-overrides.properties with class loader, will continue without it.
        Jicofo 2018-10-24 14:06:04.704 SEVERE: [11] impl.configuration.ConfigurationActivator.log() Error creating c lib instance for fixing file permissions
        java.nio.file.FileSystemException: /etc/jitsi/jicofo: Operation not permitted
            at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
            at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
            at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
            at sun.nio.fs.UnixFileAttributeViews$Posix.setMode(UnixFileAttributeViews.java:238)
            at sun.nio.fs.UnixFileAttributeViews$Posix.setPermissions(UnixFileAttributeViews.java:260)
            at java.nio.file.Files.setPosixFilePermissions(Files.java:2045)
            at net.java.sip.communicator.impl.configuration.ConfigurationActivator.fixPermissions(ConfigurationActivator.java:166)
            at net.java.sip.communicator.impl.configuration.ConfigurationActivator.start(ConfigurationActivator.java:87)
            at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307)
            at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472)
            at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137)
            at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122)
            at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28)
            at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231)
        Jicofo 2018-10-24 14:06:04.719 INFO: [11] util.NetworkUtils.<clinit>().117 java.net.preferIPv6Addresses=null
        Jicofo 2018-10-24 14:06:04.719 INFO: [11] util.NetworkUtils.<clinit>().118 java.net.preferIPv4Stack=null
        Jicofo 2018-10-24 14:06:04.724 INFO: [11] impl.netaddr.NetworkAddressManagerServiceImpl.start().92 Network Address Manager         ...[  STARTED ]
        Jicofo 2018-10-24 14:06:04.725 INFO: [11] impl.netaddr.NetworkAddressManagerServiceImpl.start().98 Network Address Manager Service ...[REGISTERED]
        Jicofo 2018-10-24 14:06:04.729 INFO: [11] org.jitsi.version.AbstractVersionActivator.start().119 JiCoFo Version: JiCoFo 1.0.1.0-425
        Jicofo 2018-10-24 14:06:04.938 INFO: [11] org.jitsi.jicofo.JitsiMeetGlobalConfig.init().170 Automatically grant 'owner' role: true
        Jicofo 2018-10-24 14:06:04.938 INFO: [11] org.jitsi.jicofo.JitsiMeetGlobalConfig.init().183 Jibri requests in PENDING state will be timed out after: 90 seconds
        Jicofo 2018-10-24 14:06:04.938 INFO: [11] org.jitsi.jicofo.JitsiMeetGlobalConfig.init().197 Lonely participants will be "terminated" after 20000 milliseconds
        Jicofo 2018-10-24 14:06:04.963 INFO: [11] org.jitsi.jicofo.BridgeSelector.createBridgeSelectionStrategy().175 Using SingleBridgeSelectionStrategy
        Jicofo 2018-10-24 14:06:04.963 INFO: [11] org.jitsi.jicofo.BridgeSelector.<init>().145 Using org.jitsi.jicofo.BridgeSelector$SingleBridgeSelectionStrategy
        Jicofo 2018-10-24 14:06:04.964 INFO: [11] org.jitsi.jicofo.BridgeSelector.init().599 Bridge failure reset threshold: 300000
        Jicofo 2018-10-24 14:06:04.966 INFO: [11] org.jitsi.jicofo.JitsiMeetServices.start().351 Using a Jibri detector with MUC: JibriBrewery@internal.auth.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:06:05.052 INFO: [11] org.eclipse.jetty.server.Server.doStart() jetty-8.1.16.v20140903
        Jicofo 2018-10-24 14:06:05.091 INFO: [11] org.eclipse.jetty.server.AbstractConnector.doStart() Started SelectChannelConnector@0.0.0.0:8888
        Jicofo 2018-10-24 14:06:05.092 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=localhost
        Jicofo 2018-10-24 14:06:05.093 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=115.248.119.203
        Jicofo 2018-10-24 14:06:05.093 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90
        Jicofo 2018-10-24 14:06:05.093 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.jibri.BREWERY=JibriBrewery@internal.auth.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:06:05.099 INFO: [1] org.jitsi.xmpp.component.ComponentBase.loadConfig().202 Component org.jitsi.jicofo. config: 
        Jicofo 2018-10-24 14:06:05.099 INFO: [1] org.jitsi.xmpp.component.ComponentBase.loadConfig().203   ping interval: 10000 ms
        Jicofo 2018-10-24 14:06:05.099 INFO: [1] org.jitsi.xmpp.component.ComponentBase.loadConfig().204   ping timeout: 5000 ms
        Jicofo 2018-10-24 14:06:05.099 INFO: [1] org.jitsi.xmpp.component.ComponentBase.loadConfig().205   ping threshold: 3
        Jicofo 2018-10-24 14:06:05.409 INFO: [18] org.jitsi.jicofo.xmpp.BaseBrewery.start().192 Joined brewery room: JibriBrewery@internal.auth.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:06:05.415 INFO: [18] org.jitsi.jicofo.ComponentsDiscovery.discoverServices().267 New component discovered: auth.xxxxxxxxxxxxx, IQ Stanza (query jabber:iq:version) [to=focus@auth.xxxxxxxxxxxxx/focus169297462063935,from=auth.xxxxxxxxxxxxx,id=5f7tO-34,type=result,]
        Jicofo 2018-10-24 14:06:05.416 INFO: [18] org.jitsi.jicofo.JitsiMeetServices.newNodeDiscovered().208 Detected XMPP server version: IQ Stanza (query jabber:iq:version) [to=focus@auth.xxxxxxxxxxxxx/focus169297462063935,from=auth.xxxxxxxxxxxxx,id=5f7tO-34,type=result,]
        Jicofo 2018-10-24 14:06:05.425 INFO: [18] org.jitsi.jicofo.ComponentsDiscovery.discoverServices().267 New component discovered: focus.xxxxxxxxxxxxx, null
        Jicofo 2018-10-24 14:06:05.426 INFO: [18] org.jitsi.jicofo.ComponentsDiscovery.discoverServices().267 New component discovered: conference.xxxxxxxxxxxxx, null
        Jicofo 2018-10-24 14:06:05.426 INFO: [18] org.jitsi.jicofo.JitsiMeetServices.newNodeDiscovered().200 MUC component discovered: conference.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:06:05.434 INFO: [18] org.jitsi.jicofo.ComponentsDiscovery.discoverServices().267 New component discovered: jitsi-videobridge.xxxxxxxxxxxxx, IQ Stanza (query jabber:iq:version) [to=focus@auth.xxxxxxxxxxxxx/focus169297462063935,from=jitsi-videobridge.xxxxxxxxxxxxx,id=5f7tO-43,type=result,]
        Jicofo 2018-10-24 14:06:05.434 INFO: [18] org.jitsi.jicofo.BridgeSelector.addJvbAddress().214 Added videobridge: jitsi-videobridge.xxxxxxxxxxxxx v: IQ Stanza (query jabber:iq:version) [to=focus@auth.xxxxxxxxxxxxx/focus169297462063935,from=jitsi-videobridge.xxxxxxxxxxxxx,id=5f7tO-43,type=result,]
        Jicofo 2018-10-24 14:06:05.434 WARNING: [18] org.jitsi.jicofo.BridgeSelector.addJvbAddress().226 No pub-sub node mapped for jitsi-videobridge.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:06:05.439 INFO: [18] org.jitsi.jicofo.ComponentsDiscovery.discoverServices().267 New component discovered: recorder.xxxxxxxxxxxxx, IQ Stanza (query jabber:iq:version) [to=focus@auth.xxxxxxxxxxxxx/focus169297462063935,from=recorder.xxxxxxxxxxxxx,id=5f7tO-48,type=result,]
        Jicofo 2018-10-24 14:06:05.439 INFO: [18] org.jitsi.jicofo.ComponentsDiscovery.scheduleRediscovery().189 Services re-discovery interval: 30000
        Jicofo 2018-10-24 14:06:05.440 INFO: [43] org.jitsi.jicofo.JvbDoctor.log() Scheduled health-check task for: jitsi-videobridge.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:06:05.440 INFO: [18] org.jitsi.jicofo.FocusManager.log() XMPP provider reg state: RegistrationState=Registered
        Jicofo 2018-10-24 14:06:05.450 INFO: [18] org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.doConnect().309 XMPP provider Jabber:focus@auth.xxxxxxxxxxxxx/focus169297462063935@localhost connected (JID: focus@auth.xxxxxxxxxxxxx/focus169297462063935)
        Jicofo 2018-10-24 14:06:05.475 INFO: [37] org.jitsi.jicofo.xmpp.BaseBrewery.processInstanceStatusChanged().324 Added brewery instance: jibribrewery@internal.auth.xxxxxxxxxxxxx/jibri-nickname
        Jicofo 2018-10-24 14:06:05.475 INFO: [37] org.jitsi.jicofo.recording.jibri.JibriDetector.onInstanceStatusChanged().138 Received Jibri status <jibri-status xmlns='http://jitsi.org/protocol/jibri' status='idle'/>
        Jicofo 2018-10-24 14:06:05.476 INFO: [37] org.jitsi.jicofo.recording.jibri.JibriDetector.notifyJibriStatus().179 Jibri: jibribrewery@internal.auth.xxxxxxxxxxxxx/jibri-nickname available: true
        Jicofo 2018-10-24 14:06:05.477 INFO: [37] org.jitsi.jicofo.recording.jibri.JibriDetector.onInstanceStatusChanged().138 Received Jibri status <jibri-status xmlns='http://jitsi.org/protocol/jibri' status='idle'/>
        Jicofo 2018-10-24 14:06:05.478 INFO: [37] org.jitsi.jicofo.recording.jibri.JibriDetector.notifyJibriStatus().179 Jibri: jibribrewery@internal.auth.xxxxxxxxxxxxx/jibri-nickname available: true
        Jicofo 2018-10-24 14:07:40.747 INFO: [58] org.jitsi.jicofo.xmpp.FocusComponent.handleConferenceIq().402 Focus request for room: gr3k9b@conference.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:07:40.758 INFO: [58] org.jitsi.jicofo.FocusManager.log() Created new focus for gr3k9b@conference.xxxxxxxxxxxxx@auth.xxxxxxxxxxxxx conferences count: 1 options:
            channelLastN: -1
            enableLipSync: true
            openSctp: true
            disableRtx: false
        Jicofo 2018-10-24 14:07:40.759 INFO: [58] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Lip-sync enabled in gr3k9b@conference.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:07:40.761 INFO: [58] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: gr3k9b@conference.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:07:40.883 INFO: [37] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@65b0bcbe member=ChatMember[gr3k9b@conference.xxxxxxxxxxxxx/2eac401b, jid: null]@1810162423]
        Jicofo 2018-10-24 14:07:40.886 INFO: [37] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Granted owner to gr3k9b@conference.xxxxxxxxxxxxx/2eac401b
        Jicofo 2018-10-24 14:07:40.889 INFO: [37] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member gr3k9b@conference.xxxxxxxxxxxxx/2eac401b joined.
        Jicofo 2018-10-24 14:07:52.342 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriSession.log() Starting Jibri jibribrewery@internal.auth.xxxxxxxxxxxxx/jibri-nickname for stream ID: null in room: gr3k9b@conference.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:07:52.354 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriSession.log() Setting jibri status to pending with failure reason null
        Jicofo 2018-10-24 14:07:52.355 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Got jibri status pending and failure null
        Jicofo 2018-10-24 14:07:52.356 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Publishing new jibri-recording-status: <jibri-recording-status xmlns='http://jitsi.org/protocol/jibri' status='pending' session_id='lbzpcgkstrrqhmky' recording_mode='file'/> in: gr3k9b@conference.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:07:52.359 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Started Jibri session
        Jicofo 2018-10-24 14:07:52.550 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriSession.log() Updating status from JIBRI: <iq to='focus@auth.xxxxxxxxxxxxx/focus169297462063935' from='jibribrewery@internal.auth.xxxxxxxxxxxxx/jibri-nickname' id='Zm9jdXNAYXV0aC5tZWV0LnRyYWplY3R1cy5jb20vZm9jdXMxNjkyOTc0NjIwNjM5MzUAMWhJZTgtNDg0APmHHvIijF9Z3mFwbatmy+g=' type='set'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error'/></iq> for gr3k9b@conference.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:07:52.550 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriSession.log() Setting jibri status to off with failure reason error
        Jicofo 2018-10-24 14:07:52.550 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Got jibri status off and failure error
        Jicofo 2018-10-24 14:07:52.550 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Publishing new jibri-recording-status: <jibri-recording-status xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error' session_id='lbzpcgkstrrqhmky' recording_mode='file'/> in: gr3k9b@conference.xxxxxxxxxxxxx
        Jicofo 2018-10-24 14:07:52.550 INFO: [95] org.jitsi.jicofo.recording.jibri.JibriSession.log() Cleaning up current JibriSession

            **jibri logs:**

            2018-10-22 15:32:58.058 INFO: [1] org.jitsi.jibri.Main.main() Using config file /etc/jitsi/jibri/config.json
            2018-10-22 15:32:58.596 INFO: [1] org.jitsi.jibri.Main.loadConfig() Parsed config:
            JibriConfig(recordingDirectory=/tmp/recordings, enabledStatsD=true, finalizeRecordingScriptPath=/path/to/finalize_recording.sh, xmppEnvironments=[XmppEnvironmentConfig(name=prod environment, xmppServerHosts=[xxxxxxxxxxxxx], xmppDomain=xxxxxxxxxxxxx, controlLogin=XmppCredentials(domain=auth.xxxxxxxxxxxxx, username=jibri, password=jibriauthpass), controlMuc=XmppMuc(domain=internal.auth.xxxxxxxxxxxxx, roomName=JibriBrewery, nickname=jibri-nickname), sipControlMuc=null, callLogin=XmppCredentials(domain=recorder.xxxxxxxxxxxxx, username=recorder, password=jibrirecorderpass), stripFromRoomDomain=conference., usageTimeoutMins=0, trustAllXmppCerts=true)])
            2018-10-22 15:32:59.064 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.
            2018-10-22 15:32:59.314 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.start() Connecting to xmpp environment on xxxxxxxxxxxxx with config XmppEnvironmentConfig(name=prod environment, xmppServerHosts=[xxxxxxxxxxxxx], xmppDomain=xxxxxxxxxxxxx, controlLogin=XmppCredentials(domain=auth.xxxxxxxxxxxxx, username=jibri, password=jibriauthpass), controlMuc=XmppMuc(domain=internal.auth.xxxxxxxxxxxxx, roomName=JibriBrewery, nickname=jibri-nickname), sipControlMuc=null, callLogin=XmppCredentials(domain=recorder.xxxxxxxxxxxxx, username=recorder, password=jibrirecorderpass), stripFromRoomDomain=conference., usageTimeoutMins=0, trustAllXmppCerts=true)
            2018-10-22 15:32:59.320 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
            2018-10-22 15:32:59.523 INFO: [1] class org.jitsi.xmpp.mucclient.MucClient.connected() [prod environment: auth.xxxxxxxxxxxxx@xxxxxxxxxxxxx] Xmpp connection status: connected
            2018-10-22 15:32:59.603 INFO: [1] class org.jitsi.xmpp.mucclient.MucClient.authenticated() [prod environment: auth.xxxxxxxxxxxxx@xxxxxxxxxxxxx] Xmpp connection status: authenticated (resume from previous? false)
            2018-10-22 15:32:59.662 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.
            2018-10-22 15:34:09.529 INFO: [26] org.jitsi.jibri.api.xmpp.XmppApi.handleJibriIq() Received JibriIq from environment prod environment
            2018-10-22 15:34:09.533 INFO: [26] org.jitsi.jibri.api.xmpp.XmppApi.handleStartJibriIq() Received start request
            2018-10-22 15:34:09.540 INFO: [26] org.jitsi.jibri.api.xmpp.XmppApi.handleStartJibriIq() Sending ‘pending’ response to start IQ
            2018-10-22 15:34:09.541 INFO: [40] org.jitsi.jibri.api.xmpp.XmppApi.run() Starting service
            2018-10-22 15:34:09.560 INFO: [40] org.jitsi.jibri.api.xmpp.XmppApi.handleStartService() Parsed call url info: CallUrlInfo(baseUrl=[https://xxxxxxxxxxxxx] (https://xxxxxxxxxxxxx/), callName=gr3k9b, urlParams=)
            2018-10-22 15:34:09.566 INFO: [40] org.jitsi.jibri.JibriManager.startFileRecording() Starting a file recording with params: FileRecordingRequestParams(callParams=CallParams(callUrlInfo=CallUrlInfo(baseUrl=https://xxxxxxxxxxxxx, callName=gr3k9b, urlParams=)), sessionId=nfjahprtndaxonbv, callLoginParams=XmppCredentials(domain=recorder.xxxxxxxxxxxxx, username=recorder, password=jibrirecorderpass)) finalize script path: /path/to/finalize_recording.sh and recordings directory: /tmp/recordings
            2018-10-22 15:34:10.238 SEVERE: [40] org.jitsi.jibri.api.xmpp.XmppApi.run() Error in startService task: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally
            (unknown error: DevToolsActivePort file doesn’t exist)
            (The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
            (Driver info: chromedriver=2.43.600233 (523efee95e3d68b8719b3a1c83051aa63aa6b10d),platform=Linux 4.15.0-36-generic x86_64) (WARNING: The server did not provide any stacktrace information)
            Command duration or timeout: 145 milliseconds
            Build info: version: ‘unknown’, revision: ‘unknown’, time: ‘unknown’
            System info: host: ‘trajectus-01’, ip: ‘127.0.1.1’, os.name: ‘Linux’, os.arch: ‘amd64’, os.version: ‘4.15.0-36-generic’, java.version: ‘1.8.0_181’
            Driver info: driver.version: ChromeDriver with stack:
            sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
            sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            java.lang.reflect.Constructor.newInstance(Constructor.java:423)
            org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
            org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
            org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$new$0(JsonWireProtocolResponse.java:53)
            org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$getResponseFunction$2(JsonWireProtocolResponse.java:91)
            org.openqa.selenium.remote.ProtocolHandshake.lambda$createSession$0(ProtocolHandshake.java:123)
            java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
            java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)
            java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
            java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
            java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
            java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
            java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152)
            java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464)
            org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:126)
            org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:73)
            org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:142)
            org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
            org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:601)
            org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:219)
            org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:142)
            org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:181)
            org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:168)
            org.jitsi.jibri.selenium.JibriSelenium.(JibriSelenium.kt:137)
            org.jitsi.jibri.selenium.JibriSelenium.(JibriSelenium.kt:100)
            org.jitsi.jibri.service.impl.FileRecordingJibriService.(FileRecordingJibriService.kt:109)
            org.jitsi.jibri.JibriManager.startFileRecording(JibriManager.kt:121)
            org.jitsi.jibri.api.xmpp.XmppApi.handleStartService(XmppApi.kt:285)
            org.jitsi.jibri.api.xmpp.XmppApi.access$handleStartService(XmppApi.kt:68)
            org.jitsi.jibri.api.xmpp.XmppApi$handleStartJibriIq$1.run(XmppApi.kt:200)
            java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
            java.util.concurrent.FutureTask.run(FutureTask.java:266)
            java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
            java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
            java.lang.Thread.run(Thread.java:748)

            2018-10-22 15:34:10.239 INFO: [40] org.jitsi.jibri.api.xmpp.XmppApi.run() Sending start service response iq:

            **prosody.log:**

            Oct 22 15:32:17 bosh91d1e9ff-76ef-4dc6-9136-0f5cafd71000 info BOSH client disconnected
            Oct 22 15:32:57 c2s5609e8894ed0 info Client disconnected: closed
            Oct 22 15:32:59 c2s5609e89aa410 info Client connected
            Oct 22 15:32:59 c2s5609e89aa410 info Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
            Oct 22 15:32:59 c2s5609e89aa410 info Authenticated as jibri@auth.xxxxxxxxxxxxx
            Oct 22 15:33:11 jcp5609e87abe30 info component disconnected: focus.xxxxxxxxxxxxx (closed)
            Oct 22 15:33:11 c2s5609e8795d50 info Client disconnected: closed
            Oct 22 15:33:11 c2s5609e8c65510 info Client connected
            Oct 22 15:33:11 jcp5609e84da9a0 info Incoming Jabber component connection
            Oct 22 15:33:11 focus.xxxxxxxxxxxxx:component info External component successfully authenticated
            Oct 22 15:33:11 c2s5609e8c65510 info Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
            Oct 22 15:33:11 c2s5609e8c65510 info Authenticated as focus@auth.xxxxxxxxxxxxx
            Oct 22 15:33:56 mod_bosh info New BOSH session, assigned it sid ‘d91b10f5-b114-4dbb-8c38-2165f1404b53’
            Oct 22 15:33:56 boshd91b10f5-b114-4dbb-8c38-2165f1404b53 info Authenticated as 8eefc6f0-937e-4968-9832-c7d45d583d48@xxxxxxxxxxxxx

            **prosody.err:**

            Oct 22 15:10:43 portmanager error   Error binding encrypted port for https: No key present in SSL/TLS configuration for https port 5281
            Oct 22 15:10:43 portmanager error   Error binding encrypted port for https: No key present in SSL/TLS configuration for https port 5281

在jibri日志中,我们遇到了Chrome无法启动:异常退出的问题。可能是这个问题仅基于我们面临的录制无法启动的问题。请为此问题提供解决方案。

              [1]: https://i.stack.imgur.com/xBrZX.jpg

0 个答案:

没有答案