jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
23.25k stars 6.75k forks source link

Jibri recording #10049

Closed uberiain closed 2 years ago

uberiain commented 3 years ago

Description:

When I record one meeting I obtain the recording with a message on it :

“El nombre de la reunión no debe de contener ninguno de estos caracteres: ?,&,:,’,”,%,#." but the meeting name is video

Steps to reproduce:

  1. Create meeting with name: Video
  2. Record the meeting
  3. View the meeting recorded

Expected behavior:

the recorded meeting sould don't have the error

Actual behavior:

The recorded meeting have this message: “El nombre de la reunión no debe de contener ninguno de estos caracteres: ?,&,:,’,”,%,#."

vlcsnap-2021-09-08-11h09m28s922

Server information:

Client information:

Additional information:

The meeting name is Video
saghul commented 3 years ago

This is very weird the only place where we show that text is in the title prop of the welcome page input field.

saghul commented 3 years ago

Any chance you can get Jibri's browser logs? Are you ablee to reproduce this with other meeting names? Are you able to reproduce this on meet.jit.si?

uberiain commented 3 years ago

With other meeting name: OtroNombreReunion. Same result.

vlcsnap-2021-09-29-13h33m19s762

Logs and metadata from Jibri: ffmpeg.0.txt log.0.txt metadata.json.txt

On meet.jit.si no problem. vlcsnap-2021-09-29-13h41m46s469

saghul commented 3 years ago

Do you have browser.0.log.txt ?

uberiain commented 3 years ago

Yes, sorry. browser.0.txt

saghul commented 3 years ago

I don't see anything obvious... @damencho extra pair of eyes?

damencho commented 3 years ago

Are you running jibri on a machine where you also X server and mouse (a workstation)? Or it is on a VM with no mouse attached?

uberiain commented 3 years ago

Jibri is working on a VM without X server, the OS is a clean debian 10, only for jitsi and jibri. No Mouse, no keyboard , no screen.

uberiain commented 3 years ago

Hi, I think that I found the problem:

With latest chrome version for debian, the message appears. I have downloaded google chrome to 86.0.4240.75 and chromedriver to LATEST_RELEASE_86.0.4240 and the message disapear.

vlcsnap-2021-09-30-10h18m36s970

So I think that the problem is with chrome.

saghul commented 3 years ago

Oh! Any chance you can update to further versions to check which one fails? Is it just 94? 93 as well?

uberiain commented 3 years ago

I test with this versions, and the result:

google-chrome-stable 90.0.4430.72-1 Works google-chrome-stable 91.0.4472.164-1 Works google-chrome-stable 93.0.4577.82-1 Don't work

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.