Skip to content

Commit bd394c4

Browse files
committed
Add files for v7.2.8
1 parent fbe7848 commit bd394c4

42 files changed

Lines changed: 126 additions & 104 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## Release 7.2.8
2+
3+
#### 23 Apr 2026
4+
5+
### Brightcove Player SDK for iOS (Core)
6+
7+
#### Additions and Improvements
8+
9+
* Adds a private `sessionProviderRequestsReloadForRecovery` hook on `BCOVBasicSessionProviderHelperDelegate` that lets a session provider ask the playback controller to re-issue its current video list. Used by the DAI plugin's new automatic recovery mechanism; no impact on apps that don't use DAI.
10+
11+
### Brightcove Player SDK for tvOS (Core)
12+
13+
#### Additions and Improvements
14+
15+
* Adds a private `sessionProviderRequestsReloadForRecovery` hook on `BCOVBasicSessionProviderHelperDelegate` that lets a session provider ask the playback controller to re-issue its current video list. Used by the DAI plugin's new automatic recovery mechanism; no impact on apps that don't use DAI.
16+
17+
### DAI Plugin for Brightcove Player SDK for iOS
18+
19+
#### Bug Fixes
20+
21+
* Fixes black-screen / frozen-playback after the app is backgrounded during an ad break and later returned to the foreground (e.g. the device woke from sleep). Particularly relevant for Live DAI, where stitched ad URLs have a short TTL and become unplayable after long periods of inactivity. The DAI session provider now detects terminal playback failures (`AVPlayerItemFailedToPlayToEndTimeNotification`, `AVPlayerItem.status == .failed`), AVAudioSession media-services resets, and long-background foreground transitions, and rebuilds its internal `IMAAdsLoader`, `IMAAdDisplayContainer`, `IMAAdsRenderingSettings`, and the shared `AVPlayer` before re-issuing the session chain. Recovery is gated on network reachability (`NWPathMonitor`) and a short cooldown. Enabled by default; to disable, pass `kBCOVDAIOptionAutomaticRecoveryEnabledKey: @NO` in the `options:` dictionary of `-[BCOVPlayerSDKManager createDAISessionProviderWithSettings:adsRenderingSettings:adsRequestPolicy:adContainer:viewController:companionSlots:upstreamSessionProvider:options:]`. See `BCOVDAIComponent.h` for the full list of DAI options.
22+
123
## Release 7.2.7
224

325
#### 16 Apr 2026

FairPlay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using FairPlay With The Brightcove Player SDK for iOS, version 7.2.7.29
1+
# Using FairPlay With The Brightcove Player SDK for iOS, version 7.2.8.30
22

33
## Quick Start
44

Interactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using Interactivity With The Brightcove Player SDK for iOS, version 7.2.7.29
1+
# Using Interactivity With The Brightcove Player SDK for iOS, version 7.2.8.30
22

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

OfflinePlayback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# iOS App Developer's Guide to Video Downloading and Offline Playback with HLS in the Brightcove Player SDK for iOS, version 7.2.7.29
2+
# iOS App Developer's Guide to Video Downloading and Offline Playback with HLS in the Brightcove Player SDK for iOS, version 7.2.8.30
33

44

55
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Brightcove Player SDK for iOS, version 7.2.7.29
1+
# Brightcove Player SDK for iOS, version 7.2.8.30
22

33

44
## Table of Contents

SidecarSubtitles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using Sidecar Subtitles With The Brightcove Player SDK for iOS, version 7.2.7.29
1+
# Using Sidecar Subtitles With The Brightcove Player SDK for iOS, version 7.2.8.30
22

33
## Introduction
44

TVPlayer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using the TV Player UI With The Brightcove Player SDK for tvOS, version 7.2.7.29
1+
# Using the TV Player UI With The Brightcove Player SDK for tvOS, version 7.2.8.30
22

33
## Overview
44

424 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)