Hi everyone,
I'm facing a weird issue.
I want to unlock sender encoding bitrate to send high quality video, let's say 10Mbits/s.
We assume the network is not an issue here.
adding under m=video the b=AS:10000 line it works.
in Webrtc-internel I can confirm the encoding bitrate is really close from what I asked.
Now when I try the same thing in echo test or video room, my bitrate is always stuck to 2.5 Mbits (I assume chrome default max bitrate)
using janus Admin API I can confirm my line is well present in remote SDP
So I don't understand why it doesn't work. I spent many hours to figure out with no success
thanks for your help
J-