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?