Skip to content

Commit

Permalink
Add files for v6.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyrodgers committed Jun 18, 2020
1 parent d73e683 commit 6844c84
Show file tree
Hide file tree
Showing 222 changed files with 3,870 additions and 11,247 deletions.
510 changes: 22 additions & 488 deletions CHANGELOG.md

Large diffs are not rendered by default.

19 changes: 1 addition & 18 deletions FairPlay.md
@@ -1,4 +1,4 @@
# Using FairPlay With The Brightcove Player SDK for iOS, version 6.7.7.1171
# Using FairPlay With The Brightcove Player SDK for iOS, version 6.3.12

Quick Start
===========
Expand Down Expand Up @@ -114,23 +114,6 @@ If you have questions or need help, we have a support forum for Brightcove's nat
[bcovsdk]: https://github.com/brightcove/brightcove-player-sdk-ios
[forum]: https://groups.google.com/forum/#!forum/brightcove-native-player-sdks

Content Key Preloading
===========
You may preload content keys for videos by calling the `preloadContentKeysForVideos:` class method on `BCOVFairPlayManager`. Typically a content key for a FairPlay protected video is processed when the video begins playback. By preloading the content key you can improve the playback startup experience for your users. For example:

```
static NSString * const kViewControllerVideoID = @"...";
[self.playbackService findVideoWithVideoID:kViewControllerVideoID parameters:nil completion:^(BCOVVideo *video, NSDictionary *jsonResponse, NSError *error) {
if (video)
{
[BCOVFairPlayManager preloadContentKeysForVideos:@[video]];
}
}];
```

Application Certificates
===========
Playabck of FairPlay-protected videos requires an application certificate associated with the content.
Expand Down
130 changes: 87 additions & 43 deletions OfflinePlayback.md

Large diffs are not rendered by default.

464 changes: 181 additions & 283 deletions README.md

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions SidecarSubtitles.md
@@ -1,4 +1,4 @@
# Using Sidecar Subtitles With The Brightcove Player SDK for iOS, version 6.7.7.1171
# Using Sidecar Subtitles With The Brightcove Player SDK for iOS, version 6.3.12

Introduction
===================
Expand Down Expand Up @@ -49,7 +49,7 @@ BCOVSidecarSubtitles adds some category methods to BCOVPlaybackManager. The firs

* If you are developing for tvOS, the viewStrategy passed to createSidecarSubtitlesPlaybackControllerWithViewStrategy must be nil.

* Note that `BCOVSSSessionProvider` should come before any session providers in the chain passed to the manager when constructing the playback controller.
* Note that `BCOVSSSessionProvider` should come before any session providers in the chain passed to the manager when constructing the playback controller. This extension is **not compatible** with the Widevine plugin.

If you have questions or need help, visit the support forum for Brightcove Native Player SDKs at https://groups.google.com/forum/#!forum/brightcove-native-player-sdks .

Expand Down Expand Up @@ -194,6 +194,8 @@ Known Issues

* Subtitles will not be displayed when viewing 360 degree videos.

* This extension currently does not support integrating with the Widevine Plugin for Brightcove Brightcove Player SDK for iOS.

* When retrieving your videos from the Brightcove Playback API, your renditions must include a master M3U8 playlist. Sidecar Subtitles does not work with single rendition M3U8 playlists.

* If you are providing a subtitle playlist to the Sidecar Subtitles, and that subtitle playlist includes links to web vtt files that respond as 404, playback will fail. This is a bug in Apple's AVPlayer.
Expand Down
4 changes: 2 additions & 2 deletions TVPlayer.md
@@ -1,4 +1,4 @@
# Using the TV Player UI With The Brightcove Player SDK for tvOS, version 6.7.7.1171
# Using the TV Player UI With The Brightcove Player SDK for tvOS, version 6.3.12

## Overview
The Brightcove Native Player SDK provides a full set of controls for playback in tvOS on Apple TV known as the TV Player. The TV Player provides playback controls for both regular video content, and video content with Brightcove Server-Side Ad Insertion (SSAI) enabled.
Expand Down Expand Up @@ -217,6 +217,6 @@ Support
----------------
If you have questions or need help, we have a support forum for Brightcove's native Player SDKs at <https://groups.google.com/forum/#!forum/brightcove-native-player-sdks>.

