Skip to content

Commit

Permalink
Add files for v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jblaker committed Dec 16, 2024
1 parent 1764e1b commit ab33aab
Show file tree
Hide file tree
Showing 252 changed files with 95,144 additions and 100,101 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## Release 7.0.1

#### 16 Dec 2024

### Brightcove Player SDK for iOS (Core)

#### Additions and Improvements

* Fixes a crash in BCOVTVPlayerView related to invalid CGRect values.
* Fixes an issue in BCOVTVPlayerView wherethe thumbnail preview would briefly show when resuming playback during scrubbing.
* On tvOS the BCOVTVPlayerView UI will no longer display a thumbnail preview by default when playback is paused using the Play/Pause button on the remote. You can enable the new `displayThumbnailOnPause` property on `BCOVTVPlayerViewOptions` to restore this behavior.
* Fixes an issue in BCOVUIPlayerView that would cause the thumbnail preview to fade out while seeking.

#### Breaking Changes

* The `BCOVFairPlayManager` method `preloadContentKeys(for:)` has been change to `preloadContentKeys(forVideos:)`
* The format for `BCOVAd` constants has changed. For example `kBCOVAdPropertyKeySkippable` is now `BCOVAd.PropertyKeySkippable`.
* The `BCOVPlaybackControllerAdsDelegate` method for entering an ad sequence is now `playbackController(controller:playbackSession:didEnterAdSequence:)`
* The `BCOVPlaybackControllerAdsDelegate` method for entering an ad is now `playbackController(controller:playbackSession:didEnterAd:)`
* The `BCOVPlaybackControllerAdsDelegate` method for pausing an ad is now `playbackController(controller:playbackSession:didPauseAd:)`

### Google Cast Plugin for Brightcove Player SDK for iOS

#### Additions and Improvements

* The kBCOVCAFReceiverApplicationID constant has been changed to `C179578D` in order to target the v3 Brighcove CAF Receiver.

## Release 7.0.0

#### 13 Nov 2024
Expand Down
4 changes: 2 additions & 2 deletions FairPlay.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Using FairPlay With The Brightcove Player SDK for iOS, version 7.0.0.9
# Using FairPlay With The Brightcove Player SDK for iOS, version 7.0.1.10

## Quick Start

Expand Down Expand Up @@ -176,7 +176,7 @@ playbackService.findVideo(withConfiguration: configuration,
// until, at least, `setVideos()` has been called on your `BCOVPlaybackController`
// which does retain the array.
self.video = video
BCOVFairPlayManager.preloadContentKeys(for: [video])
BCOVFairPlayManager.preloadContentKeys(forVideos: [video])
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion Interactivity.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Using Interactivity With The Brightcove Player SDK for iOS, version 7.0.0.9
# Using Interactivity With The Brightcove Player SDK for iOS, version 7.0.1.10

The Brightcove Player SDK currently supports Interactivity in a limited capacity.

Expand Down
2 changes: 1 addition & 1 deletion OfflinePlayback.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# iOS App Developer's Guide to Video Downloading and Offline Playback with HLS in the Brightcove Player SDK for iOS, version 7.0.0.9
# iOS App Developer's Guide to Video Downloading and Offline Playback with HLS in the Brightcove Player SDK for iOS, version 7.0.1.10


The Brightcove Native Player SDK allows you to download and play back HLS videos, including those protected with FairPlay encryption. Downloaded videos can be played back with or without a network connection.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Brightcove Player SDK for iOS, version 7.0.0.9
# Brightcove Player SDK for iOS, version 7.0.1.10


## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion SidecarSubtitles.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Using Sidecar Subtitles With The Brightcove Player SDK for iOS, version 7.0.0.9
# Using Sidecar Subtitles With The Brightcove Player SDK for iOS, version 7.0.1.10

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion TVPlayer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Using the TV Player UI With The Brightcove Player SDK for tvOS, version 7.0.0.9
# Using the TV Player UI With The Brightcove Player SDK for tvOS, version 7.0.1.10

## Overview

Expand Down
96 changes: 0 additions & 96 deletions html/Blocks/BCOVBasicSessionProviderSourceSelectionPolicy.html

This file was deleted.

96 changes: 0 additions & 96 deletions html/Blocks/BCOVOfflineVideoLicenseCompletionCallback.html

This file was deleted.

96 changes: 0 additions & 96 deletions html/Blocks/BCOVPlaybackControllerViewStrategy.html

This file was deleted.

Loading

0 comments on commit ab33aab

Please sign in to comment.