Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MP4 Generated But recording marked as processing. #67

Open
hasithajayasinghe opened this issue Jan 23, 2024 · 1 comment
Open

MP4 Generated But recording marked as processing. #67

hasithajayasinghe opened this issue Jan 23, 2024 · 1 comment

Comments

@hasithajayasinghe
Copy link

Capture

@Javohle
Copy link

Javohle commented Feb 16, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants