Jigasi - configuration for transcription - jigasi wont show in meeting

Hello everyone,

I have search a lot on the forum and the gthub pages, but I dont get the transcription up and running.
This is quite important to me, as I have to record and transcribe my research interviews. (at least I want to try it). Vid recording will be next step then…

I really hope someone can help me here. The documentation doesnt really help me.

What I want to achieve is to simply transcript a whole meeting.

Currently running the latest unstable version of jigasi, jitsi, etc.
As I dont want to use SIP, I havent configured a sip account, as mentioned in one of the forum threads (have to look up the URL again).

I mainly followed the documentation at: https://github.com/jitsi/jigasi#configuring-sip-and-transcription

apt install -t unstable jigasi
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
sudo apt-get install apt-transport-https ca-certificates gnupg
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
sudo apt-get update && sudo apt-get install google-cloud-sdk google-cloud-sdk-app-engine-java
gcloud init
gcloud auth application-default login

Then I modified the config at /etc/jitsi/jigasi/sip-communicator.properties
I enabled:

org.jitsi.jigasi.ENABLE_TRANSCRIPTION=true
org.jitsi.jigasi.ENABLE_SIP=true
 org.jitsi.jigasi.transcription.DIRECTORY=/var/lib/jigasi/transcripts
 org.jitsi.jigasi.transcription.BASE_URL=https://my.url/
org.jitsi.jigasi.transcription.jetty.port=-1
 org.jitsi.jigasi.transcription.ADVERTISE_URL=true

 org.jitsi.jigasi.transcription.SAVE_TXT=true
 org.jitsi.jigasi.transcription.SEND_JSON=true

When I restart everything, I dont see any additional icon.

Also, what is the jetty port mentioned there? Do I need a SIP account configuration?

EDIT: This is what is see in prosody.err

May 01 18:11:33 portmanager     error   Error binding encrypted port for https: No key present in SSL/TLS configuration for https port 5281

thank you very much in advance!

Regards
Tom

This is /var/log/prosody/prosody.log

May 01 18:11:33 general info    Hello and welcome to Prosody version 0.10.0
May 01 18:11:33 general info    Prosody is using the select backend for connection handling
May 01 18:11:33 portmanager     info    Activated service 'component' on [127.0.0.1]:5347, [::1]:5347
May 01 18:11:33 portmanager     info    Activated service 's2s' on [::]:5269, [*]:5269
May 01 18:11:33 portmanager     info    Activated service 'c2s' on [::]:5222, [*]:5222
May 01 18:11:33 portmanager     info    Activated service 'legacy_ssl' on no ports
May 01 18:11:33 mod_posix       info    Prosody is about to detach from the console, disabling further console output
May 01 18:11:33 mod_posix       info    Successfully daemonized to PID 7736
May 01 18:11:33 portmanager     info    Activated service 'http' on [::]:5280, [*]:5280
May 01 18:11:33 portmanager     error   Error binding encrypted port for https: No key present in SSL/TLS configuration for https port 5281
May 01 18:11:33 portmanager     error   Error binding encrypted port for https: No key present in SSL/TLS configuration for https port 5281
May 01 18:11:33 portmanager     info    Activated service 'https' on no ports
May 01 18:11:37 c2s557c72c26430 info    Client connected
May 01 18:11:38 c2s557c72c402c0 info    Client connected
May 01 18:11:40 c2s557c72c26430 info    Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
May 01 18:11:40 c2s557c72c402c0 info    Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
May 01 18:11:40 c2s557c72c26430 info    Authenticated as focus@auth.conference.my.domain
May 01 18:11:40 c2s557c72c402c0 info    Authenticated as jvb@auth.conference.my.domain
May 01 18:11:40 mod_bosh        info    New BOSH session, assigned it sid 'dcd4201c-132c-46b2-a378-10c8a106ad44'
May 01 18:11:41 callcontrol.conference.my.domain:component   warn    Component not connected, bouncing error for: <iq id='OlDr5-38' type='get' to='callcontrol.conference.my.domain' from='focus@auth.conference.my.domain/focus2249739825204'>
May 01 18:11:41 focus.conference.my.domain:component warn    Component not connected, bouncing error for: <iq id='OlDr5-43' type='get' to='focus.conference.my.domain' from='focus@auth.conference.my.domain/focus2249739825204'>
May 01 18:11:41 jitsi-videobridge.conference.my.domain:component     warn    Component not connected, bouncing error for: <iq id='OlDr5-45' type='get' to='jitsi-videobridge.conference.my.domain' from='focus@auth.conference.my.domain/focus2249739825204'>
May 01 18:11:41 boshdcd4201c-132c-46b2-a378-10c8a106ad44        info    Authenticated as cf1a74fc-940d-4581-a017-53dd19fb0b63@guest.conference.my.domain
May 01 18:11:41 focus.conference.my.domain:component warn    Component not connected, bouncing error for: <iq id='f378cf40-202f-4e19-a79c-35afc9ce5ae3:sendIQ' type='set' to='focus.conference.my.domain' from='cf1a74fc-940d-4581-a017-53dd19fb0b63@guest.conference.my.domain/89112489-63c4-4ec6-b9ab-42d10fe8dae2'>
May 01 18:11:41 jcp557c72d32ac0 info    Incoming Jabber component connection
May 01 18:11:41 callcontrol.conference.my.domain:component   info    External component successfully authenticated
May 01 18:11:42 jcp557c72d44d10 info    Incoming Jabber component connection
May 01 18:11:42 focus.conference.my.domain:component warn    Component not connected, bouncing error for: <iq id='fa819819-6df7-475a-a3f5-758bdb2b874d:sendIQ' type='set' to='focus.conference.my.domain' from='cf1a74fc-940d-4581-a017-53dd19fb0b63@guest.conference.my.domain/89112489-63c4-4ec6-b9ab-42d10fe8dae2'>
May 01 18:11:42 focus.conference.my.domain:component info    External component successfully authenticated
May 01 18:12:00 mod_bosh        info    New BOSH session, assigned it sid '1c3626d9-b266-4968-bd5e-d436ed3df996'
May 01 18:12:00 bosh1c3626d9-b266-4968-bd5e-d436ed3df996        info    Authenticated as tom@conference.my.domain
May 01 18:12:00 bosh1c3626d9-b266-4968-bd5e-d436ed3df996        info    BOSH client disconnected
May 01 18:12:16 boshdcd4201c-132c-46b2-a378-10c8a106ad44        info    BOSH client disconnected
May 01 18:23:27 mod_bosh        info    New BOSH session, assigned it sid '5227098f-40aa-4a5e-be94-7bc3163b1ee4'
May 01 18:23:27 bosh5227098f-40aa-4a5e-be94-7bc3163b1ee4        info    Authenticated as 906f334b-5ff4-43ab-a35c-a45c9bc3f847@guest.conference.my.domain
May 01 18:23:48 bosh5227098f-40aa-4a5e-be94-7bc3163b1ee4        info    BOSH client disconnected