[ssai]: https://sdks.support.brightcove.com/features/implementing-server-side-ads-native-player-sdks.html
[ssai]: https://support.brightcove.com/video-cloud-ssai-native-player-sdks
[bcovsdk]: https://github.com/brightcove/brightcove-player-sdk-ios

Expand Up @@ -80,7 +80,7 @@ <h1 class="title">BCOVBasicSessionProviderSourceSelectionPolicy Block Reference<
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-06-03</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-06-18</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
96 changes: 0 additions & 96 deletions html/Blocks/BCOVOfflineVideoLicenseCompletionCallback.html

This file was deleted.

2 changes: 1 addition & 1 deletion html/Blocks/BCOVPlaybackControllerViewStrategy.html
Expand Up @@ -80,7 +80,7 @@ <h1 class="title">BCOVPlaybackControllerViewStrategy Block Reference</h1>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-06-03</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-06-18</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/NSDictionary+BCOVURLSupport.html
Expand Up @@ -174,7 +174,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-06-03</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-06-18</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
60 changes: 58 additions & 2 deletions html/Classes/BCOVAd.html
Expand Up @@ -74,6 +74,8 @@ <h1 id="library-title">

<optgroup label="Instance Methods">

<option value="//api/name/init">- init</option>

<option value="//api/name/initWithTitle:adId:beginTime:duration:properties:">- initWithTitle:adId:beginTime:duration:properties:</option>

<option value="//api/name/isEqualToAd:">- isEqualToAd:</option>
Expand Down Expand Up @@ -124,7 +126,7 @@ <h2 class="subtitle subtitle-overview">Overview</h2>




<h2 class="task-title">Other Methods</h2>

<div class="task-list">
<div class="section-method">
Expand Down Expand Up @@ -495,6 +497,60 @@ <h4 class="method-subtitle">Discussion</h4>



<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">BCOVAdvertising.h</code></p>
</div>


</div>
</div>
</div>
</div>


<a title="Unavailable Methods" name="task_Unavailable Methods"></a>
<h2 class="task-title">Unavailable Methods</h2>

<div class="task-list">
<div class="section-method">
<a name="//api/name/init" title="init"></a>
<h3 class="method-title"><code><a href="#//api/name/init">&ndash;&nbsp;init</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>Private method.</p>
</div>



<div class="method-subsection method-declaration"><code>- (instancetype)init</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Private method.</p>
</div>







<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">BCOVAdvertising.h</code></p>
Expand All @@ -516,7 +572,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-06-03</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-06-18</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
60 changes: 58 additions & 2 deletions html/Classes/BCOVAdSequence.html
Expand Up @@ -72,6 +72,8 @@ <h1 id="library-title">

<optgroup label="Instance Methods">

<option value="//api/name/init">- init</option>

<option value="//api/name/initWithAds:properties:">- initWithAds:properties:</option>

<option value="//api/name/isEqualToAdSequence:">- isEqualToAdSequence:</option>
Expand Down Expand Up @@ -123,7 +125,7 @@ <h2 class="subtitle subtitle-overview">Overview</h2>




<h2 class="task-title">Other Methods</h2>

<div class="task-list">
<div class="section-method">
Expand Down Expand Up @@ -433,6 +435,60 @@ <h4 class="method-subtitle">Discussion</h4>



<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">BCOVAdvertising.h</code></p>
</div>


</div>
</div>
</div>
</div>


<a title="Unavailable Methods" name="task_Unavailable Methods"></a>
<h2 class="task-title">Unavailable Methods</h2>

<div class="task-list">
<div class="section-method">
<a name="//api/name/init" title="init"></a>
<h3 class="method-title"><code><a href="#//api/name/init">&ndash;&nbsp;init</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>Private method.</p>
</div>



<div class="method-subsection method-declaration"><code>- (instancetype)init</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Private method.</p>
</div>







<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">BCOVAdvertising.h</code></p>
Expand All @@ -454,7 +510,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-06-03</p>
<p class="copyright">Copyright &copy; 2020 Brightcove. All rights reserved. Updated: 2020-06-18</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down

0 comments on commit 6844c84

Please sign in to comment.