You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
for the 2nd one, I have :
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 :(
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 :
for the 2nd one, I have :
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:
2:
3:
add 1 into 3
wait 10s
add 2 into 3
no video, sometime no audio, sometime all good.
in this exemple, googCodecName: "" for video stream 3.
Do you have an idea ?
The text was updated successfully, but these errors were encountered: