I am using exoplayer to play videos in a LazyColumn in Jetpack Compose. I have a single instance of the exoplayer, and use the LazyListState to play the top video when the list is scrolled. However, the scrolling is janky and I cannot achieve good performance.
I have created a minimal sample to reproduce this here: https://github.com/spencergriffin/exoplayer-compose
Is there something I am doing wrong with exoplayer that is causing such bad performance?
I am using exoplayer to play videos in a LazyColumn in Jetpack Compose. I have a single instance of the exoplayer, and use the LazyListState to play the top video when the list is scrolled. However, the scrolling is janky and I cannot achieve good performance.
I have created a minimal sample to reproduce this here: https://github.com/spencergriffin/exoplayer-compose
Is there something I am doing wrong with exoplayer that is causing such bad performance?