Skip to content

Commit 4187a27

Browse files
committed
Add files for v7.2.9
1 parent bd394c4 commit 4187a27

42 files changed

Lines changed: 126 additions & 108 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Release 7.2.9
2+
3+
#### 28 Apr 2026
4+
5+
### IMA Plugin for Brightcove Player SDK for iOS
6+
7+
#### Bug Fixes
8+
9+
* Fixes content playing briefly at the new position before a missed midroll fires when the user scrubs forward across an ad cuepoint. `BCOVIMASession` now intercepts `seekToTime:…` and, when the seek crosses an ad break (detected from `IMAAdsManager.adCuePoints` for VMAP, or `BCOVCuePoint` ad slots filtered to `kBCOVIMACuePointTypeAd` for VAST), pauses AVPlayer and gates `play` until `adsManagerDidRequestContentPause:` fires. The content layer is hidden for the duration of the gate so the user does not see the paused frame at the seek target while IMA is loading the ad. A 2-second watchdog (armed once the seek lands, so long-distance seeks are not cut short by buffering) clears the gate if no ad fires — e.g. the break was already consumed via `playAdsAfterTime`. Backwards seeks, seek-without-ads, first-play, and mid-ad seeks are forwarded unchanged.
10+
* Fixes IMA ads staying paused after the app is backgrounded and returned to the foreground. On `UIApplicationDidBecomeActiveNotification`, if an ad is in progress and was not manually paused via `-pauseAd`, the session calls `-resumeAd`. Skipped when `IMASettings.enableBackgroundPlayback` is enabled (IMA handles that path itself).
11+
12+
### IMA Plugin for Brightcove Player SDK for tvOS
13+
14+
#### Bug Fixes
15+
16+
* Fixes content playing briefly at the new position before a missed midroll fires when the user scrubs forward across an ad cuepoint. `BCOVIMASession` now intercepts `seekToTime:…` and, when the seek crosses an ad break (detected from `IMAAdsManager.adCuePoints` for VMAP, or `BCOVCuePoint` ad slots filtered to `kBCOVIMACuePointTypeAd` for VAST), pauses AVPlayer and gates `play` until `adsManagerDidRequestContentPause:` fires. The content layer is hidden for the duration of the gate so the user does not see the paused frame at the seek target while IMA is loading the ad. A 2-second watchdog (armed once the seek lands, so long-distance seeks are not cut short by buffering) clears the gate if no ad fires — e.g. the break was already consumed via `playAdsAfterTime`. Backwards seeks, seek-without-ads, first-play, and mid-ad seeks are forwarded unchanged.
17+
* Fixes IMA ads staying paused after the app is backgrounded and returned to the foreground. On `UIApplicationDidBecomeActiveNotification`, if an ad is in progress and was not manually paused via `-pauseAd`, the session calls `-resumeAd`. Skipped when `IMASettings.enableBackgroundPlayback` is enabled (IMA handles that path itself).
18+
119
## Release 7.2.8
220

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

33
## Overview
44

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

0 commit comments

Comments
 (0)