HLS videos (.m3u8) is not working on IOS devices which has OS 16.0 and above same video are working on Android devices and also on IOS under OS 16.
flutter_version : 3.3.9
video_player : 2.4.8
test device : iPhone 13 pro, OS 16.1.1
to test, I've created simple flutter project only contain video_player and I used VideoPlayerController.network();
the console error: Unhandled Exception: PlatformException(VideoError, Failed to load video: The operation couldn’t be completed. (CoreMediaErrorDomain error -12646.), null, null)
also I find out that only encrypted HLS videos are not working.