You need to install the Jitsi meet
and Jibri
server, Please check the below URL
After that, copy the Nginx file /etc/nginx/sites-available/your-domain.com.conf
to /etc/nginx/sites-available/recorder.your-domain.com.conf
Then In recorder.your-domain.com.conf
file change the domain name your-domain.com
to recorder.your-domain.com
, also change SSL path and /usr/share/jitsi-meet
path to /usr/share/recorder-jitsi-meet
Then run the below command
mkdir -p /usr/share/recorder-jitsi-meet
cp -r /usr/share/jitsi-meet /usr/share/recorder-jitsi-meet
systemctl restart nginx
Then you need to add the below code to /usr/share/recorder-jitsi-meet/libs/app.bundle.min.js
file
Note: change jibrirecorderpass
to your recorder user password and recorder@recorder.your-domain.com
to your recorder username
localStorage.setItem("xmpp_password_override","jibrirecorderpass");
localStorage.setItem("xmpp_username_override","recorder@recorder.your-domain.com");
After that, check the domain recorder.your-domain.com
working as hidden mode.