Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitormesquita/kiwiplayer
Kiwi Player allows you go forward and go back in videos easily! :dancer:
https://github.com/vitormesquita/kiwiplayer
avplayer avqueueplayer ios library light swift swift4
Last synced: about 1 month ago
JSON representation
Kiwi Player allows you go forward and go back in videos easily! :dancer:
- Host: GitHub
- URL: https://github.com/vitormesquita/kiwiplayer
- Owner: vitormesquita
- License: mit
- Created: 2018-02-14T20:07:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T18:23:11.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T20:42:08.742Z (7 months ago)
- Topics: avplayer, avqueueplayer, ios, library, light, swift, swift4
- Language: Swift
- Homepage:
- Size: 153 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KiwiPlayer
## A light and easier playlist video implementation
*KiwiPlayer* came to solve a expecific feature that needs pre buffering a playlist of videos to play it closer as a single video and need to be able seek time in videos with a single `UISlider`
**KiwiPlayer allows you go forward and go back in playlist easily!!**
Kiwi treats the playlist of videos as a single video than the *Total durantion* and *Current duration* is about all videos. Just use `AVFoundation` framework, without any remote dependecy and is a couple of classes to include in your project.
## Requirements
- Xcode 9.0+
- Swift 4.2+## Installation
KiwiPlayer is available throught Cocoapods and Manually
### Pod
```ruby
pod 'KiwiPlayer'
```### Manually
```
git clone https://github.com/vitormesquita/KiwiPlayer.git
```Copy `Source` folder's classes (`.swift`) to your project. Just it!
## Example
¯\_(ツ)_/¯
Will be done
## Author
Vitor Mesquita, [email protected]
## License
Kiwi is available under the MIT license. See the LICENSE file for more info.