Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recording each video and audio track seperately #98

Closed
marlocarlo opened this issue Aug 28, 2021 · 4 comments
Closed

Recording each video and audio track seperately #98

marlocarlo opened this issue Aug 28, 2021 · 4 comments

Comments

@marlocarlo
Copy link

Hi,
Thanks for developing livekit. It looks fantastic.
I'm building an app to perform actions based on user behaviours.
Is it possible to get the tracks of each individual participant on the server?

Thanks.

@davidzhao
Copy link
Member

you definitely can. both GetParticipant and ListParticipants would return a list of tracks.

@davidzhao
Copy link
Member

I see you might be referring to recording. that's not supported by our recorder at the moment.
There are two ways to accomplish what you are looking to do:

  • Build a custom web page to use with the recorder, and spinning up a recorder for each participant you'd want to record.
  • Use our Go SDK and react to each track subscribed. Save it to any file that you wish.

@theleapofcode
Copy link

I see you might be referring to recording. that's not supported by our recorder at the moment. There are two ways to accomplish what you are looking to do:

  • Build a custom web page to use with the recorder, and spinning up a recorder for each participant you'd want to record.
  • Use our Go SDK and react to each track subscribed. Save it to any file that you wish.

@davidzhao Can you please provide an example on how to do that. Following #59 (comment) does not work properly.

@davidzhao
Copy link
Member

We now have Egress service that does exactly this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants