Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.24 KB

File metadata and controls

40 lines (24 loc) · 1.24 KB

LICENSE Donate

基於 ijkplayer k0.7.4 的播放器 UIViewController.

特色

  • 支援外接設備全螢幕.
  • Media Format: 參考 ijkplayer.
  • URL Protocol: 參考 ijkplayer.

編譯

  • 依照 ijkplayer-builder 先編譯 (ijkplayer k0.7.4) 出 IJKMediaFramework.framework, libssl.a, libcrypto.a, 再拖到 ijkplayer 目錄.

  • 執行 build.sh

使用

  • IJKMediaFramework.framework, libssl.a, libcrypto.a, SRPPlayerViewController.framework 拖到你的 Project.
  • 在你的 Project 加入 libz.tbdLinked Frameworks and Libraries.
  • 使用 SRPPlayerViewController 或是 subclass 它, 參考 IPTV
SRPPlayerViewController *mvc = [[SRPPlayerViewController alloc]init];
mvc.mediaURL = ...