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
I am currently working on an app similar to tiktok feeds, but i noticed performance deeps when you have watched some certain amount of videos. the app becomes slower and way more worst on android, it leads to out of memory issue and tends to crash.
i have tried different technics to resolve this issue.
controlling the playing and pausing using ref so as to play only the current video in view.
setting seek to 0 when the user scrolls to a new item on the feed.
tried using different bufferConfig to see if it makes any difference.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on an app similar to tiktok feeds, but i noticed performance deeps when you have watched some certain amount of videos. the app becomes slower and way more worst on android, it leads to out of memory issue and tends to crash.
i have tried different technics to resolve this issue.
am open to any suggestion.
Beta Was this translation helpful? Give feedback.
All reactions