cxfksword / MPVKit

mpv library for iOS, macOS, tvOS applications
GNU General Public License v3.0
71 stars 19 forks source link

Use case? #3

Closed aehlke closed 1 year ago

aehlke commented 1 year ago

Sorry for the naive question but how can this be used on iOS? Is IINA the only library on iOS or do you have any other pointers? Thanks.

cxfksword commented 1 year ago

You can refer to the yattee project. If you only want to add a simple player in the app, may be KSPlayer is a better choice.

aehlke commented 1 year ago

Thanks. Yattee is AGPL so I can't touch it for my use, I take this to mean MPVKit is intended for Yattee. I'll look into KSPlayer, did not find that one before and it's LGPL - much appreciated.

edit: Ah KSPlayer isn't MPV, unless I misunderstand something and MPVKit is usable with KSPlayer? The only non GPLv3/AGPL MPV project I've been able to find is https://github.com/alexmercerind/media_kit/ which is Flutter

Thanks for your time

cxfksword commented 1 year ago

KSPlayer is based on FFMPEG, and there is currently no open source use case for MPVKit. MPVKit is currently only suitable for learning libmpv.