Can you tell me where can I find this folder in docker installation?
Good day. I want to try using this project to record videos, but I have the docker version installed. Tell me in which container are the folders I need? Project https://github.com/danielpetri1/bbb-recording-exporter Folders /usr/local/bigbluebutton/core/scripts/post_publish /usr/local/bigbluebutton/core/lib/recordandplayback
I need the same thing or any slution to download BigBlueButton recordings as a single video file. docker instaled
I need the same thing or any slution to download BigBlueButton recordings as a single video file. docker instaled
I didn't find a solution. I use another project for conferences
Solution 1 map the folder to your host system (see docker-compose.yml -> recordings Solution 2 build the image yourself and include the changes Solution 3 (no persistant) switch inside the running container (docker compose exec -it recordings /bin/bash) and edit the files
-> close