No Description

cjl_macbook 0796e7a275 add all channel method result 6 years ago
.vscode 3cfb0c949a first commit 6 years ago
android 0796e7a275 add all channel method result 6 years ago
example 0796e7a275 add all channel method result 6 years ago
ios 0796e7a275 add all channel method result 6 years ago
lib 0796e7a275 add all channel method result 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 7b84406d7a Update README.md 6 years ago
ijkplayer.iml 3cfb0c949a first commit 6 years ago
pubspec.lock 3a879287bc seek getInfo 6 years ago
pubspec.yaml 3a879287bc seek getInfo 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