No Description

Caijinglong 419b04dced update readme 6 years ago
.vscode 3cfb0c949a first commit 6 years ago
android 2c06f04042 完成了dart ,android 主动控制部分的代码构建 6 years ago
example 5a4dc8686f iOS部分的依赖修改 使用一个自建的pod库以减小上传到pub时的体积 6 years ago
ios 5a4dc8686f iOS部分的依赖修改 使用一个自建的pod库以减小上传到pub时的体积 6 years ago
lib 2c06f04042 完成了dart ,android 主动控制部分的代码构建 6 years ago
.gitattributes 2d78087a37 add ios code 6 years ago
.gitignore 3cfb0c949a first commit 6 years ago
.metadata 3cfb0c949a first commit 6 years ago
CHANGELOG.md 3cfb0c949a first commit 6 years ago
LICENSE 3cfb0c949a first commit 6 years ago
README.md 419b04dced update readme 6 years ago
ijkplayer.iml 3cfb0c949a first commit 6 years ago
pubspec.lock 504b9d7ae9 update ios code and framework 6 years ago
pubspec.yaml 2c06f04042 完成了dart ,android 主动控制部分的代码构建 6 years ago

README.md

ijkplayer

ijkplayer,通过内接纹理的方式接入 bilibili/ijkplayer

目前进度

  • [ ]参考 video_player 设计 api,以保证 video_player 无缝切换到 ijkplayer

dart

  • 重构代码,参考 video_player

android

  • 重新编译 ijkplayer,支持 https
  • 重构 android 代码,参照 video_player

ios

  • 重新编译 ijkplayer,支持 https
  • 使用 pod 依赖而不是直接将库放入仓库内
  • 使用静态库以支持 swift
  • 重构代码,参考 video_player