Aucune description

cjl_macbook 6d84c2d9bc 微调controller的逻辑 il y a 6 ans
.vscode 3cfb0c949a first commit il y a 6 ans
android 0796e7a275 add all channel method result il y a 6 ans
example 6d84c2d9bc 微调controller的逻辑 il y a 6 ans
ios 0796e7a275 add all channel method result il y a 6 ans
lib 6d84c2d9bc 微调controller的逻辑 il y a 6 ans
.gitattributes 2d78087a37 add ios code il y a 6 ans
.gitignore 3cfb0c949a first commit il y a 6 ans
.metadata 3cfb0c949a first commit il y a 6 ans
CHANGELOG.md 3cfb0c949a first commit il y a 6 ans
LICENSE 3cfb0c949a first commit il y a 6 ans
README.md 7b84406d7a Update README.md il y a 6 ans
ijkplayer.iml 3cfb0c949a first commit il y a 6 ans
pubspec.lock 3a879287bc seek getInfo il y a 6 ans
pubspec.yaml 3a879287bc seek getInfo il y a 6 ans

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