Closed lucas-kakele closed 7 months ago
The VideoPlayerIos implementation relies on methods that are only available for iOS 15+.
For example: https://developer.apple.com/documentation/avfoundation/avfragmentedasset/3746534-loadtrackswithmediatype?language=objc
This should be documented to avoid any nasty surprises for those brazen enough to not thoroughly test their apps, as I believe libGDX itself supports down to 11 and this is a runtime error.
The VideoPlayerIos implementation relies on methods that are only available for iOS 15+.
For example: https://developer.apple.com/documentation/avfoundation/avfragmentedasset/3746534-loadtrackswithmediatype?language=objc