debugly / ijkplayer

【持续更新】macOS/iOS video player based on ijkplayer, using FFmpeg 5.1, support Metal、hw accel、HDR、ass subtitle effect...
GNU General Public License v2.0
69 stars 14 forks source link

No support for arm64 ios simulator #3

Closed openmetrue closed 1 year ago

openmetrue commented 1 year 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 1 year 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.