Opened 5 months ago

Last modified 5 months ago

#3120 assigned task

Enable local recordings in jitsi (meet.osgeo.org)

Reported by: robe Owned by: robe
Priority: normal Milestone: Sysadmin Contract 2024-I
Component: SysAdmin Keywords:
Cc:

Description

When Vicky was giving her training session yesterday on https://meet.osgeo.org, I noticed there was no option to record and recall that option being available in public jitsi.

At a glance this (at least for local storage) just seems to be a config change

https://meetrix.io/blog/webrtc/jitsi/tutorial-setup-local-recordings-on-jitsi-meet.html

localRecording: {
    // Whether to disable local recording or not.
    disable: false,

    // Whether to notify all participants when a participant is recording locally.
    notifyAllParticipants: false,

    // Whether to disable the self recording feature (only local participant streams).
    disableSelfRecording: false,
},

This would be useful particularly for training meetings. I think for server recording, we'd need to enable an extra service.

Anyway I'll look into this and enable if possible.

Change History (1)

comment:1 by robe, 5 months ago

Okay by default I think localRecording is enabled and I vaguely remember when I set this up I was able to record myself. Might be when I switched how the ports were exposed and explicitly specified ports to open I broke this. Anyway will investigate later.

Note: See TracTickets for help on using tickets.