-
Notifications
You must be signed in to change notification settings - Fork 50
Issue when I add 2 outgoings streams #17
Description
Hello,
I change SFU for select ougoings streams because for my use case I need that.
I remove auto attachTo and I added event for add outgoing streams.
For the first add, that working good every time, for add the 3, 4, 5nd ... that working good every time but the 2nd has very often an issue, no audio or not linked with video player ..., without image sometime, when i add controls to the player, I can stop the player but audio continue ... I added stats and I found that I don't have information about stream,
normally, for the 1st stream, I have this stats :

googCodecName is "" and not "opus"
When I don't have video, I have the same with the video stream:

I log than I wait stable connexion for add a new outgoing stream, not better, sometime that not working.
I try with different version of google chrome and with android, windows, linux, same issue :(
My code is here :
https://github.com/Nic01as/sfu
for create my issue, I start 3 participants and add participants 1 and 2 into the 3.
1:

no video, sometime no audio, sometime all good.
in this exemple, googCodecName: "" for video stream 3.
Do you have an idea ?




