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

How i can implement hide TRANSCRIBER from the UI/Conference. #15083

Open
7 of 11 tasks
TGC-PratikNanavare opened this issue Sep 3, 2024 · 17 comments
Open
7 of 11 tasks

Comments

@TGC-PratikNanavare
Copy link

TGC-PratikNanavare commented Sep 3, 2024

What happened?

Hello team,

When i start transcripion then the transcriber is joined and showing inside the meeting/UI.
I want to hide the transcriber from the meeting.

there any configuration am I missing or I have to update any driver?

image

image

Platform

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

latest

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@damencho
Copy link
Member

damencho commented Sep 3, 2024

The transcriber need to authenticate with a user created in the domain that is senas hidden domain in the config.js.
Similar to jibri https://github.com/jitsi/jibri?tab=readme-ov-file#prosody
https://github.com/jitsi/jigasi/blob/c53ba860ae9073bc4ac6bbd4ab2fd9299737c835/jigasi-home/sip-communicator.properties#L166

@TGC-PratikNanavare
Copy link
Author

The transcriber need to authenticate with a user created in the domain that is senas hidden domain in the config.js. Similar to jibri https://github.com/jitsi/jibri?tab=readme-ov-file#prosody https://github.com/jitsi/jigasi/blob/c53ba860ae9073bc4ac6bbd4ab2fd9299737c835/jigasi-home/sip-communicator.properties#L166

I need more details informations for this can you please provide if possible?

@damencho
Copy link
Member

damencho commented Sep 3, 2024

Do you have a hidden display set in config.js and a virtual host with that name created in prosody?
Have you read the part from jibri readme?

@TGC-PratikNanavare
Copy link
Author

Do you have a hidden display set in config.js and a virtual host with that name created in prosody? Have you read the part from jibri readme?

Yes I have read the jibri readme.
& set hidden display for recording also virtual host.

image

image

image

@damencho
Copy link
Member

damencho commented Sep 4, 2024

And have you created the user?

@TGC-PratikNanavare
Copy link
Author

And have you created the user?

How i can create user in docker.. Also transcription is not working in active lobby.

@TGC-PratikNanavare
Copy link
Author

And have you created the user?

This is my userID in the SIP.

image

@damencho
Copy link
Member

damencho commented Sep 9, 2024

For docker, this was just fixed and is in latest master.
So you can either switch to use latest images or wait for the next stable release.

@TGC-PratikNanavare
Copy link
Author

For docker, this was just fixed and is in latest master. So you can either switch to use latest images or wait for the next stable release.

I am using the 9258 tag version.. so i need to upgrade this version right.

@damencho
Copy link
Member

damencho commented Sep 9, 2024

Yep, but there is no stable tag yet. Next stable release docker will have this changes.

@TGC-PratikNanavare
Copy link
Author

Yep, but there is no stable tag yet. Next stable release docker will have this changes.

Transcription also not work in active lobby.This is fixed in latest stable version or not.

@damencho
Copy link
Member

There is no media when someone is in lobby, so no transcriber there.
Is this what you mean?

@TGC-PratikNanavare
Copy link
Author

There is no media when someone is in lobby, so no transcriber there. Is this what you mean?

When i start conference with active lobby guest are able to join but when i am trying to start transcription is not working.(Transcription is not entering the conference)

@damencho
Copy link
Member

You need to whitelist the transcriber here

-- muc_lobby_whitelist = { "recorder.jitmeet.example.com" } -- Here we can whitelist jibri to enter lobby enabled rooms

@TGC-PratikNanavare
Copy link
Author

You need to whitelist the transcriber here

-- muc_lobby_whitelist = { "recorder.jitmeet.example.com" } -- Here we can whitelist jibri to enter lobby enabled rooms

Okay let me check. Thanks for the help.

@TGC-PratikNanavare
Copy link
Author

You need to whitelist the transcriber here

-- muc_lobby_whitelist = { "recorder.jitmeet.example.com" } -- Here we can whitelist jibri to enter lobby enabled rooms

I have implemented this but it iss not working for me.. can you give me more info.

i had whitelisted transcriber.meet.jitsi

@damencho
Copy link
Member

transcriber.meet.jitsi

And you have created that virtual host in prosody? And have added it as a hidden domain in jitsi-meet, have created a transcriber user in that domain and have configured jigasi to use that and the password when connecting to the meetings?

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

2 participants