This message was deleted.
# helpdesk
s
This message was deleted.
m
What do you think about this @able-gigabyte-21598 ?
a
It does support local recordings, you need to mount a drive to docker (see the docker run command under https://github.com/livekit/egress#running-locally). Then you would use
/out/filename.mp4
as filenames for your requests
f
Noted wit Thanks @able-gigabyte-21598 . Good to know that you can attach a volume to local and download the file apart from file storage upload. I'm more of interest in downloading file to user side browser, may be like user local machine as a feature if that can be supported. But it seems even in zoom they support it with desktop client only.
m
@faint-army-19363 are you asking for a LiveKit dashboard interface for your users? If so, this is out of scope on our side. You can certainly put one together though!
f
@magnificent-art-43333 No, it is more like a just download the file to your local machine ( of record capturing) . More as of (local file download) -

https://youtu.be/bAZsWx1LuUY

( zoom given this with desktop client only, not native via browser it seems )
a
we don’t currently support client-side recording, but you could build a way into your app to download a recording after it’s finished by getting the file location from the
egress_ended
web hook
f
Thank you for the info @able-gigabyte-21598. Will check on this