Hi,
I can't get the following log line to appear in my chrome_debug.log:
WEBRTC_TRACE(kTraceDebug, kTraceRtpRtcp, _id,
" -> Received report block(%d), from SSRC:0x%x, RTT:%d, loss:%d",
_id, remoteSSRC, RTT, rtcpPacket.ReportBlockItem.FractionLost);
I am trying to find out why lost packet counts are not working for me and it would be very useful to see whether chrome actually receives the correct report blocks.
Last try was: google-chrome-unstable --enable-logging --v=65535 --vmodule="*webrtc_rtp*=65535,*/webrtc/*=65535,*/libjingle/*=4,*=4"
Thank you,
Florian