Skip to content

Latest commit

 

History

History
153 lines (109 loc) · 4.93 KB

README.md

File metadata and controls

153 lines (109 loc) · 4.93 KB
ijkplayer

ijkplayer

Stargazers repo roster for @debugly/ijkplayer

ijk media player based on ffplay

Platform Archs
iOS 11.0 arm64、arm64_simulator、x86_64_simulator
macOS 10.11 arm64、x86_64
tvOS 12.0 arm64、arm64_simulator、x86_64_simulator

My Build Environment

  • macOS Sequoia(15.1)
  • Xcode Version 16.1 (15F31d)
  • cocoapods 1.16.1

Latest Changes

Features

  • Common
  • iOS/macOS/tvOS
    • video-output: Metal 2/OpenGL 3.3
    • audio-output: AudioQueue, AudioUnit
    • hardware acceleration: auto choose VideoToolbox by default
    • subtitle:
      • text subtitle(srt/vtt/ass)/image subtitle(dvbsub/dvdsub/pgssub/idx+sub)
      • support intenal and external
      • text subtitle support force style
      • adjust position y and scale
    • 4k/HDR/HDR10/HDR10+/Dolby Vision Compatible
    • support Network or Local Blu-ray Disc/BDMV
    • set audio or subtitle extra delay

ON-PLAN

  • exchange video resolution gapless

Donate

Installation

install use cocoapod:

pod "IJKMediaPlayerKit", :podspec => 'https://github.com/debugly/ijkplayer/releases/download/k0.11.9/IJKMediaPlayerKit.spec.json'

Development

if you need change source code, you can use git add submodule, then use cocoapod integrate ijk into your workspace by development pod like examples.

how to run examples:

git clone https://github.com/debugly/ijkplayer.git ijkplayer
cd ijkplayer
git checkout -B latest k0.11.9
git submodule update --init

./FFToolChain/main.sh install -p macos -l 'ass ffmpeg'
./FFToolChain/main.sh install -p ios -l 'ass ffmpeg'
./FFToolChain/main.sh install -p tvos -l 'ass ffmpeg'

pod install --project-directory=./examples/macos
pod install --project-directory=./examples/ios
pod install --project-directory=./examples/tvos

# run iOS demo
open ./examples/ios/IJKMediaDemo.xcworkspace
# run macOS demo
open ./examples/macos/IJKMediaMacDemo.xcworkspace
# run tvOS demo
open ./examples/tvos/IJKMediaTVDemo.xcworkspace

if you want build your IJKMediaPlayerKit.framework, you need enter examples/{plat} folder, then exec ./build-framework.sh

Support (支持)

  • Please do not send e-mail to me. Public technical discussion on github is preferred.
  • 请尽量在 github 上公开讨论技术问题,不要以邮件方式私下询问,恕不一一回复。

License

Copyright (c) 2017 Bilibili
Licensed under LGPLv2.1 or later
Copyright (c) 2022 Sohu
Licensed under LGPLv2.1 or later

ijkplayer required features are based on or derives from projects below:

android/ijkplayer-exo is based on or derives from projects below:

android/example is based on or derives from projects below:

ios/IJKMediaDemo is based on or derives from projects below:

ijkplayer's build scripts are based on or derives from projects below:

Commercial Use

ijkplayer is licensed under LGPLv2.1 or later, so itself is free for commercial use under LGPLv2.1 or later

But ijkplayer is also based on other different projects under various licenses, which I have no idea whether they are compatible to each other or to your product.

IANAL, you should always ask your lawyer for these stuffs before use it in your product.

Icon

Primay icon was made by my friend 小星.