Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see subtitles #144

Open
SamuelePalumbo opened this issue Nov 5, 2024 · 3 comments
Open

Can't see subtitles #144

SamuelePalumbo opened this issue Nov 5, 2024 · 3 comments

Comments

@SamuelePalumbo
Copy link

Hello everyone!

I'm trying to start subtitles with Jigasi on my project with no success.
In values.yaml file I set the following values:

  • Jigasi.enabled: true
  • Jigasi.xmpp.user: jigasi
  • Jigasi.xmpp.password: veryStrongPassword

After that in my frontend code I've added the following option to Jitsi API:

transcription: {
     enabled: true,
     translationLanguages: ['en', 'es', 'de', 'fr', 'it'],
     useAppLanguage: false,
     preferredLanguage: 'it',
     autoTranscribeOnRecord: true
}

Now on frontend the button Subtitles - On/Off is visible and the languages are the right ones. Anyway, once selected any language no subtitle is shown. The only error I can see is the following:

Jicofo 2024-11-05 11:22:26.898 WARNING: [337] [[email protected] meeting_id=7183c3c1-3d8e-4c62-8b2f-b00f7dcd7b0e] TranscriberManager.selectTranscriber#201: Unable to invite transcriber due to no Jigasi instances being available
@fabiocody
Copy link

Hi everyone, exact same issue here

@Yerachmiel-Wand
Copy link

Yerachmiel-Wand commented Nov 28, 2024

where in the frontend have you defined transcription{...}?
note: I am myself trying to setup transcription

@SamuelePalumbo
Copy link
Author

@Yerachmiel-Wand In an option object that I've used for instantiate the Jitsi API:

const option = {
     ...
     transcription: {...},
     ...
};
const api = new JitsiMeetExternalAPI(hostUrl, options);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants