LastPipeBender/app/src
Robin c85b97a484
Fix: fragmentSize is below the minimum (#6238)
noticed logs " CacheDataSink: fragmentSize is below the minimum recommended value of 2097152. This may cause poor cache performance.

this fixes the issue by using ExoPlayers MIN_RECOMMENDED_FRAGMENT_SIZE. Unfortunately that field is private:
aeb306a164/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java (L123)
2021-05-04 19:08:25 +02:00
..
androidTest/java/org/schabi/newpipe Fix tests 2021-03-12 23:21:54 +01:00
debug Merge branch 'dev' into daynight 2021-04-03 00:08:26 +03:00
main Fix: fragmentSize is below the minimum (#6238) 2021-05-04 19:08:25 +02:00
release/res/xml Fix release build by updating icon reference 2021-04-04 09:22:42 +02:00
test Fix error in tests 2021-03-27 18:11:39 +03:00