Opened 14 months ago
Closed 2 weeks ago
#3120 closed task (wontfix)
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 (2)
comment:1 by , 14 months ago
comment:2 by , 2 weeks ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
doesn't work great but it's kinda there
Note:
See TracTickets
for help on using tickets.
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.