-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Buffer Config for iOS. #3632
Comments
Bumping this. Would also appreciate this added. |
Bump. I need this so badly. I would even move from Expo-AV and donate some cash if iOS buffer config will be working as intended. |
@Michota it seams that AVPlayer (iOS) is very limited in this area compared to android - do you have any specific parameter that you would have ? |
@KrzysztofMoch: preferredForwardBufferDuration is a way to go I think.
|
@Michota there is already |
Oh, i missed it. |
It doesn't work, i have a high resolution video that should play from web and the player doesn't buffer at all on ios. I've tried all possible methods. |
The default is 0, it means let the system decide to buffer. I want it to buffer minimally and set it to 1 but literally nothing changed. Also, I tried this automaticallyWaitsToMinimizeStalling={false}, defaults to true, to shut down the buffering state and immediately start the streaming as indicated in properties section of the documentation but that does not work as well. How to deal with this? |
Description
Just like in the case of Android, allow users to control buffer related things, like back-buffer, etc. with usage of
bufferConfig
.Why it is needed ?
It's very important for those who want to create apps without paying much for bandwith and storage.
Possible implementation
use
preferredForwardBufferDuration
Code sample
It seems like there is already a PR that includes that #1353
The text was updated successfully, but these errors were encountered: