Hi Boris,
Video as well as audio. I will take a look at Jigasi, it sounds like a good
starting point.
Cheers,
Jason.
··· On Fri, Jan 26, 2018 at 4:00 PM, Boris Grozev <<a href="mailto:boris@jitsi.org">boris@jitsi.org</a>> wrote:
Hey Jason,
The code in the bridge in still there, but it has been deprecated and will
be removed sometime in the future.
I think that the option to enable it from jitsi-meet has already been
removed, which is why you see the error…
This one year old topic has comment like,
Does your use case require video or only audio? Audio can be recorded in separate streams with jigasi (with minor modifications).
Is it possible to get separate audio recording from Jigasi?
https://github.com/jitsi/jigasi/blob/master/src/main/java/org/jitsi/jigasi/util/Util.java
Can we do something here?
I’m looking for something similar, can this be done?
Freddie
November 3, 2020, 5:48am
#3
So, I’m not sure if your use case absolutely requires Jigasi; if not, just an FYI that this can be done easily in Jitsi Meet with the “Local Recording” feature.
Do you mean each participant based recording where only that user audio/video is recording can be achieved with “Local recording”?
Any way to do that on server?
drali
April 8, 2021, 2:16am
#7
hi,
anyone can help for easiest way to do this in Jigasi?
I think you should opt to use ffmpeg. You can slice out individual videos from the single video, you can split out audio and much more.
drali
April 8, 2021, 8:05pm
#9
but i think Jigasi mixes audios before saving. so we can’t separate them.