Giter VIP home page Giter VIP logo

erplayer's Introduction

ERPlayer

使用AVPlayerLayer封装的基本视频控件,自定义度高~

#演示~

#基本功能

  • 屏幕左边上下划动调节屏幕亮度
  • 屏幕右边上下划动调节音量
  • 水平划动根据划动速率大小决定视频进退时间的长短
  • 屏幕跟随设备自动旋转
  • 可以播放网络视频~当然也可以播放本地视频
  • 当cell从屏幕消失时视频控件可以置顶或则放置屏幕任意角落~

#使用方法 ##1. 创建Player ERPlayer *player = [ERPlayer new]; ##2. 设置Player的Frame或则bounse、center player.frame = CGRectMake(0, 100, SCREENW, SCREENW / 16 * 9 + 40); ##3. 设置Player播放视频的URL [player setViedoUrl:viedoUrl]; ##4. 添加到父控件上~ [self.view addSubview:player];

#To Do~

  • 加入弹幕功能
  • 流媒体

#Thanks~


  • 使用中如果发现BUG,请Issues,并带上error~
  • 如果您对此项目感兴趣,请Fork~
  • 如果您觉得好用,请给star~

Author

Programming by Erma
Blog Erma-king

erplayer's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.