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

Using multi-stream, I cannot add a video track after one was removed. #2218

Open
maxired opened this issue Feb 16, 2023 · 2 comments
Open

Using multi-stream, I cannot add a video track after one was removed. #2218

maxired opened this issue Feb 16, 2023 · 2 comments

Comments

@maxired
Copy link
Contributor

maxired commented Feb 16, 2023

Description

Using multi-stream, I cannot add a track after one was removed.

As a user creating a camera track, then a screen share track, then removing my camera track, then recreating one

Current behavior

Both tracks cannot be seen

Expected Behavior

A remote participant can see both tracks

Possible Solution

I think the source name in https://github.com/fres-co/lib-jitsi-meet/blob/d81a1d8b9c42b0b0bb7bde6f8e4432ae051ad08c/JitsiConference.js#L1138 is an issue.
from what I understand in my scenario it creates a first camera track with *-v0, then screen share with *-v1.
But then when the camera track is removed then another one is recreated, it will also be named v1

Steps to reproduce

Environment details

lib jitsi corresponding to version jitsi meet 8252

@maxired
Copy link
Contributor Author

maxired commented Feb 16, 2023

Also, this might be related to

const key = this._usesUnifiedPlan ? `${mLine.type}-${index}` : ssrc.value;

@saghul
Copy link
Member

saghul commented Feb 17, 2023

Ping @jallamsetty1

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

2 participants