I followed the tutorial you posted and the problem persists, record begins, generate file but this is empty
The file size is 4MB
And if you see the information of file, appears this (the file don’t have video/audio codec):
And the log is this:
Jicofo 2020-12-09 11:17:15.326 WARNING: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() No jingle session yet for 000009@conference.videoservicio.com/f5145907
Jicofo 2020-12-09 11:17:15.743 INFO: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Got session-accept from: 000009@conference.videoservicio.com/f5145907
Jicofo 2020-12-09 11:17:15.744 INFO: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Received session-accept from 000009@conference.videoservicio.com/f5145907 with accepted sources:Sources{ video: [ssrc=813948285 ssrc=2223685041 ssrc=407680937 ssrc=897731085 ssrc=84187$
Jicofo 2020-12-09 11:17:15.745 INFO: [30] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify add SSRC 000009@conference.videoservicio.com/8017de4b SID: 4p1ccsfpb66uh Sources{ video: [ssrc=813948285 ssrc=2223685041 ssrc=407680937 ssrc=897731085 ssrc=841873885 s$
Jicofo 2020-12-09 11:17:15.750 INFO: [30] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify add SSRC 000009@conference.videoservicio.com/f5145907 SID: tme0cn8qddd0 Sources{ audio: [ssrc=3628896791 ] }@301137851 source_Groups{ }@2091193154
Jicofo 2020-12-09 11:17:17.168 INFO: [298] org.jitsi.jicofo.recording.jibri.JibriSession.log() Updating status from JIBRI: <iq to='focus@auth.videoservicio.com/focus36709433617' from='jibribrewery@internal.auth.videoservicio.com/jibri-nick' id='Zm9jdXNAYXV0aC52aWRlb3NlcnZp$
Jicofo 2020-12-09 11:17:17.169 INFO: [298] org.jitsi.jicofo.recording.jibri.JibriSession.log() Got Jibri status update: Jibri jibribrewery@internal.auth.videoservicio.com/jibri-nick has status on and failure reason null, current Jibri jid is jibribrewery@internal.auth.vide$
Jicofo 2020-12-09 11:17:17.169 INFO: [298] org.jitsi.jicofo.recording.jibri.JibriSession.log() Jibri is no longer pending, cancelling pending timeout task
Jicofo 2020-12-09 11:17:17.169 INFO: [298] org.jitsi.jicofo.recording.jibri.JibriSession.log() Jibri session started, notifying owner
Jicofo 2020-12-09 11:17:17.169 INFO: [298] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Got jibri status on and failure null
Jicofo 2020-12-09 11:17:17.170 INFO: [298] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Publishing new jibri-recording-status: <jibri-recording-status xmlns='http://jitsi.org/protocol/jibri' status='on' session_id='homovhadrejzfcrr' initiator='000009@conference.vid$
Jicofo 2020-12-09 11:17:56.092 INFO: [301] org.jitsi.jicofo.recording.jibri.JibriSession.log() Updating status from JIBRI: <iq to='focus@auth.videoservicio.com/focus36709433617' from='jibribrewery@internal.auth.videoservicio.com/jibri-nick' id='Zm9jdXNAYXV0aC52aWRlb3NlcnZp$
Jicofo 2020-12-09 11:17:56.098 INFO: [301] org.jitsi.jicofo.recording.jibri.JibriSession.log() Got Jibri status update: Jibri jibribrewery@internal.auth.videoservicio.com/jibri-nick has status off and failure reason error, current Jibri jid is jibribrewery@internal.auth.vi$
Jicofo 2020-12-09 11:17:56.098 INFO: [301] org.jitsi.jicofo.recording.jibri.JibriSession.log() Jibri failed, trying to fall back to another Jibri
Jicofo 2020-12-09 11:17:56.098 SEVERE: [301] org.jitsi.jicofo.recording.jibri.JibriSession.log() Unable to find an available Jibri, can't start
Jicofo 2020-12-09 11:17:56.100 INFO: [301] org.jitsi.jicofo.recording.jibri.JibriSession.log() Failed to fall back to another Jibri, this session has now failed: org.jitsi.jicofo.recording.jibri.JibriSession$StartException: All Jibri instances are busy
org.jitsi.jicofo.recording.jibri.JibriSession$StartException: All Jibri instances are busy
at org.jitsi.jicofo.recording.jibri.JibriSession.startInternal(JibriSession.java:359)
at org.jitsi.jicofo.recording.jibri.JibriSession.start(JibriSession.java:335)
at org.jitsi.jicofo.recording.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:649)
at org.jitsi.jicofo.recording.jibri.JibriSession.handleJibriStatusUpdate(JibriSession.java:719)
at org.jitsi.jicofo.recording.jibri.JibriSession.processJibriIqFromJibri(JibriSession.java:501)
at org.jitsi.jicofo.recording.jibri.JibriSession.processJibriIqRequestFromJibri(JibriSession.java:482)
at org.jitsi.jicofo.recording.jibri.CommonJibriStuff.handleIQRequest(CommonJibriStuff.java:247)
at org.jitsi.jicofo.recording.jibri.OperationSetJibri.handleIQRequest(OperationSetJibri.java:98)
at org.jivesoftware.smack.AbstractXMPPConnection$4.run(AbstractXMPPConnection.java:1188)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Jicofo 2020-12-09 11:17:56.118 INFO: [301] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Got jibri status off and failure error
Jicofo 2020-12-09 11:17:56.118 INFO: [301] 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='homovhadrejzfcrr' recordin$
Jicofo 2020-12-09 11:17:56.121 INFO: [301] org.jitsi.jicofo.recording.jibri.JibriSession.log() Cleaning up current JibriSession
Jicofo 2020-12-09 11:17:57.540 INFO: [30] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@40b54853 member=ChatMember[000009@conference.videoservicio.com/80$
Jicofo 2020-12-09 11:17:57.540 INFO: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member 000009@conference.videoservicio.com/8017de4b is leaving
Jicofo 2020-12-09 11:17:57.540 INFO: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[000009@conference.videoservicio.com/8017de4b]@1960587054, reason: gone, send st: false
Jicofo 2020-12-09 11:17:57.541 INFO: [30] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Terminate session: 000009@conference.videoservicio.com/8017de4b, reason: gone, send terminate: false
Jicofo 2020-12-09 11:17:57.541 INFO: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removing 000009@conference.videoservicio.com/8017de4b sources Sources{ audio: [ssrc=3628896791 ] }@257377112
Jicofo 2020-12-09 11:17:57.542 INFO: [30] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Notify remove SSRC 000009@conference.videoservicio.com/f5145907 SID: tme0cn8qddd0 Sources{ audio: [ssrc=3628896791 ] }@257377112 source_Groups{ }@737219166
Jicofo 2020-12-09 11:17:57.542 INFO: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=40441 octo_enabled= false: [[null, null]]
Jicofo 2020-12-09 11:17:57.545 INFO: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Expiring channels for: 000009@conference.videoservicio.com/8017de4b on: Bridge[jid=jvbbrewery@internal.auth.videoservicio.com/402d7299-f8db-485f-a0c6-791dea3fde15, relayId=null, region$
Jicofo 2020-12-09 11:17:57.545 INFO: [30] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, 000009@conference.videoservicio.com/8017de4b
Jicofo 2020-12-09 11:17:57.990 INFO: [30] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Received Jibri jibribrewery@internal.auth.videoservicio.com/jibri-nick status <jibri-status xmlns='http://jitsi.org/protocol/jibri'><busy-status xmlns='http://jitsi.org/protocol/$
Jicofo 2020-12-09 11:17:57.991 INFO: [30] org.jitsi.jicofo.recording.jibri.JibriDetector.log() Jibri: jibribrewery@internal.auth.videoservicio.com/jibri-nick available: true
Jicofo 2020-12-09 11:18:17.546 INFO: [103] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Timing out single participant: 000009@conference.videoservicio.com/f5145907
Jicofo 2020-12-09 11:18:17.547 INFO: [103] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[000009@conference.videoservicio.com/f5145907]@1905595982, reason: expired, send st: true
Jicofo 2020-12-09 11:18:17.547 INFO: [103] org.jitsi.protocol.xmpp.AbstractOperationSetJingle.log() Terminate session: 000009@conference.videoservicio.com/f5145907, reason: expired, send terminate: true
Jicofo 2020-12-09 11:18:17.555 INFO: [103] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removing 000009@conference.videoservicio.com/f5145907 sources Sources{ video: [ssrc=813948285 ssrc=2223685041 ssrc=407680937 ssrc=897731085 ssrc=841873885 ssrc=1194776193 ] audio: [ss$
Jicofo 2020-12-09 11:18:17.556 INFO: [103] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Region info, conference=40441 octo_enabled= false: [[null]]
Jicofo 2020-12-09 11:18:17.556 INFO: [103] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Expiring channels for: 000009@conference.videoservicio.com/f5145907 on: Bridge[jid=jvbbrewery@internal.auth.videoservicio.com/402d7299-f8db-485f-a0c6-791dea3fde15, relayId=null, regio$
Jicofo 2020-12-09 11:18:17.558 INFO: [103] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, 000009@conference.videoservicio.com/f5145907
I don’t know what I have to do, please help me 