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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
## Changelog
2
2
3
+
### next
4
+
* Added support for automaticallyWaitsToMinimizeStalling property (iOS) [#1723](https://github.com/react-native-community/react-native-video/pull/1723)
5
+
3
6
### Version 5.0.2
4
7
* Fix crash when RCTVideo's superclass doesn't observe the keyPath 'frame' (iOS) [#1720](https://github.com/react-native-community/react-native-video/pull/1720)
@@ -370,6 +371,13 @@ For this to work, the poster prop must be set.
370
371
371
372
Platforms: all
372
373
374
+
#### automaticallyWaitsToMinimizeStalling
375
+
A Boolean value that indicates whether the player should automatically delay playback in order to minimize stalling. For clients linked against iOS 10.0 and later
376
+
***false** - Immediately starts playback
377
+
***true (default)** - Delays playback in order to minimize stalling
378
+
379
+
Platforms: iOS
380
+
373
381
#### bufferConfig
374
382
Adjust the buffer settings. This prop takes an object with one or more of the properties listed below.
0 commit comments