devswi / SwiftyPlayer

SwiftyPlayer is an audio and video playback component written in Swift, based on AVPlayer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftyPlayer

SwiftyPlayer is an audio and video playback component written in Swift, based on AVPlayer. SwiftyPlayer only focuses on playback events, and does not provide screen rotation, gesture control, and other functions that are not related to playback events.

New SwiftyPlayer repo

Features

  • Only focus on audio and video playback events
  • Complete basic properties of the player
    • Player status management, playing/paused/buffering and other basic player attributes
    • Play, pause, fast forward and rewind, previous song, next song, etc.
    • Provides a repeat mode for resource playback
  • Provide complete customization options, such as
    • Enable options for playing videos in the background
    • Provide Buffer strategy options
  • Switch resource quality according to network environment
  • Provides the analysis method of SRT file format

Requirements

  • iOS 10+
  • Swift 5.1+

TODO

  • Add Example project

Wiki

You can view information about how to install and how to use through the wiki.

License

SwiftyPlayer is released under the MIT license. See LICENSE for details.

About

SwiftyPlayer is an audio and video playback component written in Swift, based on AVPlayer.

License:MIT License


Languages

Language:Swift 97.9%Language:Ruby 1.7%Language:Shell 0.4%