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

Video recording is not working #100

Open
TimmyChannel opened this issue Dec 11, 2024 · 12 comments
Open

Video recording is not working #100

TimmyChannel opened this issue Dec 11, 2024 · 12 comments

Comments

@TimmyChannel
Copy link

Jibri is configured on the server. But in the application, when I tap on the “Start recording” button, there is a black screen where only the top panel with the “Start” button is displayed. After pressing this button the recording does not start. Debug-mode

@TimmyChannel
Copy link
Author

how it actually look
image

@saghul
Copy link
Member

saghul commented Dec 11, 2024

Did you enable any recording options in config.js ?

@TimmyChannel
Copy link
Author

Yes

config.recordingService = {
  enabled: true,
  sharingEnabled: true,
  hideStorageWarning: false,
};

// liveStreaming
config.liveStreaming = {
  enabled: true,
};

@saghul
Copy link
Member

saghul commented Dec 12, 2024

@Calinteodor can you pl check when we'd show the empty recording screen? Feels like something is wrong there.

@TimmyChannel what SDK version are you using?

@TimmyChannel
Copy link
Author

jitsi_meet_flutter_sdk: 0.2.2

@saghul
Copy link
Member

saghul commented Dec 12, 2024

Ah well, that one is very old! Please update to 10.3.0.

@TimmyChannel
Copy link
Author

Ok, I'll try to start recording on new sdk version

@TimmyChannel
Copy link
Author

Screenshot_20241212_114456
Nothing has changed :( I still can't start recording

@saghul
Copy link
Member

saghul commented Dec 12, 2024

Very odd! @Calinteodor PTAL.

@Calinteodor
Copy link
Contributor

Hey @TimmyChannel. Thank you for the report. I am curious, do you reproduce the issue using our https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter sample app?

@TimmyChannel
Copy link
Author

Hello @Calinteodor
When I start recording, I get Jibri error: Ignored Jibri request from non-moderator.

@saghul
Copy link
Member

saghul commented Dec 16, 2024

There seem to be 2 problems here. 1st: you need to be a moderator to start a recording. 2nd: you should not be seeing the dialog unless you are a moderator.

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