Universal-Volumetric icon indicating copy to clipboard operation
Universal-Volumetric copied to clipboard

Flexibility in `targetFramesToRequest` value

Open CITIZENDOT opened this issue 1 year ago • 0 comments

Hardcoding it to 90 causes the player to stuck at buffering when the source files has few frames. (A file with 240 frames is stuck due to this issue). We probably need a better strategy to optimize this value for both small files and large files.

Trade off:

  • Bigger targetFramesToRequest => Lesser requests,
  • Smaller targetFramesToRequest => Support for small files

CITIZENDOT avatar Apr 11 '23 22:04 CITIZENDOT