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