I’m new here. Don’t mind me if the questions are too basic or abstract. I am trying to configure the jigasi transcription with Microsoft Speech Translation. I have few questions:
Is it possible to configure the service (MC Speech Translation) to work with jigasi transcription?
How would one approach this kind of development (development setup, resource serving)?
Can I only develop on a VPS? Right now I am facing issue with building the project from source because of only 1gb ram droplet from Digital Ocean. I want to know if I can somehow develop it locally and test it then upload the built source code to the hosted server. ( for this one I somehow can get it to build now by stop some of the services)
You can do a deployment and make jigasi connect to that deployment from your local dev machine, I normally start jigasi in Intellij Idea and it connects to my dev environment.
Hello again, I’ve tried doing this, but I don’t seem to be able to get it working, can you provide more info for this? I think my jigasi is not connecting to my deployment. jigasi-running-log.txt (13.8 KB)
and my sip-communicator-properties.txt (14.2 KB)
What is the java version you use? I don’t see it even try in the logs. Make sure you run with java8.
And make sure prosody is listening on port 5222 on correct interface and the firewall is not blocking it.