REMB not working in janus

I have cloned the latest janus from github today and trying to explore REMB for receiver side.

In videoroom.c , inside janus_videoroom_incoming_rtcp method, I have added a log as below

if(bitrate > 0) {
/* FIXME We got a REMB from this subscriber, should we do something about it? */
JANUS_LOG(LOG_ERR,“Custom log → bitrate value inside incoming_rtcp is %“SCNu32” \n”,bitrate);
}

I am not getting any values here. Am I doing anything wrong?

If you don’t see anything, then the browser isn’t sending anything. Better to start experimenting with the BWE branch instead, which will provide transport-wide-cc support to subscribers.