
Setting max buffer
Our system streams live feed. Apparently the delay should be minimal. I setup bufferlength to 0.5 but after a while (few hours) player accumulates buffer of several minutes. In ver.5 I executed
_stream.bufferTimeMax = 3;
in RTMPMediaProvider.as function setStream().
Is it possible to setup this parameter in ver6. HTML5? If not, where in the code should I make the change to alter max buffer?