Chromecast runs on a wide variety of hardware with different memory sizes where it is necessary to configure MSE buffer sizes.
We currently use a compile time option "use_low_memory_buffer=true" to select a smaller buffer on low-memory devices. But the compile-time option does not work where the same binary is used on multiple devices.
dalecurtis/wolenetz: Would it be OK to convert the compile-time option to a set of command-line flags? Any other ideas?
Comment 1 by alokp@chromium.org
, Jul 21 2016