Skip to content

Commit ed26644

Browse files
committed
Add files for v7.2.11
1 parent 75ea710 commit ed26644

42 files changed

Lines changed: 121 additions & 111 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Release 7.2.11
2+
3+
#### 14 May 2026
4+
5+
### DAI Plugin for Brightcove Player SDK for tvOS
6+
7+
#### Additions and Improvements
8+
9+
* Adds `kBCOVDAIOptionTVOS26AdBreakFreezeWorkaroundEnabledKey`, an opt-in workaround for an AVPlayer regression on tvOS 26.x that freezes video and audio at HLS discontinuities (ad-pod boundaries) when a closed-caption track is engaged. When enabled, the legible track is briefly deselected around each upcoming discontinuity and restored after the boundary is crossed; captions disappear for roughly 4-5 seconds per boundary. The option has no effect on tvOS versions older than 26.0 or on iOS. Default is `NO`; consumers are expected to opt in only on the affected tvOS versions, e.g. `if (@available(tvOS 26.0, *)) { options[kBCOVDAIOptionTVOS26AdBreakFreezeWorkaroundEnabledKey] = @YES; }`. Tighten the gate with an upper bound once Apple ships a fix.
10+
111
## Release 7.2.10
212

313
#### 07 May 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.10.32
1+
# Using FairPlay With The Brightcove Player SDK for iOS, version 7.2.11.33
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.10.32
1+
# Using Interactivity With The Brightcove Player SDK for iOS, version 7.2.11.33
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.10.32
2+
# iOS App Developer's Guide to Video Downloading and Offline Playback with HLS in the Brightcove Player SDK for iOS, version 7.2.11.33
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.10.32
1+
# Brightcove Player SDK for iOS, version 7.2.11.33
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.10.32
1+
# Using Sidecar Subtitles With The Brightcove Player SDK for iOS, version 7.2.11.33
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.10.32
1+
# Using the TV Player UI With The Brightcove Player SDK for tvOS, version 7.2.11.33
22

33
## Overview
44

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

0 commit comments

Comments
 (0)