Ei kuvausta

Caijinglong 3a879287bc seek getInfo 6 vuotta sitten
.vscode 3cfb0c949a first commit 7 vuotta sitten
android 3a879287bc seek getInfo 6 vuotta sitten
example 3a879287bc seek getInfo 6 vuotta sitten
ios 3a879287bc seek getInfo 6 vuotta sitten
lib 3a879287bc seek getInfo 6 vuotta sitten
.gitattributes 2d78087a37 add ios code 6 vuotta sitten
.gitignore 3cfb0c949a first commit 7 vuotta sitten
.metadata 3cfb0c949a first commit 7 vuotta sitten
CHANGELOG.md 3cfb0c949a first commit 7 vuotta sitten
LICENSE 3cfb0c949a first commit 7 vuotta sitten
README.md 7b84406d7a Update README.md 6 vuotta sitten
ijkplayer.iml 3cfb0c949a first commit 7 vuotta sitten
pubspec.lock 3a879287bc seek getInfo 6 vuotta sitten
pubspec.yaml 3a879287bc seek getInfo 6 vuotta sitten

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