google cast - Control Chromecast buffering at start -


is there way control amount of buffering cc devices before start playback?

my sender apps sends real time audio flac , cc waits +10s before starting play. i've built customer receiver , tried change autopauseduration , autoresumeduration not seem matter. assume it's used when underflow event happens, not @ startup.

i realize forcing start low buffering level might endup in underflow, that's "risk" better waiting such long time before playback starts. , if happens, autopause/resume hysteresis allow larger re-buffering take place then.

if using media player library, take @ player.getbufferduration. docs cover more details how can customize player behavior: https://developers.google.com/cast/docs/player#frequently-asked-questions


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -