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
Are you using a TURN server? No. Only Google's stun
What did you do?
Connect to SFU. Start publish video. Video playing on destination without lagging
Apply mute DownTrack.Mute(true)
Disable mute
What did you expect?
Video not lagging after toggle mute
What happened?
Video begin play just as I click unmute but after few seconds of playing video starts lagging (I see video with ~1-2 sec delay). Source and destination is local machine (I think it's not network problem). CPU also ok i.e not performance issue
With this change video not lagging after unmute. But it create new problem: after unmute video starts playing after ~1-2 seconds (delay on beginning), next it's playing fine
The text was updated successfully, but these errors were encountered:
Your environment.
What did you do?
DownTrack.Mute(true)
What did you expect?
Video not lagging after toggle mute
What happened?
Video begin play just as I click unmute but after few seconds of playing video starts lagging (I see video with ~1-2 sec delay). Source and destination is local machine (I think it's not network problem). CPU also ok i.e not performance issue
Fixing attempts
I was trying comment this 3 lines in Mute function
https://github.com/pion/ion-sfu/blob/master/pkg/sfu/downtrack.go#L181-L183
With this change video not lagging after unmute. But it create new problem: after unmute video starts playing after ~1-2 seconds (delay on beginning), next it's playing fine
The text was updated successfully, but these errors were encountered: