Hi
I have managed to make it work manually. I can export the mp4 using the commands manually.
Wanting to know if someone has managed to do the following or how to achieve the following
1. After recording is done by bigbluebutton, there is a post_publish script which runs. So record it then
Issues:
a) Tried to run the command by system('node export.js ...' but turn to get error as to run that command need to be in the bbb-record folders, and when the post_publish script runs, its inside
/bbbdata/bigbluebutton/published/presentation/MeetingID .
b) I tried to change the working directly in script and then run, but sadly wasn't successful.
2. Record live as a user clicks recording on bigbluebutton
Issues: How to trigger the command of live recording when user clicks record on bbb and also how to get meeting ID
Any help will highly be appreciated as we are already in production.