docker icon indicating copy to clipboard operation
docker copied to clipboard

Can you tell me where can I find this folder in docker installation?

Open drno88 opened this issue 3 years ago • 4 comments

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

drno88 avatar Feb 28 '22 14:02 drno88

I need the same thing or any slution to download BigBlueButton recordings as a single video file. docker instaled

elblasy33 avatar Dec 09 '22 13:12 elblasy33

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

drno88 avatar Dec 09 '22 19:12 drno88

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

ben-ba avatar Mar 08 '24 20:03 ben-ba

-> close

ben-ba avatar Mar 08 '24 20:03 ben-ba