This message was deleted.
# cloud
s
This message was deleted.
a
the entire UI gets recorded! you can use it to record your app UI, or do other custom compositing if you like!
d
@important-boots-3535 here are docs around how you'd turn your app's UI into a recording template
i
This is awesome. Thank you!
Is there any control over what resolution and fps gets recorded?
d
yeah, you can control all aspects of the recording here
🙏 1
i
Does RoomComposite record to local storage and upload to S3 afterwards, or does it record directly to S3? If the latter, is there an option to record to local storage only (or does the browser not allow this)? Use case example: record a livekit room composite to my laptop, instead of recording to the cloud.
d
yeah, that's how it's implemented. Currently, Egress workers are designed to run on a server, hence we are using Cloud storage as the medium. I think we recently added the ability to store things locally too, in case folks want to use NFS storage or something like that.. but it's not something we are supporting in Cloud
i
Thanks, David!