manishkatyan / bbb-mp4

Easily integrate bbb-mp4 app into your BigBlueButton server to automatically convert class recordings into MP4 videos.
MIT License
55 stars 41 forks source link

Docker image doesn't work #59

Closed nvducict closed 1 year ago

nvducict commented 1 year ago

After run 'manishkatyan/bbb-mp4' ends then '/var/www/bigbluebutton-default/recording' is empty

kashifsaeed79 commented 1 year ago

face the same issue in fresh installation. I already install bbb-mp4 many times in past and it work without error. but now docker container not start its work.

arun-hel commented 1 year ago

We have updated the docker image, as well as few files. Pull the latest code and latest docker image

cd /var/www/bbb-mp4
git pull
docker pull manishkatyan/bbb-mp4

If you are still facing the issue. Try manually running bbb-mp4.sh and get the logs from the container.

cd /var/www/bbb-mp4
bash bbb-mp4.sh <recording_id> && docker logs <recording_id> -f
nvducict commented 1 year ago

Good job! Thanks the author