Skip to content

Releases: kinescope/ios-kinescope-player

0.2.2 Improved player stability in different configurations

27 Jun 10:10
3054b93
Compare
Choose a tag to compare

What's Changed

Added

  • Additional parameter for KinescopePlayerConfig to set up repeating attempts count for video loading

Changed

  • Indication of any pauses during playing of video with loading indicator

Fixed

  • Observation of preview/loading/playing status for player config with looped enabled
  • Restoration of playback after network or stream lost

PRs merged

  • Fix live-translation in looped strategy with partially disabled UI by @NullIsOne in #13

Full Changelog: 0.2.1...0.2.2

0.2.1 First day patch

04 Apr 14:14
8a52a34
Compare
Choose a tag to compare

What's Changed

Fixed bugs

  • always default player style in fullscreen mode (now it equal to style of mini-player)

Removed

  • hardcoded endpoint for analytics
  • hardcoded endpoint constructor for fairplay

Now ths enpoints provided from server.

PRs merged

Full Changelog: 0.2...0.2.1

0.2 API free, live stream stability and SPM support

03 Apr 11:36
Compare
Choose a tag to compare

What's Changed

Introduced

  • Installation via SPM

Removed

  • APIkey requirement
  • API calls including videoList
  • old example with many videos and scrolling

Added

  • implementation of FairPlayStreaming (DRM)
  • animating indicator for live streams
  • automatic retry mechanism for video loading
  • error state with refresh button
  • live stream announce view
  • collecting of analytic events with playback data for Kinescope dashboard
  • textField in example project to allow user to input videoId
  • ability to manage options menu on player view
  • ability to listen analytic events in KinescopeAnalyticsDelegate

PRs merged

Full Changelog: 0.1...0.2

0.1 - First

07 Mar 04:59
Compare
Choose a tag to compare

First stable release with API calls to kinescope under hood. Check Readme for more info.