react-native-video: Not show video image of .m3u8 when update to iOS 16.4
Bug
Platform
Which player are you experiencing the problem on:
- iOS
- Android
- Windows UWP
- Windows WPF
Environment info
React native info output:
None of these files exist:
* node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS(.native|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx|.native.svg|.svg)
* node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS/index(.native|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx|.native.svg|.svg)
15 | import typeof ActivityIndicator from './Libraries/Components/ActivityIndicator/ActivityIndicator';
16 | import typeof Button from './Libraries/Components/Button';
> 17 | import typeof DatePickerIOS from './Libraries/Components/DatePicker/DatePickerIOS';
| ^
18 | import typeof DrawerLayoutAndroid from './Libraries/Components/DrawerAndroid/DrawerLayoutAndroid';
19 | import typeof FlatList from './Libraries/Lists/FlatList';
20 | import typeof Image from './Libraries/Image/Image';
Library version: 5.1.1
After update to iOS 16.4, I cannot build with the CLI. I have to build with Xcode, in device Rosetta mode (like Iphone 14 (Rosetta). When I go trought the app, I receive variou messagens like the bash, with problemas with DatePiCkerIOS, etc.
When I go to the video screen, if the video is mp4, for example, it goes ok. But when the video is .m3u8, the video not apperas (oly audio).
Anyone with his problem?
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 12
- Comments: 16
@freeboub the issue still exists. I understand that it has lower priority if it only occurs in simulators and not on real devices, but this developer experience is far away from being great. AFAIK there is no general problem with AVPlayer on iOS 16.4, so I’m guessing this bug is related to react-native-video. I kindly ask to open the ticket again.
Issue with simulator. Let’s close this issue
Same here, I should have mentioned that it only occurs for me on iOS simulator as well, a physical iOS device works fine.
Confirming this on ios simulator v16.4, and it works on a real device (alpha6)
I had the same video playback issue on latest v16.4 iOS simulator.
Temp fix was to install old simulators from v16 via XCode Preferences > Platforms Tab (formerly Components Tab)
@freeboub Yes I’m on 6.0.0-alpha.6 and the issue exists.