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

Open-Sourcing the IJKMediaPlayerKit Project #47

Closed pjbruce closed 2 months ago

pjbruce commented 2 months ago

If possible, can the IJKMediaPlayerKit project be open source like ijkplayer/ios/IJKMediaPlayer/?

debugly commented 2 months ago

Why? What's wrong?

pjbruce commented 2 months ago

Your current design is very good, it saves the complicated compilation steps and is more convenient to use. Of course, it would be best if it could be open sourced.

debugly commented 2 months ago

Did you mean the project which compiled IJKMediaPlayerKit.framework?

pjbruce commented 2 months ago

Your answer is very fast, ^_^. Yes, IJKMediaPlayerKit.framework is currently installed using pod. Can it be open sourced separately?

debugly commented 2 months ago

I forked the repo from https://github.com/bilibili/ijkplayer, the bilibili ijk was open sourced separately.

And you know, my ijkplayer supported iOS/tvOS/macOS,need handle some crossplat API by seprated files,need handle different link flags,etc.

To solve these problems,I used pod, When files are are added or deleted, just reinstall, everything will be OK.

You can find some issues form bilibili/ijkplayer which support author "Support Cocoapods", I did it !

Are you using my ijkpalyer, Can you give me a free star?