You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is what i had find out:
Do Not create nginix location /recording, because the recording scripts use way https://your.domain/recording_published to say that recording is finished, and someway they lost this path after this.
In my occasion i replaced /recording folder in .env file to /mp4 and in nginix record made the same change: location /mp4 { root /var/www/bigbluebutton-default; }
Also Do Not forget to go to /var/bigbluebutton/playback/presentation/2.3/ and edit download-button.js and change 4-th line to const mp4_url = ${origin}/mp4/${recordingId}.mp4;
Wish you good luck) For me it's working on BBB 2.7.3!
The text was updated successfully, but these errors were encountered: