This message was deleted.
# cloud
s
This message was deleted.
d
Hey Pankaj, It does sound like this issue, which we are working on fixing. Could you tell me what is publishing the audio stream? and what is the bitrate/profile of the stream?
Do you have DTX or audio/RED enabled when publishing?
n
yes, dtx, audio/red is enabled. I will add the bitrate/profile info too. on the client side, I observed while testing on brave browser its publishing 2 audio streams at a time. both dtx/audio red.
d
got it.. do you want to try disabling DTX and RED for a test.. I'm wondering if either of those things aren't playing well with muting.
n
Disabled dtx/red. same result. on playing with mute/unmute 1-2 times audio stream gets broken.
d
how long do you mute the track for? @able-gigabyte-21598 was investigating this one and he mentioned that the connection looks to be closed by the remote server
our current hypothesis is if it's some sort of TCP idle timeout we are hitting.. where the connection gets closed by something in between the two servers
n
i can send ping/pong packets on socket with a timer
on the lines of this https://xmpp.org/extensions/xep-0199.html
{type: ping, sid: uuid}
d
yeah, worth trying it on the server side. we are going to add WS pings on our end too
a
pings will be in the next version https://github.com/livekit/egress/pull/376
🙌 1