Alexander Malaev
Alexander Malaev
I'm curious when this would be merged?
this now contains commits from my latest pr.
I tried to add log then fec is used(https://github.com/meetecho/janus-gateway/blob/master/src/plugins/janus_audiobridge.c#L8271), but it doesn't trigger any logs(only single occurence of it then participant starts stream)
> I tried to add log then fec is used(https://github.com/meetecho/janus-gateway/blob/master/src/plugins/janus_audiobridge.c#L8271), but it doesn't trigger any logs(only single occurence of it then participant starts stream) looks like mine logging issue, fec...
@lminiero thanks for explanation. We have checked this issue on demo(https://janus.conf.meetecho.com/audiobridgetest.html) and it repeats there. Steps: - set udp rule (udp and (ip.DstAddr == 217.61.26.125)) in [clumsy](https://jagt.github.io/clumsy/) if you use...
okey, we checked again if the browser sends fec. We can't see it in webrtc-internals of sender(it don't have such info), but we could see it on receiving side. I...
Checked it, negotiation of vr and ab looks the same - flag useinbandfec=1 exists in both cases in offers and in answers. Janus admin api shows in-link-quality accordingly to percentages...
I tried to set `fec=true` and `expected_loss=20` for all participants and set default_expectedloss=20 and default_bitrate=64000 for room defaults. `fecPacketsReceived` graph on recipients is on zero and doesn't show anything. I...
We got incoming fec to work - set default_bitrate to 128000 and fecPacketsReceived now > 0, but crack noise stays the same. I think this issue isn't fec related at...
we use 48khz now, can it be the problem, we will check on 16khz? Do you add losses on publisher out or on subscriber in?