You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
targetFramesToRequest
=> Lesser requests,targetFramesToRequest
=> Support for small filesThe text was updated successfully, but these errors were encountered: