Ok, I do see "Sending STUN ping" and "Received STUN ping response" log events, but no stun-related or connection errors...
My Chrome 26 is definitely *not* putting out rtcp-fb attributes... switching to Beta channel Chrome 27 definitely *does* give me the same two attributes.
I modified my SDP response to include:
a=rtcp-fb:{X} ccm fir
a=rtcp-fb:{X} nack
but it doesn't seem to have an impact, i.e. no apparent errors in the debug, and no key-frame kicked back.
One thing to note is I'm not doing DTLS, I'm using SRTP... I wonder if that's having an impact on this (I'm sending SRTCP FIR instead of some unknown -to me- way of doing that in DTLS).
At least I know that my 3000 frames number was right:
webrtcvideoengine.cc(3373)] VP8 options : picture loss indication = 0, feedback mode = 0, complexity = normal, resilience = off, denoising = 0, error concealment = 0, automatic resize = 0, frame dropping = 1, key frame interval = 3000
I'd like to just do the FIR, but I'm wondering if there's a script/app way of reducing that key frame interval anyway... I'll guess not...