docker icon indicating copy to clipboard operation
docker copied to clipboard

BBB v2.6 Recording Function not available

Open chriit4 opened this issue 1 year ago • 2 comments

Hello! We are currently facing an issue with our BBB Docker instance. When creating a conversation we cannot use the recording function anymore. The button for recording isn't available even when the settings for the conversation says that recording is available.

I already enabled the recording-function parameter in my docker compose: image

And enabled the recording-function in my .env image

After restarting the docker, the issue still remains. I tried to adapt my debug level via creating a daemon.json. But after doing that, the docker containers won't even start. I had to restart the whole server and start my containers manually.

My BBB instance is running again but i still can't record.

Is there something else I can try/have to do?

System Info: Debian 12 bookworm Installed via Docker-Compose Docker-Image by alangecker BBB V2.6

Installed running BBB v2.6 Recording Function not availableDocker-Containers: image

chriit4 avatar Sep 24 '24 06:09 chriit4

@chriit4

Is it still an issue for you?

I suggest you to start by uploading your configs (you may redact the sensitive information) and posting a link here. Now it's a guessing game.

yurikoles avatar Feb 21 '25 17:02 yurikoles

there is no recordings service in your docker compose, so you missed to run the ./scripts/generate-compose script after updating the .env file.

ben-ba avatar Aug 13 '25 16:08 ben-ba