Skip to content

Releases: vitormesquita/KiwiPlayer

Updating to Swift 4.2

28 Nov 18:22
Compare
Choose a tag to compare

Implemented enhancements:

  • Updated all code to swift 4.2
  • Optimizing the code to process some heavy videos in a background thread

0.1.6

09 Apr 13:56
Compare
Choose a tag to compare

Fixed bugs:

  • Solving mute's action to mute next video when it is become main player

0.1.5

02 Apr 20:48
Compare
Choose a tag to compare

Fixed bugs:

  • Solving isMuted access level

0.1.4

02 Apr 19:31
Compare
Choose a tag to compare

Implemented enhancements:

  • Implemented isMuted QueuePlayer's action

0.1.3

15 Feb 19:37
Compare
Choose a tag to compare

Implemented enhancements:

  • Renamed delegate from QueuePlaybackDelegate to KiwiPlayerDelegate

Fixed bugs:

  • Solving AVPlayer observer about current video time

0.1.2

15 Feb 19:36
Compare
Choose a tag to compare

Implemented enhancements:

  • Renamed project, classes and other functions from QueuePlayer to KiwiPlayer

0.1.1

15 Feb 18:52
Compare
Choose a tag to compare

Implemented features:

  • Put player observer to get current video time
  • Added currentTime and timePassed to calculate time from all videos
  • Added method on delegate playbackTimeDidChange(_ seconds: Float64) to send when time was changed

0.1.0

14 Feb 20:47
Compare
Choose a tag to compare

First Verison!

This library came from the need to implement a light queue of player like AVQueuePlayer, but a little bit difference haha.

AVQueuePlayer not meet the demand cause I needed seek go back and go forward in single UISlider with one "time line".

So now We can do it!!!!

QueuePlayer implements this features and we can use as a single video.

I based my code in a nice Library that help me a lot. The name of library is Player