All changes to this project will be documented in this file.
- Use Analytics endpoint v2
- Create a unique pbxproj
- Add support for private live stream
- Add an API to set a custom
AVPlayerViewController
- Fix analytics when currentTime < 0
- Examples: Add default videoId
- Make player available for iOS 11 and above
- PlayerError send custom message to LocalizedError
- Make method addDelegate(s) and removeDelegate(s) public
- Add speedrate selector
- Add remote control on lockscreen
- Add private vod videos
- Add live feature
- Change callback to delegate for UIKit
- Add didReady event
- Use completionhandler in seek method to get the result of the seek, before doing any other action.
- Add an API to automatically play the video after loading. See
ApiVideoPlayerController
'sautoplay
field.
- Add an API to change the video id on the fly. Check out for
videoOptions
. - Add an API to get the video size in the controller
- Publicize API on subtitles in the controller
- Publicize
ApiVideoPlayerController
- Add output API in
ApiVideoPlayerController
to set/removeAVPlayerItemOutput
- Add SwiftUI player
- Fix subtitle bug
- Change ios target version to ios 13
- First version