debugly / ijkplayer

iOS/macOS/tvOS video player based on ijkplayer, using FFmpeg 6, support Metal、hw accel、HDR、ass subtitle effect...
https://ijkplayer.debugly.cn/
GNU General Public License v2.0
119 stars 20 forks source link

No support for arm64 ios simulator #3

Closed openmetrue closed 1 year ago

openmetrue commented 2 years ago

Is it possible to add a script to compile ffmpeg libraries for iOS simulator with Apple Silicon? UPD: OpenGL ES on ARM64 simulators produces a lot of weird crashes, probably need to complete the transition to Metal first

debugly commented 2 years ago

When use Designed for iPhone simulator the SDK is iPhone rather than iphonesimulator, so I think Apple Silicon mac (Designed for iPhone) simulator is equal iPhone。 does iPhone produces OpenGL ES weird crashes? Transition to Metal is going about 2023.

debugly commented 1 year ago

develop branch : system version greater than or equal to macOS 10.13 or iOS11.0 auto use Metal render video.