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
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## Changelog
2
2
3
+
### next
4
+
5
+
* Fix loading package resolved videos when using video-caching [#1438](https://github.com/react-native-community/react-native-video/pull/1438)
6
+
3
7
### Version 4.3.0
4
8
* Fix iOS video not displaying after switching source [#1395](https://github.com/react-native-community/react-native-video/pull/1395)
5
9
* Add the filterEnabled flag, fixes iOS video start time regression [#1384](https://github.com/react-native-community/react-native-video/pull/1384)
if (shouldCache && (!_textTracks || !_textTracks.count)) {
496
497
/* The DVURLAsset created by cache doesn't have a tracksWithMediaType property, so trying
497
-
* to bring in the text track code will crash. I suspect this is because the asset hasn't fully loaded.
498
+
* to bring in the text track code will crash. I suspect this is because the asset hasn't fully loaded.
498
499
* Until this is fixed, we need to bypass caching when text tracks are specified.
499
500
*/
500
501
DebugLog(@"Caching is not supported for uri '%@' because text tracks are not compatible with the cache. Checkout https://github.com/react-native-community/react-native-video/blob/master/docs/caching.md", uri);
0 commit comments