Skip to content

Commit

Permalink
Add files for v6.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyrodgers committed Aug 10, 2020
1 parent 7e1d067 commit e7a7388
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 17 deletions.
48 changes: 43 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## Release 6.7.10 ##

### Brightcove Player SDK for iOS (Core)

#### Additions and Improvements

* Adds the `BCOVTVPlayerViewDelegate` method `-liveIndicatorViewForIsPlaying:atLiveEdge:` to allow for customization of the DVR Live indicator.

* Adds the `BCOVPlaybackControllerDelegate` method `playbackController:playbackSession:didChangeSelectedAudibleMediaOption` to be notified when the audible media option for the current video is changed.

* Adds the `BCOVPlaybackControllerDelegate` method `playbackController:playbackSession:didChangeSelectedLegibleMediaOption` to be notified when the legible media option for the current video is changed.

* Fixes an issue where BCOVPlaybackSessionLifecycleEvent `kBCOVPlaybackSessionLifecycleEventReady` or `kBCOVPlaybackSessionLifecycleEventFail` sometimes failed to reach the `BCOVPlaybackController` delegate.

* Fixes an issue where subtitles set with the Sidecar plugin could cause subsequent videos in a playlist to not play.

* Improves the appearance of the built-in TV Player Controls and the handling of Siri Remote gestures.

* Adds Objective-C and Swift sample projects for playing IMA preroll ads with Live SSAI streams. See SSAI/SLS_IMA-Player and SSAI/SLS_IMA-tvOSPlayer in brightcoveos/ios-player-samples.git on GitHub.

### IMA Plugin for Brightcove Player SDK for iOS

#### Additions and Improvements

* Fixes an issue where playback controls remained hidden after an ad failed to play when using a VAST ad profile.

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

#### Additions and Improvements

* Adds the optional `BCOVGoogleCastManagerDelegate` method `willBuildMediaInformationBuilder:` to allow for additional configuration of the `GCKMediaInformationBuilder` object.

* Adds the optional `BCOVGoogleCastManagerDelegate` method `useSourceFromSources:` to allow for custom source selection.

* Adds the optional `BCOVGoogleCastManagerDelegate` method `willSendMediaLoadOptions:` to allow for additional configuration of the `GCKMediaLoadOptions` object.

* Adds the optional `BCOVGoogleCastManagerDelegate` method `shouldCastVideo:` to allow for customization of cast behavior.

## Release 6.7.9 ##

### Brightcove Player SDK for iOS (Core)
Expand Down Expand Up @@ -88,7 +126,7 @@

* Adds the optional `BCOVTVPlayerViewDelegate` methods `progressViewPanGestureStateBegan:`, `progressViewPanGestureStateChanged:` and `progressViewPanGestureStateEnded:` for tvOS.

* Adds support for dual expiry for offline FairPlay protected videos. Refer to the _Download a Video_ section of OfflinePlayback.md for more information.
* Adds support for dual expiry for offline FairPlay protected videos. Refer to the _Download a Video_ section of OfflinePlayback.md for more information.

* Fixes an issue on tvOS where audio would continue to play after a player view had been removed from the view heirarchy.

Expand Down Expand Up @@ -185,7 +223,7 @@
OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -framework "AVFoundation" -framework "Accelerate" -framework "AudioToolbox" -framework "BrightcoveGoogleCast" -framework "BrightcovePlayerSDK" -framework "CFNetwork" -framework "CoreBluetooth" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreText" -framework "Foundation" -framework "GoogleCast" -framework "MediaAccessibility" -framework "MediaPlayer" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "protobuf"
```

to this:
to this:

```
OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -framework "BrightcovePlayerSDK" -framework "BrightcoveGoogleCast" -framework "GoogleCast" -framework "protobuf"
Expand Down Expand Up @@ -302,7 +340,7 @@ FOUNDATION_EXPORT const unsigned char BrightcovePlayerSDKVersionString[];

#### Additions and Improvements

* Reduces the file size of the dynamic framework by ~10MB, and ~20MB for the static framework.
* Reduces the file size of the dynamic framework by ~10MB, and ~20MB for the static framework.

* Reduces CPU load up to 40% when playing video, decreases memory usage by up to 10%, and decreases energy usage by up to 30%.

Expand Down Expand Up @@ -332,9 +370,9 @@ FOUNDATION_EXPORT const unsigned char BrightcovePlayerSDKVersionString[];

#### Additions and Improvements

* Fixes an issue where the delegate method `playbackController:playbackSession:didExitAd:` was not being triggered when an applicable IMA ad was skipped.
* Fixes an issue where the delegate method `playbackController:playbackSession:didExitAd:` was not being triggered when an applicable IMA ad was skipped.

* Fixes an issue where ads were not replayed when `ignoringPreviouslyProcessedCuePoints` on `BCOVCuePointProgressPolicy` was disabled.
* Fixes an issue where ads were not replayed when `ignoringPreviouslyProcessedCuePoints` on `BCOVCuePointProgressPolicy` was disabled.

## Release 6.5.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FreeWheel Plugin for Brightcove Player SDK for iOS, version 6.7.9.1212
# FreeWheel Plugin for Brightcove Player SDK for iOS, version 6.7.10.1252

Requirements
============
Expand Down
2 changes: 1 addition & 1 deletion html/Blocks/BCOVFWSessionProviderAdContextPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1 class="title">BCOVFWSessionProviderAdContextPolicy Block Reference</h1>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-07-01</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-08-10</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion html/Categories/BCOVPlayerSDKManager+BCOVFWAdditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-07-01</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-08-10</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-07-01</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-08-10</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion html/Classes/BCOVFWContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h3 class="method-title"><code><a href="#//api/name/init">&ndash;&nbsp;init</a><
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-07-01</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-08-10</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion html/Classes/BCOVFWSessionProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2 class="subtitle subtitle-overview">Overview</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-07-01</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-08-10</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion html/Classes/BCOVFWSessionProviderOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-07-01</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-08-10</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion html/hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2 class="index-title">Category References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-07-01</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-08-10</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 class="title">Brightcove Native Player for iOS Reference</h1>
<div class="section section-overview index-overview">


<h1>FreeWheel Plugin for Brightcove Player SDK for iOS, version 6.7.9.1212</h1>
<h1>FreeWheel Plugin for Brightcove Player SDK for iOS, version 6.7.10.1252</h1>

<h1>Requirements</h1>

Expand Down Expand Up @@ -424,7 +424,7 @@ <h2 class="index-title">Category References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-07-01</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-08-10</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
Binary file modified ios/BrightcoveFW.framework/BrightcoveFW
Binary file not shown.
Binary file modified ios/BrightcoveFW.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/BrightcoveFW.framework/ios-static
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.9.1212
6.7.10.1252
Binary file modified tvos/BrightcoveFW.framework/BrightcoveFW
Binary file not shown.
Binary file modified tvos/BrightcoveFW.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion tvos/BrightcoveFW.framework/tvos-static
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.9.1212
6.7.10.1252

0 comments on commit e7a7388

Please sign in to comment.