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
// Live Streaming
config.liveStreaming = {
enabled: true,
};
config.hiddenDomain = "recorder.yourdomain.com";
I can't enter the room, and only a black page shows. I tried creating a new room, and it creates the room, but it also shows the black page. My Jitsi installation is fresh, and when I remove the above settings, the room loads easily.
Here is the output of the command dpkg -l | grep jitsi:
ii jitsi-meet 2.0.10008-1 all WebRTC JavaScript video conferences
ii jitsi-meet-prosody 1.0.8384-1 all Prosody configuration for Jitsi Meet
ii jitsi-meet-web 1.0.8384-1 all WebRTC JavaScript video conferences
ii jitsi-meet-web-config 1.0.8384-1 all Configuration for web serving of Jitsi Meet
ii jitsi-videobridge2 2.3-204-g26cd91bd-1 all WebRTC compatible Selective Forwarding Unit (SFU)
ii lua-basexx 0.4.1-jitsi1 all baseXX encoding/decoding library for Lua
ii lua-cjson:amd64 2.1.0.10-jitsi1 amd64 JSON parser/encoder for Lua
The text was updated successfully, but these errors were encountered:
I followed all the steps to install Jibri and, after changing /etc/jitsi/meet/yourdomain-config.js, I did the following:
// Recording
config.recordingService = {
enabled: true,
sharingEnabled: true,
hideStorageWarning: false,
};
// Live Streaming
config.liveStreaming = {
enabled: true,
};
config.hiddenDomain = "recorder.yourdomain.com";
I can't enter the room, and only a black page shows. I tried creating a new room, and it creates the room, but it also shows the black page. My Jitsi installation is fresh, and when I remove the above settings, the room loads easily.
Here is the output of the command dpkg -l | grep jitsi:
ii jitsi-meet 2.0.10008-1 all WebRTC JavaScript video conferences
ii jitsi-meet-prosody 1.0.8384-1 all Prosody configuration for Jitsi Meet
ii jitsi-meet-web 1.0.8384-1 all WebRTC JavaScript video conferences
ii jitsi-meet-web-config 1.0.8384-1 all Configuration for web serving of Jitsi Meet
ii jitsi-videobridge2 2.3-204-g26cd91bd-1 all WebRTC compatible Selective Forwarding Unit (SFU)
ii lua-basexx 0.4.1-jitsi1 all baseXX encoding/decoding library for Lua
ii lua-cjson:amd64 2.1.0.10-jitsi1 amd64 JSON parser/encoder for Lua
The text was updated successfully, but these errors were encountered: