Replies: 2 comments
-
I find this post interesting because I'm having the opposite issue :/ My tracks seem to be streamed in chunks and wont buffer full tracks, which completely breaks any kind of seeking if a user tires to seek outside of the buffered part. Unfortunately, there doesn't seem to be any way to control it. I'm using rntp 4.0.1 on iOS via expo |
Beta Was this translation helpful? Give feedback.
0 replies
-
buffering is handled by the native counterparts; exoplayer allows setting buffer ranges I think, apple seems automatic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I can't find in the docs whether the player supports downloading media in chunks. For example, when playing large files, we can keep a buffer of a few minutes and pause the download.
Beta Was this translation helpful? Give feedback.
All reactions