Hi,
So I have everything up and running with Jitsi. All is working perfectly but I realized after install that there is no Live Stream option available. Is there something I missed to enable this?
Hi,
So I have everything up and running with Jitsi. All is working perfectly but I realized after install that there is no Live Stream option available. Is there something I missed to enable this?
Check if the Live Streaming & Recording buttons are not disabled
nano /usr/share/jitsi-meet/interface_config.js
just check if you see the options in the set
Solved:
You have to use the yourdomain.com-config.js file and not the interface_cónfig.js
From server path /etc/jitsi/meet use yourdomain.com-config.js and then find
// Whether to enable live streaming or not.
// liveStreamingEnabled: true,
Uncomment the liveStreamingEnabled: true line as below
// Whether to enable live streaming or not.
liveStreamingEnabled: true,