docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Unify hidden domain usage for recording and transcription
More generic approach to proper transcriber inclusion into docker.
I made a new pull request, based on the info & feedback from here: https://github.com/jitsi/docker-jitsi-meet/pull/1663
The patch is bigger because I renamed XMPP_RECORDER_DOMAIN. The name would be confusing if it is not the sole purpose of that domain.
I'm still not 100% sure this is the right way to do it. Please let me know your comments.
Patch has been tested vs release 9220.
Any progress here? Looking forward for this to be merged
I would like to test this PR on my development environment, however as it is now this patch doesn't apply cleanly on the master branch due to recent commits (notably 360361e5ea40ba509cae94ca7c33aa9304410ed8).
I will try to update the patch versus master in the near future. In the meantime, please check release 9220, it should apply cleanly against this one.
I can confirm this is working nicely on top of stable-9220, i am using this with some small changes (unrelated to this PR, just to get Vosk transcription instead of the default Google Cloud service), thanks.
The requested changes have been implemented by @M4GNV5 and the PR rebased. Please re-check and merge if accepted.