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

How to record screen sharing video #102

Open
IOXusu opened this issue Apr 7, 2024 · 2 comments
Open

How to record screen sharing video #102

IOXusu opened this issue Apr 7, 2024 · 2 comments

Comments

@IOXusu
Copy link

IOXusu commented Apr 7, 2024

Help! In practical use, I found that gst-meet can only record user webcam videos and cannot record screen sharing videos. How should I handle this?

@dipak140
Copy link

I am not totally sure, but currently gst-meet only supports two participants, and if you look closely, the source is added only when a participant joins. Since screen sharing is basically the same participant but adding a track, you will have to tweak it accordingly.

@jbg
Copy link
Contributor

jbg commented May 27, 2024

Now that Jitsi supports multi-stream, the screen share is being ignored because we only look at the first track of the participant. I implemented the first step towards resolving this yesterday, in that we now signal source name & type and use the correct msid format for multi-stream. But supporting multiple streams per participant will require some more changes — PRs are welcome or I will get to it when I have time. I'll keep this issue open to track progress.

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