Wowza Community

Buffering issues with pepper flash player

Hi,

Thank you for the last update .3!

We develop a 360˚ as3 video player and we are facing issues with chrome pepper flash player (and only with chrome).

It takes for ever to buffer 3s. The video play and stop… if you want to try it: http://360e-motion.davidpage.eu

We saw that the test player from the admin is working fine! Did you apply some trick?

// The new pepper plugin requires chrome to always be hacked.
if (br.chrome)
{
return STATE_HACKED;
}

Thx,

David.

3 seconds is the default bufferLength in JW Player, it may be the same in pepper player as well. You may want to have a look for the buffer settings in that player.

Salvadore