Tilman Moser

Results 13 comments of Tilman Moser

Did you install the post publish hook as described in the readme? ``` # (as root or with sudo) cd /opt/bbb-video-download export BBB_VIDEO_DOWNLOAD_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1...

Btw: The recording ready callback is not from bbb-video-download. So, I can't comment on that.

Just to clarify on that: You did install the v2.3 post publish hook which sets the "-f" flag that is now required to run the script? If so, you can...

Have a look at /var/bigbluebutton/published/presentation/d1abf9c6b6edc0cd4d0daa15f64ecb7cbaab48f3-1619800960786 on your server - since the log doesn't show any error, it should have a video.mp4 file inside.

can you show me your post publish hook you'd installed?

I just double checked - the script is not executed by your post publish hook. It would have a START and END message with the time it needed to process...

Is this correct that bigbluebutton has uid 997 and did 996? What happens when you execute this line directly? `cd #{base_dir} && docker-compose run --rm --user 997:996 app node index.js...

Strange. Unfortunately I have currently no bbb2.3 running; the hook for v2.3 was provided by users of the script. I might upgrade soon, but will definitely not do so this...

I'd appreciate it. If you solved it, feel free to make a merge request.

I'm not planning to implement this anytime soon. The script is in stabilization phase, once it runs properly I may add additional features like chapter marks, polls and chat. And...