<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Brightcove Player Release Notes</title>
        <link>https://players.brightcove.net/release-notes/brightcove-player.xml</link>
        <description>Brightcove Player Release Notes</description>
        <lastBuildDate>Thu, 16 Jul 2026 09:14:48 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <language>en</language>
        <image>
            <title>Brightcove Player Release Notes</title>
            <url>https://www.brightcove.com/images/static/logos/brightcove.png</url>
            <link>https://players.brightcove.net/release-notes/brightcove-player.xml</link>
        </image>
        <item>
            <title><![CDATA[v7.44.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.44.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.44.1.html</guid>
            <pubDate>Thu, 16 Jul 2026 09:05:50 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.44.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Interactivity] Fix an issue where an annotation's exit animation (fade or slide-up) disappeared instantly instead of animating out in published and embedded players.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.44.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.44.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.44.0.html</guid>
            <pubDate>Wed, 15 Jul 2026 10:13:15 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.44.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>[Adobe Analytics] A new <code>bcAaWebSdk</code> packaged plugin sends player events to Adobe Analytics via the Adobe Experience Platform Web SDK.</li>
</ul>
<h2>Brightcove Adobe Analytics (Web SDK) Plugin</h2>
<p>The new <code>bcAaWebSdk</code> packaged plugin sends Brightcove Player events to Adobe Analytics using the Adobe Experience Platform Web SDK (<code>alloy.js</code>).</p>
<p>Options: <code>eventsToTrack</code> and <code>paramsToTrack</code> map player events and dimensions to Adobe variables, <code>datastreamId</code> and <code>orgId</code> let the plugin configure alloy (omit them if the page already does), and <code>instanceName</code> selects the alloy global (default <code>alloy</code>).</p>
<pre><code class="language-js">player.bcAaWebSdk({
  datastreamId: '&lt;YOUR_DATASTREAM_ID&gt;',
  orgId: '&lt;YOUR_ORG_ID&gt;@AdobeOrg',
  instanceName: 'alloy', // optional; default 'alloy'
  eventsToTrack: { bcvideo_player_load: 'event10', bcvideo_video_engagement: 'event11' },
  paramsToTrack: { bcvideo_player_name: 'prop2', bcvideo_account: 'prop3' }
});
</code></pre>
<p>To enable it, add it to the player configuration as a packaged plugin:</p>
<pre><code class="language-json">{ &quot;name&quot;: &quot;bcAaWebSdk&quot;, &quot;is_packaged&quot;: true, &quot;options&quot;: {...} }
</code></pre>
<h1>Fixes</h1>
<ul>
<li>[Playlist] Playlist items are now exposed to assistive technology as enumerated buttons, so screen reader users hear each item's position and can activate it directly.</li>
<li>[Recommendation Endscreen] Fix an issue where recommendation card titles could be cut off at small player sizes and high browser zoom levels.</li>
<li>[Interactivity] Fix an issue where variable values written with <code>setVariables</code> were not persisted, so annotations reading them later could see stale values.</li>
<li>Fix an issue where viewers could not pinch-zoom hosted player pages on touch devices.</li>
<li>Fix an issue where hosted player pages had a generic page title; the title is now populated from the player name.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.43.7]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.43.7.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.43.7.html</guid>
            <pubDate>Fri, 26 Jun 2026 08:25:34 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.43.7 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Analytics] Fix an issue where analytics could stop reporting after a source or rendition change, causing a tracking event to fail.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.43.6]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.43.6.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.43.6.html</guid>
            <pubDate>Fri, 26 Jun 2026 08:11:14 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.43.6 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>[Video Poster] A new <code>lockRendition</code> option pins the video preview to a single rendition for its full duration, so the preview plays at a consistent quality instead of adapting up and down as network conditions change.</li>
</ul>
<h2>Locking the video preview rendition</h2>
<p>Set <code>lockRendition: true</code> alongside <code>initialBandwidth</code> to hold the preview on the rendition chosen by <code>initialBandwidth</code> and disable adaptive bitrate switching for the preview. If no rendition fits within <code>initialBandwidth</code>, the preview uses the lowest available rendition. The option defaults to <code>false</code> (adaptive selection, seeded by <code>initialBandwidth</code>) and has no effect unless <code>initialBandwidth</code> is set.</p>
<pre><code class="language-json">{
  &quot;plugins&quot;: [{
    &quot;name&quot;: &quot;videoPoster&quot;,
    &quot;options&quot;: {
      &quot;lockRendition&quot;: true,
      &quot;initialBandwidth&quot;: 3000000
    }
  }]
}
</code></pre>
<h1>Fixes</h1>
<ul>
<li>[Interactivity] Fix an issue where interactive overlays could fail to initialize on iOS 26 when the page referrer was empty.</li>
<li>[Analytics] Fix an issue where, on pages with more than one player, disposing a player could affect analytics tracking on the others.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.43.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.43.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.43.5.html</guid>
            <pubDate>Thu, 18 Jun 2026 14:53:54 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.43.5 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>[Catalog] The poster image now updates to match the selected language variant when the viewer switches languages or <code>setLanguage()</code> is called.</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>[Captions] Fix an issue where WebVTT caption files could be mis-detected as MPEG-TS streams, preventing captions from loading.</li>
<li>[Interactivity] Fix an issue where annotations could render too small in vertical (portrait) video formats.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.43.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.43.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.43.3.html</guid>
            <pubDate>Fri, 12 Jun 2026 15:56:10 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.43.3 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[SSAI] Fix an issue where ad impression beacons could fire twice on live streams.</li>
<li>[Interactivity] Fix an issue where an incomplete quiz annotation could cause interactive playback to fail.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.43.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.43.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.43.1.html</guid>
            <pubDate>Tue, 02 Jun 2026 16:02:11 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.43.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Interactivity] Fix an issue where clickable annotations — including buttons in custom overlays and hotspot links — could be intermittently unresponsive until the viewer resized the player window.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.43.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.43.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.43.0.html</guid>
            <pubDate>Fri, 22 May 2026 17:47:16 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.43.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>[SSAI] Add support for Live 2.0 SSAI prerolls.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.8]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.8.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.8.html</guid>
            <pubDate>Fri, 15 May 2026 11:43:36 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.8 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Interactivity] Improve rendering parity between text annotations in the editor preview and the published player:
<ul>
<li>Fix an issue where <code>slide-up</code> and <code>fade-in</code> entrance animations would render without animating (appearing instantly) in the published player.</li>
<li>Fix an issue where border-radius styling on text annotations could fail to apply, causing the annotation to render with square corners.</li>
<li>Fix an issue where text annotation boxes could render wider than their text content. The box now shrinks to fit its content.</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.7]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.7.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.7.html</guid>
            <pubDate>Tue, 12 May 2026 16:34:50 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.7 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Interactivity] Fix an issue where, after a viewer submitted a quiz with &quot;Pause video when quiz appears&quot; disabled, the player would override their pause action and resume playback.</li>
<li>[Interactivity] Fix a brief visual flash when re-entering a gated quiz that had previously been completed.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.6]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.6.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.6.html</guid>
            <pubDate>Tue, 12 May 2026 12:39:54 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.6 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Recommendation Endscreen] Fix an issue in <code>firstVideo</code> mode where the recommendation anchor and exclusion history were retained when a new video was loaded outside of the endscreen flow, causing subsequent recommendations to be based on stale context.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.5.html</guid>
            <pubDate>Wed, 29 Apr 2026 16:59:24 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.5 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Interactivity] Properly render annotations with custom classes provided with either comma or space delimiters in Interactivity Studio</li>
<li>[Interactivity] Ensure border color is applied to text annotation overlays</li>
<li>[SSAI] Forward vendor and verificationParameters for Live 2.0 Open Measurement API</li>
<li>[DRM] Fix an issue with Widevine-protected HLS live streams where HDCP fallback failed when an HDCP-incapable display is connected to the playback device.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.4.html</guid>
            <pubDate>Tue, 14 Apr 2026 15:54:33 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.4 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Analytics] Fixed a phantom <code>video_view</code> event being sent on Safari when autoplay is rejected.</li>
<li>[Pinning] Fixed interactivity CSS overriding the pinned player position.</li>
<li>[Social] Fixed the title bar visibility state not being preserved when toggling the social sharing modal.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.2.html</guid>
            <pubDate>Fri, 13 Mar 2026 08:39:15 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.2 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Interactivity] Improve support for Interactivity chapter menu features.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.1-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.1-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.1-release.html</guid>
            <pubDate>Fri, 13 Mar 2026 08:38:57 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.1 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.42.1.html" target="_blank">See changes in 7.42.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.1.html</guid>
            <pubDate>Fri, 27 Feb 2026 11:09:51 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Chromecast] Update &quot;Cast&quot; button so it becomes visible in newer Chrome browsers.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.42.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.42.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.42.0.html</guid>
            <pubDate>Mon, 23 Feb 2026 10:08:03 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.42.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>
<p>[Animated Thumbnails]</p>
<ul>
<li>Add <code>preveiwDuration</code> option. This option accepts an integer value of 1 - 10 inclusive and controls the duration of the preview video. Default value is 10.</li>
<li>Add <code>initialBandwidth</code> option. Allow users to override the initial bandwidth calculation for Media Source Extensions (non-native streaming) playback. Default is 3Mbps which corresponds to ~720p for a standard Brightcove ingest profile. Setting the value to 0 will enable default ABR behaviour and the playback engine will typically select the lowest quality available rendition.</li>
<li>These options can be set by modifying the JSON configuration in the Players module of Videocloud Studio:</li>
</ul>
<pre><code>{
  ...
  &quot;plugins&quot;: [
    {
      &quot;name&quot;: &quot;videoPoster&quot;,
      &quot;is_packaged&quot;: true,
      &quot;options&quot;: {
        &quot;preveiwDuration&quot;: 10,
        &quot;initialBandwidth&quot;: 1000000
      }
    }
  ]
}
</code></pre>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.8]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.8.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.8.html</guid>
            <pubDate>Mon, 23 Feb 2026 09:05:53 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.8 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>Improved support for oembed and opengraph</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.7]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.7.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.7.html</guid>
            <pubDate>Fri, 30 Jan 2026 14:29:45 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.7 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[IMA3] Fixed a crash caused by third-party scripts (e.g., ad verification) that interfered with detecting whether the IMA SDK is fully loaded.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.6-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.6-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.6-release.html</guid>
            <pubDate>Mon, 26 Jan 2026 11:15:35 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.6 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.41.6.html" target="_blank">See changes in 7.41.6</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.6]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.6.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.6.html</guid>
            <pubDate>Wed, 21 Jan 2026 19:56:32 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.6 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Analytics] Fixed engagement events not being sent in an edge case involving recommendations.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.5.html</guid>
            <pubDate>Wed, 21 Jan 2026 12:59:31 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.5 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[RecommendationEndscreen] Improved responsiveness.</li>
<li>[SSAI] Fixed SSAI ad countdown reaching zero before slate content finishes on live streams.</li>
<li>[PLAYBACK] Fixed live DVR streams starting further behind the live edge than intended when using <code>EXT-X-START</code> with a negative time offset.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.4.html</guid>
            <pubDate>Mon, 19 Jan 2026 12:19:26 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.4 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[RecommendationEndscreen] Added option to disable recommendations during Picture-in-Picture mode.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.3.html</guid>
            <pubDate>Fri, 09 Jan 2026 15:23:49 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.3 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>[RecommendationEndscreen] Enable auto-play of recommendations before video completion.</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>[RecommendationEndscreen] Fix compatibility with ads.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.2.html</guid>
            <pubDate>Thu, 18 Dec 2025 11:20:01 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.2 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[RecommendationEndscreen] Improved tracking for recommendation impressions; test recommendation can now appear in the Studio Players module's preview player.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.1.html</guid>
            <pubDate>Tue, 16 Dec 2025 15:53:17 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[RecommendationEndscreen] Fixed UI issues in the recommendations overlay.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.41.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.41.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.41.0.html</guid>
            <pubDate>Mon, 15 Dec 2025 11:36:23 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.41.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>Add new Recommendation Endscreen packaged plugin. More information about packaged plugins can be found <a href="https://player.support.brightcove.com/plugins/packaged-plugin.html" target="_blank">here</a>.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.40.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.40.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.40.0-release.html</guid>
            <pubDate>Tue, 02 Dec 2025 11:11:10 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.40.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.40.0.html" target="_blank">See changes in 7.40.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.40.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.40.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.40.0.html</guid>
            <pubDate>Tue, 25 Nov 2025 15:19:10 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.40.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Adds new beaconing events to support improved analytics:
<ul>
<li><code>video_replay</code></li>
<li><code>captions_enabled</code></li>
<li><code>captions_disabled</code></li>
<li><code>audio_track_selected</code></li>
</ul>
</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>[Interactivity] Fixes a problem that caused some sign-in widgets to not display.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.39.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.39.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.39.2.html</guid>
            <pubDate>Mon, 27 Oct 2025 17:50:02 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.39.2 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[IMA3] Fixed playback jumping back to the beginning after a midroll ad (on Safari in iPhone).</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.39.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.39.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.39.1.html</guid>
            <pubDate>Mon, 20 Oct 2025 11:48:39 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.39.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[IMA-DAI] Fixed progress behavior when scrubbing past a midroll.</li>
<li>[SSAI] Fixed player stall when clicking &quot;skip ad&quot;.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.39.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.39.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.39.0.html</guid>
            <pubDate>Mon, 06 Oct 2025 11:25:07 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.39.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>
<p>Add new Freewheel packaged plugin. This is a <strong>new</strong> plugin and explicit player configuration will be needed in order to start using the new plugin. Existing configurations using the legacy <code>videojs-freewheel</code> plugin will continue to function as before. Documentation for the new plugin, including configuration options is located <a href="https://player.support.brightcove.com/plugins/advertising-freewheel-plugin.html" target="_blank">here</a>. Documentation for <code>videojs-freewheel</code> has been moved to <a href="https://player.support.brightcove.com/plugins/legacy-freewheel-plugin.html" target="_blank">Advertising with the Legacy FreeWheel Plugin</a></p>
<ul>
<li><strong>Notable changes from <code>videojs-freewheel</code> plugin</strong>:
<ul>
<li>A &quot;Skip Ad&quot; button will appear if a skippable ad is delivered by the ad server</li>
<li>Baseline AdManager SDK is v7.2.0 This supports Consent Management Platforms (CMPs) implementing the TCF v2 framework out of the box, with no plugin configuration required. CMPs implementing TCF v1 are no longer supported. More information in Freewheel's <a href="https://hub.freewheel.tv/pages/viewpage.action?pageId=2285280188" target="_blank">documentation</a> (Freewheel Hub login required)</li>
<li>Fixed an issue where iOS Safari &gt;= 18.0 would not play ads if <code>crossorigin</code> attribute is present.</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.38.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.38.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.38.4.html</guid>
            <pubDate>Mon, 06 Oct 2025 11:23:37 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.38.4 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>Improved support for SSAI with Brightcove Live streams</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.38.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.38.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.38.0.html</guid>
            <pubDate>Mon, 08 Sep 2025 09:12:26 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.38.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>Improved UI during Live SSAI ad breaks:
<ul>
<li>Improved placement of Number of Ads Remaining and Ad Break Time Remaining indicators.</li>
<li>&quot;Learn More&quot; link no longer suppressed when &quot;Show ad break remaining time&quot; is set false</li>
<li>Countdown indicator is only shown if &quot;Show ad break remaining time&quot; is set true</li>
<li>Number of Ads Remaining indicator no longer hidden when &quot;Show ad break remaining time&quot; and &quot;Show ad remaining time&quot; are both set true</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.37.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.37.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.37.3.html</guid>
            <pubDate>Wed, 03 Sep 2025 09:44:31 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.37.3 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[Interactivity] Improve logic for validation of free-text response in quizzes: if no correct answer is provided, anything is considered correct; if a correct answer is provided, than the given answer is matched to it (case-insensitive, ignoring leading and trailing spaces)</li>
</ul>
<h1>Maintenance</h1>
<ul>
<li>Add support for upcoming features</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.37.1-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.37.1-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.37.1-release.html</guid>
            <pubDate>Thu, 14 Aug 2025 13:53:15 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.37.1 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.37.1.html" target="_blank">See changes in 7.37.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.37.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.37.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.37.1.html</guid>
            <pubDate>Tue, 12 Aug 2025 14:55:32 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.37.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Maintenance</h2>
<ul>
<li>Add support for upcoming features</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.37.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.37.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.37.0.html</guid>
            <pubDate>Tue, 12 Aug 2025 14:55:14 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.37.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Maintenance</h2>
<ul>
<li>Add support for upcoming features</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.36.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.36.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.36.1.html</guid>
            <pubDate>Mon, 04 Aug 2025 09:58:45 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.36.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[DRM] Improve startup time of Fairplay protected streams that require multiple keys</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.36.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.36.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.36.0-release.html</guid>
            <pubDate>Tue, 29 Jul 2025 15:49:31 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.36.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.36.0.html" target="_blank">See changes in 7.36.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.36.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.36.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.36.0.html</guid>
            <pubDate>Thu, 24 Jul 2025 10:36:53 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.36.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>[Interactivity] Remove Interactivity v1 from the packaged plugin</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>[DRM] Prevent incorrect source selection when multiple DRM keysytems are used with HLS sources</li>
<li>[DRM] Fix Fairplay workflow selection, ensure standard EME workflow cannot be activated with Videocloud Fairplay protected sources.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.35.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.35.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.35.1.html</guid>
            <pubDate>Mon, 14 Jul 2025 14:59:53 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.35.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>Improve handling of HLS sources with multiple DRM configs</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.35.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.35.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.35.0-release.html</guid>
            <pubDate>Tue, 08 Jul 2025 13:28:02 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.35.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.35.0.html" target="_blank">See changes in 7.35.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.35.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.35.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.35.0.html</guid>
            <pubDate>Mon, 07 Jul 2025 09:26:02 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.35.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>[Interactivity] Improve analytics to report missing information.</li>
</ul>
<h2>Maintainance</h2>
<ul>
<li>Add support for upcoming features</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.34.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.34.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.34.1.html</guid>
            <pubDate>Mon, 30 Jun 2025 11:13:20 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.34.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>[DRM] Fix an issue where players streaming content using the <code>com.apple.fps.1_0</code> key system encountered an error when reinitialized after a call to <code>player.dispose()</code></li>
<li>[IMA3] Prevent the occurence of autoplay rejection of some midroll ads.</li>
<li>[IMA3] Improve autoadvance behaviour of playlists with IMA3 preroll ads. Playlists should now more reliably autoadvance if an <code>adserror</code> event is encountered while the player is in <code>BEFOREPREROLL</code> state</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.34.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.34.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.34.0-release.html</guid>
            <pubDate>Tue, 24 Jun 2025 14:23:45 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.34.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.34.0.html" target="_blank">See changes in 7.34.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.34.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.34.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.34.0.html</guid>
            <pubDate>Tue, 10 Jun 2025 16:17:40 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.34.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>Additional control over whether to auto-initialize plugins. Until now, all plugins built into a player's configuration are auto-initialized with the player. In order to provide a greater level of control, the Brightcove Player now supports an additional, plugin-level config option: <code>auto_init</code>, which defaults to true. If set to <code>false</code>, the plugin will still be included with the player but must be initialized with an additional, external call.</li>
</ul>
<p>For example, if a player includes the IMA3 plugin with:</p>
<pre><code class="language-json">{
  &quot;name&quot;: &quot;ima3&quot;,
  &quot;is_packaged&quot;: true,
  &quot;auto_init&quot;: false,
  &quot;options&quot;: {
    &quot;timeout&quot;: 4000
  }
}
</code></pre>
<p>Then, the plugin must be initialized with <code>player.ima3({...settings})</code> before it can be used.</p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.33.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.33.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.33.0-release.html</guid>
            <pubDate>Tue, 10 Jun 2025 09:51:35 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.33.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.33.0.html" target="_blank">See changes in 7.33.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.33.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.33.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.33.0.html</guid>
            <pubDate>Tue, 27 May 2025 14:38:26 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.33.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>Adds interactivity-viewer as a packaged plugin. More information about packaged plugins can be found <a href="https://player.support.brightcove.com/plugins/packaged-plugin.html" target="_blank">here</a>.</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>[Chromecast-Sender] Resolves an issue that caused a playback error when attempting to resume casting after disconnecting.</li>
<li>[IMA3] Playlists will now autoadvance as expected, even if the upcoming playlist item was expecting a preroll, but received an empty ad response.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.32.3-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.32.3-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.32.3-release.html</guid>
            <pubDate>Thu, 22 May 2025 10:23:34 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.32.3 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.32.3.html" target="_blank">See changes in 7.32.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.32.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.32.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.32.3.html</guid>
            <pubDate>Thu, 15 May 2025 13:32:52 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.32.3 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>Fix a styling issue that prevented clickable ads from working as expected while ad-stitched content is playing through the IMA-DAI integration.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.32.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.32.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.32.2.html</guid>
            <pubDate>Wed, 16 Apr 2025 14:01:13 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.32.2 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>Improve accessibility of the quality selector menu by removing redundant control text</li>
<li>In the text track control modal, the control text for &quot;Reset&quot; and &quot;Done&quot; buttons has been updated, so each have distinct and meaningful control text.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.32.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.32.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.32.0-release.html</guid>
            <pubDate>Thu, 20 Mar 2025 12:04:48 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.32.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.32.0.html" target="_blank">See changes in 7.32.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.32.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.32.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.32.1.html</guid>
            <pubDate>Thu, 13 Mar 2025 11:46:34 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.32.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>Normalize defaults for <code>disable_seeking_while_scrubbing_on_mobile</code> and <code>disable_seeking_while_scrubbing_on_stv</code>. Now both options default to <code>true</code>, when previously <code>disable_seeking_while_scrubbing_on_stv</code> defaulted to <code>false</code></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.32.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.32.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.32.0.html</guid>
            <pubDate>Tue, 11 Mar 2025 17:32:55 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.32.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>Improved scrubbing experience on Mobile and Smart TV can be enabled with the options</li>
</ul>
<pre><code>&quot;plugins&quot;: [
  {
    &quot;name&quot;: &quot;thumbnails&quot;,
    &quot;is_packaged&quot;: true
  }
],
&quot;disable_seeking_while_scrubbing_on_mobile&quot;: true,
&quot;disable_seeking_while_scrubbing_on_stv&quot;: true
</code></pre>
<ul>
<li>Text Tracks on the player are now serializable</li>
</ul>
<pre><code>JSON.stringify(player.textTracks());
</code></pre>
<h1>Fixes</h1>
<ul>
<li>Address an issue on iOS browsers where IMA3 would skip the playhead forward and miss some starting content before beginning playback after a preroll ad has played.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.31.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.31.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.31.0-release.html</guid>
            <pubDate>Thu, 06 Mar 2025 22:08:38 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.31.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.31.0.html" target="_blank">See changes in 7.31.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.31.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.31.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.31.0.html</guid>
            <pubDate>Wed, 26 Feb 2025 22:03:13 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.31.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>Chromecast Sender: Improved support for casting live content with a DVR window (requires Chromecast Receiver &gt;= v4.1.0).</li>
</ul>
<p>When casting live content with a DVR window the web-player sender will display a progress bar that can be used to control the playhead position on the receiver (similar to the VOD user experience).
By default, the information used to update the sender progress bar is updated twice a second, via a message from the receiver. The frequency of these updates can be controlled with the plugin configuration option <code>liveUpdateThrottle</code>, e.g.:</p>
<pre><code>{
  &quot;name&quot;: &quot;chromecastSender&quot;,
  &quot;is_packaged&quot;: true,
  &quot;options&quot;: {
    &quot;liveUpdateThrottle&quot;: 1000
  }
}
</code></pre>
<p>The number value is the minimum time to wait between messages, in milliseconds. The above value will send an update about once a second. A smaller value will produce faster updates but may impact performance on the receiver device.</p>
<h1>Fixes</h1>
<ul>
<li>SSAI: Correct overlay UI is shown when a VOD with pre-roll and post-roll ads loops.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.30.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.30.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.30.0-release.html</guid>
            <pubDate>Tue, 11 Feb 2025 21:38:49 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.30.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.30.0.html" target="_blank">See changes in 7.30.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.30.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.30.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.30.0.html</guid>
            <pubDate>Thu, 06 Feb 2025 19:43:22 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.30.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>Use <code>object-fit</code> CSS property to improve ABR.</li>
<li>Enable use of <code>networkInformation</code> API for bandwidth calculations by default.</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>Set <code>mode</code> property to <code>hidden</code> on native text tracks. This fixes an issue where <code>cuechange</code> events were not being triggered and cues were occasionally missing.</li>
<li>Fix an issue where playback was failing due to overlaps in video and audio in playlists.</li>
<li>Fix an issue where some non-DVR livestreams would not play at the live edge.</li>
<li>Hide tooltip on touch devices when not scrubbing.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.29.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.29.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.29.1.html</guid>
            <pubDate>Fri, 31 Jan 2025 20:09:14 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.29.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Fixes</h1>
<ul>
<li>Fixes an issue where content occasionally plays in the background during IMA ads.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.29.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.29.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.29.0-release.html</guid>
            <pubDate>Thu, 16 Jan 2025 17:23:13 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.29.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.29.0.html" target="_blank">See changes in 7.29.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.29.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.29.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.29.0.html</guid>
            <pubDate>Wed, 08 Jan 2025 11:30:32 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.29.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h1>Features</h1>
<ul>
<li>Add support for <code>livePlaybackToken</code>
<ul>
<li>configuration options
<ul>
<li>html attribute: <code>data-live-playback-token=&quot;...&quot;</code></li>
<li>query parameter (iframe embeds only): <code>?livePlaybackToken=...</code></li>
<li>player configuration:</li>
</ul>
<pre><code>{
  ...
  video_cloud: {
    ...
    live_playback_token: &quot;...&quot;
  }
}
</code></pre>
</li>
<li>set with catalog method: <code>player.catalog.setLivePlaybackToken('...');</code></li>
</ul>
</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>Player features implemented as packaged plugins will now report their version to be the same as the current player version. This will be reflected in <code>plugin.VERSION</code> or calls to <code>plugin.version()</code> (whichever the legacy standalone plugin supported). The change is also reflected in the player information modal under the &quot;Player Plugins&quot; heading.</li>
<li>The above change fixes an issue with IMA3 configurations that used <code>autoplay</code> as a boolean flag, which resulted in the player being visually hidden after a preroll.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.28.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.28.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.28.0.html</guid>
            <pubDate>Fri, 06 Dec 2024 16:47:14 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.28.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where LLHLS content results in MEDIA_ERR_DECODE errors in iOS</li>
<li>Fix an issue where content sometimes plays behind midroll ads in IMA3</li>
</ul>
<h2>Package updates</h2>
<ul>
<li>Internal packaged plugin additions and updates.</li>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.21.1" target="_blank">Video.js v8.21.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.27.1-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.27.1-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.27.1-release.html</guid>
            <pubDate>Tue, 26 Nov 2024 22:38:21 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.27.1 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.27.1.html" target="_blank">See changes in 7.27.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.27.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.27.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.27.1.html</guid>
            <pubDate>Thu, 21 Nov 2024 21:46:02 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.27.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where using the SSAI plugin was causing crashes.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.27.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.27.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.27.0.html</guid>
            <pubDate>Wed, 20 Nov 2024 20:51:38 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.27.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Add support for MP4-encapsulated WebVTT</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where live playback would not start from the live edge</li>
<li>Fix an issue where playback sometimes skips back in the stream when switching quality levels</li>
<li>Fix a crossorigin issue with Safari 18 HTMLMediaElement</li>
</ul>
<h2>Package updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.20.0" target="_blank">Video.js v8.20.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.26.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.26.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.26.0.html</guid>
            <pubDate>Sat, 16 Nov 2024 00:05:47 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.26.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>A Safari 18 iOS HTMLMediaElement crossorigin property issue.</li>
<li>An issue with plugin initialization syntax.</li>
</ul>
<h2>Package updates</h2>
<ul>
<li>Internal packaged plugin additions and updates.</li>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.19.2" target="_blank">Video.js v8.19.2</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.25.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.25.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.25.0.html</guid>
            <pubDate>Fri, 11 Oct 2024 16:38:10 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.25.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Analytics shows that autoplay is successful when a playlist auto-advances.</li>
<li>Ensure language property on text tracks from DASH assets are accurate.</li>
</ul>
<h2>Features</h2>
<ul>
<li>Add an option to suppress the Safari 18 view mode.</li>
</ul>
<pre><code>&quot;suppress_view_modes&quot;: {
  &quot;safari_viewer_mode&quot;: boolean,
  &quot;picture_in_picture_mode&quot;: boolean
}
</code></pre>
<ul>
<li>Add Airplay support when overriding native HLS in Safari and/or IOS.</li>
<li>Support for Safari ManagedMediaSource <code>startstreaming</code> and <code>endstream</code> events.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.24.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.24.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.24.1.html</guid>
            <pubDate>Wed, 18 Sep 2024 15:18:42 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.24.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Increased resilience to some audio timing issues in HLS</li>
<li>Fix outstream mode for newer Android devices</li>
<li>Small fixes to the quality menu: improving icons, hiding menu during ad playback and addressed an issue where <code>loadedmetdata</code> sometimes did not fire</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.24.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.24.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.24.0-release.html</guid>
            <pubDate>Thu, 12 Sep 2024 16:47:59 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.24.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.24.0.html" target="_blank">See changes in 7.24.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.24.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.24.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.24.0.html</guid>
            <pubDate>Tue, 03 Sep 2024 20:37:16 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.24.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix issue where captions would not be displayed on older versions of Chrome</li>
<li>Retain expected player height during initialization for audio-only media</li>
<li>Fix DASH issue where playback stalls when audio and video segments are on different timelines</li>
</ul>
<h2>Features</h2>
<ul>
<li>Support new EME/DRM options for all sources via the player configuration JSON</li>
<li>Add support for limiting license-renewals while player is idle when using short duration licenses with HDCP fallback</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.23.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.23.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.23.0-release.html</guid>
            <pubDate>Wed, 21 Aug 2024 17:03:49 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.23.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.23.0.html" target="_blank">See changes in 7.23.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.23.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.23.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.23.0.html</guid>
            <pubDate>Mon, 19 Aug 2024 20:53:54 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.23.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix issues where engagement beacons are not sent for audio-only with byte range support</li>
</ul>
<h2>Features</h2>
<ul>
<li>Add support for a new viewability option <code>pause_on_blur</code> to toggle playback based on page focus or blur</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.22.2-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.22.2-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.22.2-release.html</guid>
            <pubDate>Wed, 24 Jul 2024 16:47:16 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.22.2 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.22.2.html" target="_blank">See changes in 7.22.2</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.22.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.22.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.22.2.html</guid>
            <pubDate>Tue, 23 Jul 2024 15:08:56 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.22.2 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where quality switching is not stable</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.17.2" target="_blank">Video.js v8.17.2</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.22.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.22.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.22.1.html</guid>
            <pubDate>Tue, 25 Jun 2024 08:34:51 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.22.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where the control bar is not keyboard accessible</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.16.1" target="_blank">Video.js v8.16.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.22.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.22.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.22.0.html</guid>
            <pubDate>Tue, 18 Jun 2024 15:56:23 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.22.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Change Twitter logo to X logo</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where viewerID is not set for Hubspot integration</li>
<li>Internal maintenance</li>
</ul>
<h2>Package updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.16.0" target="_blank">Video.js v8.16.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.21.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.21.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.21.0-release.html</guid>
            <pubDate>Tue, 04 Jun 2024 21:13:58 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.21.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.21.0.html" target="_blank">See changes in 7.21.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.21.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.21.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.21.0.html</guid>
            <pubDate>Fri, 31 May 2024 17:55:30 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.21.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Internal plugin fixes and maintenence</li>
</ul>
<h2>Package updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.14.1" target="_blank">Video.js v8.14.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.20.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.20.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.20.0-release.html</guid>
            <pubDate>Tue, 14 May 2024 20:23:59 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.20.0 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.20.0.html" target="_blank">See changes in 7.20.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.20.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.20.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.20.0.html</guid>
            <pubDate>Thu, 09 May 2024 20:28:24 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.20.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Package Updates</h2>
<ul>
<li>Internal maintenance updates</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.18.1-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.18.1-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.18.1-release.html</guid>
            <pubDate>Wed, 24 Apr 2024 14:32:15 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.18.1 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.18.1.html" target="_blank">See changes in 7.18.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.18.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.18.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.18.1.html</guid>
            <pubDate>Thu, 18 Apr 2024 09:28:34 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.18.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Improve handling of Content-Type header for linked plugins</li>
</ul>
<h2>Package updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.12.0" target="_blank">Video.js v8.12.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.18.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.18.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.18.0.html</guid>
            <pubDate>Fri, 05 Apr 2024 16:20:24 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.18.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Validate header data for remote files</li>
<li>Identify multiple thumbnail labels on text tracks</li>
<li>Improve Marketo domain level configuration</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Expand autoplay conditions when used with IMA3</li>
<li>Resolve several deprecation warnings</li>
<li>Improve DRM prioritization</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.11.8" target="_blank">Video.js v8.11.8</a></li>
<li>Update to <a href="https://github.com/videojs/videojs-contrib-eme/releases/tag/v5.2.0" target="_blank">videojs-contrib-eme v5.2.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.17.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.17.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.17.3.html</guid>
            <pubDate>Fri, 08 Mar 2024 17:51:58 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.17.3 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where ad data is not passed through to ad_error beacon</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.17.2-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.17.2-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.17.2-release.html</guid>
            <pubDate>Tue, 05 Mar 2024 18:55:37 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.17.2 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.17.2.html" target="_blank">See changes in 7.17.2</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.17.1-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.17.1-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.17.1-release.html</guid>
            <pubDate>Thu, 29 Feb 2024 22:25:54 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.17.1 has been promoted to the current stable release.</p>
<p>All unlocked players have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.17.1.html" target="_blank">See changes in 7.17.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.17.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.17.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.17.2.html</guid>
            <pubDate>Wed, 28 Feb 2024 21:32:15 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.17.2 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where some segments would repeat</li>
<li>Fix an issue where ad_error analytics beacon is not emitted</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.11.5" target="_blank">Video.js v8.11.5</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.11.3" target="_blank">@videojs/http-streaming v3.11.3</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.17.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.17.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.17.1.html</guid>
            <pubDate>Wed, 21 Feb 2024 18:36:29 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.17.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Revert the fix of an issue where some segments would repeat because of potential regression for playlist updates with a gap</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.11.4" target="_blank">Video.js v8.11.4</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.11.2" target="_blank">@videojs/http-streaming v3.11.2</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.17.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.17.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.17.0.html</guid>
            <pubDate>Tue, 13 Feb 2024 19:56:32 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.17.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where the error modal would not display</li>
<li>Fix an issue where some segments would repeat</li>
<li>Fix an issue where changeType was called on every codec change</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.11.2" target="_blank">Video.js v8.11.2</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.11.1" target="_blank">@videojs/http-streaming v3.11.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.16.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.16.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.16.0.html</guid>
            <pubDate>Tue, 30 Jan 2024 00:01:53 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.16.0 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Improved Picture in Picture plugin integration</li>
<li>Improved errors interface</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Smart TV user agents correctly identified</li>
<li>Playready CDM message data passthrough</li>
<li>Title and description display issue</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.11.1" target="_blank">Video.js v8.11.1</a></li>
<li>Update to <a href="https://github.com/videojs/videojs-contrib-eme/releases/tag/v3.11.2" target="_blank">@videojs/videojs-contrib-eme v3.11.2</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.15.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.15.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.15.1.html</guid>
            <pubDate>Wed, 17 Jan 2024 15:27:18 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.15.1 is available for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Add support for VTT cue rollover</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Errors no longer thrown when SSAI plugin is used with live content</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.10.0" target="_blank">Video.js v8.10.0</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.10.0" target="_blank">@videojs/http-streaming v3.10.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.15.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.15.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.15.0-release.html</guid>
            <pubDate>Thu, 11 Jan 2024 13:52:39 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.15.0 has been promoted to the current stable release.</p>
<p>All unlocked v7 players have been updated to this version and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.15.0.html" target="_blank">See changes in 7.15.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.15.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.15.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.15.0.html</guid>
            <pubDate>Fri, 05 Jan 2024 17:02:51 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.15.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Add support for optional smooth seeking</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix skip-forward button accessibility issue</li>
<li>Fix Salesforce, Marketo, and Hubspot integrations</li>
<li>Fix and standardize control bar inactivity behavior on mobile devices</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.9.0" target="_blank">Video.js v8.9.0</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.9.1" target="_blank">@videojs/http-streaming v3.9.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.14.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.14.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.14.0-release.html</guid>
            <pubDate>Tue, 12 Dec 2023 18:52:36 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.14.0 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.14.0.html" target="_blank">See changes in 7.14.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.14.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.14.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.14.0.html</guid>
            <pubDate>Mon, 04 Dec 2023 22:10:55 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.14.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Improved support for streams containing renditions with rollover and renditions without rollover</li>
<li>Improved fast quality switching</li>
<li>Added a new sync strategy based on media-sequence for rendition switching</li>
<li>Added unique user ID detection</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.8]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.8.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.8.html</guid>
            <pubDate>Tue, 28 Nov 2023 20:16:40 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.8 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue with vertical aspect ratio player sizing</li>
<li>Fix an issue where captions were displaying automatically despite being disabled</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.7]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.7.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.7.html</guid>
            <pubDate>Thu, 02 Nov 2023 22:32:08 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.7 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Sapphire menu CSS.</li>
<li>Errors from remaining Flash references.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.6]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.6.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.6.html</guid>
            <pubDate>Thu, 12 Oct 2023 21:40:52 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.6 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Initial implementation for HLS and DASH content steering.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixes an issue where captions were not being parsed correctly.</li>
<li>Fixes an issue where certain languages in 708 captions were not displaying correctly.</li>
<li>Fixes an issue where there is an occassional buffer when switching between media tracks.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.6.1" target="_blank">Video.js v8.6.1</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.7.0" target="_blank">@videojs/http-streaming v3.7.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.5.html</guid>
            <pubDate>Fri, 06 Oct 2023 10:58:08 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.5 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where content after bumper videos does not autoplay</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.4-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.4-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.4-release.html</guid>
            <pubDate>Wed, 04 Oct 2023 15:33:54 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.4 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.13.4.html" target="_blank">See changes in 7.13.4</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.4.html</guid>
            <pubDate>Wed, 27 Sep 2023 18:45:47 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.4 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue when the player starts buffering when encounters segments with corrupted PTS/DTS timestamps during discontinuities (fix is available via feature toggle: calculateTimestampOffsetForEachSegment)</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.3-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.3-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.3-release.html</guid>
            <pubDate>Wed, 27 Sep 2023 15:12:57 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.3 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.13.3.html" target="_blank">See changes in 7.13.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.3.html</guid>
            <pubDate>Wed, 20 Sep 2023 17:50:24 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.3 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue that occasionally allowed GSC limits to be bypassed when the player was in a specific point in it's lifecyle.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.2-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.2-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.2-release.html</guid>
            <pubDate>Wed, 13 Sep 2023 21:31:32 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.2 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.13.2.html" target="_blank">See changes in 7.13.2</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.2.html</guid>
            <pubDate>Tue, 05 Sep 2023 20:08:33 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.2 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where generic stream concurrency was not working with Brightcove Player 7</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.1.html</guid>
            <pubDate>Thu, 24 Aug 2023 23:04:11 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue with transcript downloads</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Internal maintenance updates</li>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.5.3" target="_blank">Video.js v8.5.3</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.0-release.html</guid>
            <pubDate>Tue, 22 Aug 2023 17:29:51 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.0 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.13.0.html" target="_blank">See changes in 7.13.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.13.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.13.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.13.0.html</guid>
            <pubDate>Mon, 14 Aug 2023 20:14:35 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.13.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Improved fast quality switching</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue with bumper on iOS (Chrome and Safari)</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.5.3" target="_blank">@videojs/http-streaming 3.5.3</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.12.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.12.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.12.1.html</guid>
            <pubDate>Mon, 07 Aug 2023 22:25:43 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.12.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where segment <code>dateTimeObject</code> property was unavailable</li>
<li>Fix an issue where dateRange tags with the same IDs were being overwritten</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.5.2" target="_blank">@videojs/http-streaming 3.5.2</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.12.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.12.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.12.0-release.html</guid>
            <pubDate>Wed, 02 Aug 2023 16:00:11 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.12.0 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.12.0.html" target="_blank">See changes in 7.12.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.12.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.12.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.12.0.html</guid>
            <pubDate>Mon, 31 Jul 2023 20:37:50 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.12.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Add support for live 608 caption positioning</li>
<li>Add support for EXT-X-DATERANGES</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where GSC heartbeat interval was never cleared when playback was terminated on a 4xx error response</li>
<li>Internal maintenance updates</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.7-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.7-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.7-release.html</guid>
            <pubDate>Thu, 27 Jul 2023 17:34:42 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.7 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.67.7.html" target="_blank">See changes in 6.67.7</a></p>
<h2>Player 6 Deprecation</h2>
<p>This is the final release of version 6 of the Brightcove Player. All future support and development will be focused on version 7 and beyond. Version 7 is the default for all new players, and for information on upgrading your existing version 6 players, please <a href="https://player.support.brightcove.com/references/bcp7-migration-guide.html" target="_blank">visit our support documentation</a>.</p>
<p>Your existing version 6 players will continue functioning as normal for the foreseeable future, but we will no longer be releasing fixes and updates to player versions earlier than the latest release of Brightcove Player 7.</p>
<p>Please note that custom plugins may need to be updated to support the <a href="https://player.support.brightcove.com/references/bcp7-migration-guide.html" target="_blank">API changes</a> in the player across major versions, but most plugins are expected to work without any changes.</p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.7]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.7.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.7.html</guid>
            <pubDate>Wed, 26 Jul 2023 18:16:14 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.7 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where GSC heartbeat interval was never cleared when playback was terminated on a 4xx error response</li>
<li>Internal maintenance changes</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.11.2-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.11.2-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.11.2-release.html</guid>
            <pubDate>Wed, 12 Jul 2023 22:13:21 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.11.2 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.11.2.html" target="_blank">See changes in 7.11.2</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.11.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.11.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.11.2.html</guid>
            <pubDate>Wed, 12 Jul 2023 21:49:43 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.11.2 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue with inlining remote scripts and stylesheets</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.11.1-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.11.1-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.11.1-release.html</guid>
            <pubDate>Wed, 12 Jul 2023 20:31:42 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.11.1 has been promoted to the current stable v7 release.</p>
<p>All unlocked v7 players have been updated to this version and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.11.1.html" target="_blank">See changes in 7.11.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.11.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.11.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.11.1.html</guid>
            <pubDate>Fri, 07 Jul 2023 19:52:28 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.11.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue related to generic stream concurrency behavior when the player encounters a playback error</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Internal maintenance updates</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.11.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.11.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.11.0.html</guid>
            <pubDate>Fri, 30 Jun 2023 15:16:40 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.11.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where a <code>user</code> query string parameter was not recognized for iframe embeds</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Internal maintenance updates</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.6]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.6.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.6.html</guid>
            <pubDate>Fri, 30 Jun 2023 14:49:20 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.6 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix to improve the accuracy of <code>rebuffering_seconds</code> that is sent on video engagements.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.10.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.10.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.10.0-release.html</guid>
            <pubDate>Wed, 28 Jun 2023 19:44:12 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.10.0 has been promoted to the current stable v7 release.</p>
<p>All unlocked v7 players have been updated to this version and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.10.0.html" target="_blank">See changes in 7.10.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.5-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.5-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.5-release.html</guid>
            <pubDate>Thu, 22 Jun 2023 19:40:01 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.5 has been promoted to the current stable v6 release.</p>
<p>All unlocked v6 players that have not opted-in to pre-releases have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.67.5.html" target="_blank">See changes in 6.67.5</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.10.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.10.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.10.0.html</guid>
            <pubDate>Wed, 14 Jun 2023 16:15:08 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.10.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Package Updates</h2>
<ul>
<li>Internal maintenance updates</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.9.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.9.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.9.0.html</guid>
            <pubDate>Fri, 02 Jun 2023 18:35:50 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.9.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>
<p>Added a new <a href="https://player.support.brightcove.com/playback/brightcove-player-viewability.html" target="_blank">viewability configuration</a> to allow the player to automatically pause when it is moved into a background tab and resume when the tab becomes active again.</p>
<p>To enable this feature in your player's JSON configuration, you'll want to add the <code>&quot;pause_in_background_tab&quot;: true</code> property to your <code>viewability</code> object (create one if you don't have it already).</p>
<pre><code>&quot;viewability&quot;: {
  &quot;pause_in_background_tab&quot;: true
}
</code></pre>
<p>Note that this is distinct from the <code>pause_when_not_viewable</code> configuration!</p>
</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed occasional <code>MEDIA_ERR_DECODE</code> errors for low latency streams</li>
<li>Fixed a case of incorrect start time calculations when using the IMA3 plugin</li>
<li>Fixed an issue where the video download button would download via HTTP instead of HTTPS</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Upgraded <a href="https://github.com/videojs/video.js/blob/0c011618e8df69200e609b7817c0664910ba141b/CHANGELOG.md#840-2023-06-02" target="_blank">Video.js to 8.4.0</a></li>
<li>Upgraded <a href="https://github.com/videojs/http-streaming/blob/a21182d56be119f19eb38be07422d7f664a8008b/CHANGELOG.md#340-2023-06-01" target="_blank">Video.js HTTP Streaming to 3.4.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.5.html</guid>
            <pubDate>Fri, 02 Jun 2023 16:37:31 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.5 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fixes an analytics issue with play events in ad mode.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.8.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.8.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.8.1.html</guid>
            <pubDate>Tue, 16 May 2023 18:32:34 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.8.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where http-streaming XHR onRequest hooks were called too late</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.3.1" target="_blank">@videojs/http-streaming 3.3.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.8.0-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.8.0-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.8.0-pre-release.html</guid>
            <pubDate>Wed, 03 May 2023 16:47:00 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.8.0 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.8.0.html" target="_blank">See changes in 7.8.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.8.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.8.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.8.0.html</guid>
            <pubDate>Wed, 03 May 2023 16:22:41 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.8.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>VHS: Adds xhr request and response hooks via an <code>onRequest(callback)</code> and <code>onResponse(callback)</code> API (<a href="https://github.com/videojs/http-streaming#vhsxhr" target="_blank">Full documentation</a>)</li>
<li>VHS: Use of EXT-X-START is now supported.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.3.0" target="_blank">@videojs/http-streaming 3.3.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.7.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.7.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.7.0-release.html</guid>
            <pubDate>Thu, 20 Apr 2023 16:36:10 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.7.0 has been promoted to the current stable v7 release.</p>
<p>All unlocked v7 players have been updated to this version and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v7.7.0.html" target="_blank">See changes in 7.7.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.7.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.7.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.7.0.html</guid>
            <pubDate>Wed, 05 Apr 2023 18:01:36 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.7.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Add VHS support for <code>useForcedSubtitles</code> option to access forced subtitles when available.</li>
<li>Add VHS support for <code>EventStream</code>.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix a regression that caused the <code>context_menu</code> option to not work when set to false.</li>
<li>Fix to remove support for <code>t</code> and <code>captions</code> query params for in-page players.</li>
<li>Fix for correct fallback when specific language metadata is not found.</li>
<li>Fix to improve the accuracy of <code>rebuffering_seconds</code> that is sent on video engagements.</li>
<li>Fix to prevent layout shift on Firefox caused by ad block detection.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.3.0" target="_blank">Video.js v8.3.0</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.2.0" target="_blank">@videojs/http-streaming 3.2.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.3-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.3-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.3-release.html</guid>
            <pubDate>Wed, 29 Mar 2023 17:59:17 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.3 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.67.3.html" target="_blank">See changes in 6.67.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.4-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.4-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.4-pre-release.html</guid>
            <pubDate>Thu, 23 Mar 2023 15:48:08 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.4 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.67.4.html" target="_blank">See changes in 6.67.4</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.6.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.6.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.6.0.html</guid>
            <pubDate>Wed, 22 Mar 2023 18:38:36 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.6.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Allow <code>control_bar</code> to be set in the player configuration.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue in Safari where the video was not replaying successfully.</li>
<li>Fix inaccurate Japanese translations.</li>
<li>Fix translations for language regarding the skip button.</li>
<li>Fix to improve the <code>rebuffering_count</code> attribute sent in video engagements.</li>
<li>Fix to allow the VHS <code>enableLowInitialPlaylist</code> option to be set to <code>false</code> in the player configuration on Android.</li>
<li>Fix to allow iOS Edge browser support in the Brightcove Player.</li>
<li>Fix for incompatibility between the <code>pause_when_not_viewable</code> and <code>delay_autoplay_if_not_viewable</code> player configuration options.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.2.1" target="_blank">Video.js v8.2.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.4.html</guid>
            <pubDate>Wed, 22 Mar 2023 16:00:09 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.4 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue in Safari where the video was not replaying successfully.</li>
<li>Fix inaccurate Japanese translations.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Upgrade to <a href="https://github.com/videojs/video.js/releases/tag/v7.21.4" target="_blank">video.js 7.21.4</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.3-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.3-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.3-pre-release.html</guid>
            <pubDate>Thu, 09 Mar 2023 18:21:51 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.3 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.67.3.html" target="_blank">See changes in 6.67.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.5.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.5.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.5.0.html</guid>
            <pubDate>Wed, 08 Mar 2023 20:27:01 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.5.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Engagement beacons now include QoE metrics from HLS manifests.</li>
<li>Optional skip forward and backward buttons.</li>
<li>Add VHS support for <code>emsg</code> supplied ID3 tags.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.3.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.3.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.3.0.html</guid>
            <pubDate>Mon, 06 Mar 2023 21:27:36 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.3.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Enable the download of MP4 files or text transcripts with the <code>download_button</code> option.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix <code>play_request</code> event beacon emission when a preroll ad fails.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.2.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.2.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.2.2.html</guid>
            <pubDate>Tue, 28 Feb 2023 22:15:06 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.2.2 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix CMAF HLS race condition issue during quality change that crashes the player.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.0.2" target="_blank">@videojs/http-streaming 3.0.2</a></li>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.1.1" target="_blank">Video.js v8.1.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.3.html</guid>
            <pubDate>Tue, 28 Feb 2023 21:37:01 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.3 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix CMAF HLS race condition issue during quality change that crashes the player.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Upgrade to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.16.2" target="_blank">@videojs/http-streaming 2.16.2</a></li>
<li>Upgrade to <a href="https://github.com/videojs/video.js/releases/tag/v7.21.3" target="_blank">video.js 7.21.3</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.2.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.2.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.2.1.html</guid>
            <pubDate>Fri, 24 Feb 2023 02:41:33 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.2.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Enable an opt-in for QOE metrics for remote assets in Safari with the <code>native_qoe</code> option.</li>
<li>Added the ability to set viewer analytics <code>user</code> via query parameter in a player URL.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where live DASH multiperiod streams failed when a <code>&lt;Label&gt;</code> was introduced to the manifest.</li>
<li>Fix a styling issue with menu items.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v3.0.1" target="_blank">@videojs/http-streaming 3.0.1</a></li>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v8.1.0" target="_blank">Video.js v8.1.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.2.html</guid>
            <pubDate>Fri, 24 Feb 2023 02:41:09 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.2 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where live DASH multiperiod streams failed when a <code>&lt;Label&gt;</code> was introduced to the manifest.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Upgrade to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.16.1" target="_blank">@videojs/http-streaming 2.16.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.1.html</guid>
            <pubDate>Thu, 02 Feb 2023 18:49:01 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where captions do not work on iOS Chrome browser</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Upgrade to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.16.0" target="_blank">@videojs/http-streaming 2.16.0</a></li>
<li>Upgrade to <a href="https://github.com/videojs/video.js/releases/tag/v7.21.2" target="_blank">video.js 7.21.2</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.2.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.2.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.2.0.html</guid>
            <pubDate>Tue, 24 Jan 2023 21:31:03 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.2.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Add a new <code>player.catalog.isCurrentSourceBumper()</code> method that returns <code>true</code> if the current source is a bumper video loaded from the Brightcove Catalog.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where Generic Stream Concurrency sessions would not be cleared when a player was disposed</li>
<li>Fix an issue where fallback to server-side ads would not work in Safari</li>
<li>Fix an issue where captions were not visible in iOS Chrome</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.67.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.67.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.67.0.html</guid>
            <pubDate>Tue, 24 Jan 2023 21:30:56 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.67.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Add a new <code>player.catalog.isCurrentSourceBumper()</code> method that returns <code>true</code> if the current source is a bumper video loaded from the Brightcove Catalog.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.1.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.1.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.1.1.html</guid>
            <pubDate>Thu, 12 Jan 2023 19:38:55 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.1.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Fixes</h2>
<ul>
<li>Fix an outstanding issue where the title and description would not show on the player when the <code>dock</code> config property was set to <code>true</code></li>
<li>Fix an issue where live DRM content would not play</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.1.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.1.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.1.0.html</guid>
            <pubDate>Thu, 05 Jan 2023 21:09:22 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.1.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Add boolean <code>title_bar</code> config property to show the title and description specified in Studio. This replaces the deprecated <code>dock</code> property.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where title and description would not show on the player when the <code>dock</code> config property was set to <code>true</code></li>
<li>Fix an error that would occur when using the quality selector menu</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/v8.0.3/CHANGELOG.md#803-2023-01-05" target="_blank">Video.js 8.0.3</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.8-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.8-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.8-release.html</guid>
            <pubDate>Fri, 16 Dec 2022 18:31:43 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.8 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.8.html" target="_blank">See changes in 6.66.8</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.8-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.8-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.8-pre-release.html</guid>
            <pubDate>Mon, 12 Dec 2022 19:43:30 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.8 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.8.html" target="_blank">See changes in 6.66.8</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.8]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.8.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.8.html</guid>
            <pubDate>Thu, 01 Dec 2022 21:38:53 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.8 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where live DASH would time out after prolonged playback</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Upgrade to <a href="https://github.com/videojs/http-streaming/blob/v2.15.1/CHANGELOG.md#2151-2022-11-21" target="_blank">@videojs/http-streaming 2.15.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.0.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.0.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.0.0.html</guid>
            <pubDate>Wed, 30 Nov 2022 18:37:43 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.0.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Brightcove Player 7</h2>
<p>The first official version of Brightcove Player 7 is here!</p>
<p>In previous release candidates, we published a running list of migration notes and additional information, but now that it's official, please refer to our support documentation, <a href="https://player.support.brightcove.com/references/bcp7-migration-guide.html" target="_blank">Brightcove Player 7 Migration Guide</a>.</p>
<p>Further reading will be available on the Brightcove blog and, for Video.js 8 and VHS 3, you can check out the Video.js website for <a href="https://videojs.com/blog/videojs-8-and-vhs-3/" target="_blank">a blog post</a>.</p>
<p>A summary of significant changes in Player 7 follows; for details, again, refer to the <a href="https://player.support.brightcove.com/references/bcp7-migration-guide.html" target="_blank">Brightcove Player 7 Migration Guide</a>.</p>
<ul>
<li>Upgraded to Video.js 8 and Video.js HTTP Streaming 3</li>
<li>Converted everything to ES6 by default</li>
<li>Internet Explorer no longer supported</li>
<li>Added unsupported browser UI</li>
<li>Improved adaptive bitrate (ABR) algorithm</li>
<li>Added viewability events and behaviors</li>
<li>Added DRM support by default; no plugin necessary</li>
<li>Enhanced timeout experience to suggest reloading the video source</li>
<li>Added <code>brightcove</code> namespace attached to every player instance</li>
<li>Changed analytics player events from <code>analytics_request</code> to <code>analytics-beacon</code> for better alignment with conventions</li>
<li>For more, refer to the <a href="https://player.support.brightcove.com/references/bcp7-migration-guide.html" target="_blank">Brightcove Player 7 Migration Guide</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.7-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.7-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.7-release.html</guid>
            <pubDate>Tue, 15 Nov 2022 20:51:04 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.7 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.7.html" target="_blank">See changes in 6.66.7</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.7-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.7-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.7-pre-release.html</guid>
            <pubDate>Wed, 09 Nov 2022 19:24:45 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.7 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.7.html" target="_blank">See changes in 6.66.7</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.7]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.7.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.7.html</guid>
            <pubDate>Wed, 09 Nov 2022 19:20:28 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.7 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where DRM content would fail to play in Chrome or Firefox due to Fairplay being selected instead of Widevine</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.6-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.6-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.6-release.html</guid>
            <pubDate>Wed, 19 Oct 2022 17:19:28 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.6 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.6.html" target="_blank">See changes in 6.66.6</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.6-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.6-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.6-pre-release.html</guid>
            <pubDate>Wed, 05 Oct 2022 21:10:17 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.6 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.6.html" target="_blank">See changes in 6.66.6</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.0.0-2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.0.0-2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.0.0-2.html</guid>
            <pubDate>Wed, 05 Oct 2022 19:30:00 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.0.0-2 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<blockquote>
<p><strong>NOTE:</strong> There is currently an issue with v7.0.0-2 that renders most Brightcove Player plugins incompatible. These incompatibilities are being addressed and we intend to have fully compatible versions of all plugins available on launch of v7.0.0!</p>
<p>Also, the new Title Bar is not correctly populated in this version, but will be in the next pre-release.</p>
</blockquote>
<hr>
<h2>Brightcove Player 7 is coming!</h2>
<p>For additional details about the changes coming in Brightcove Player 7, please refer to the release notes for <a href="http://players.brightcove.net/release-notes/brightcove-player/v7.0.0-0.html" target="_blank">Brightcove Player 7.0.0-0</a></p>
<h2>All Changes in This Release</h2>
<p>There will be additional notes on Video.js 8.0.0 and Video.js HTTP Streaming 3.0.0 changes in those projects' release notes when they are finalized. The notes here focus mainly on Brightcove Player changes.</p>
<ul>
<li><strong>NEW</strong>: Added new player viewability and configurable behaviors like delaying autoplay and toggling playback.</li>
<li><strong>NEW</strong>: Added DRM support by default - no plugin necessary!</li>
<li><strong>NEW</strong>: Enhanced timeout errors to allow reloading the media source through a UI button.</li>
<li><strong>NEW</strong>: Added <code>brightcove</code> namespace on the player for future expansion and consolidation of Brightcove-specific player integrations.</li>
<li><strong>NEW</strong>: The Video.js <code>sourceset</code> event is now triggered by default.</li>
<li>Switched to new ABR algorithm.</li>
<li>Updated build tooling output to target modern browsers.</li>
<li>Added a specific error-like UI for unsupported browsers (e.g. IE11).</li>
<li>Refactored inactive player code.</li>
<li>Miscellaneous internal code changes and maintenance.</li>
<li><strong>BREAKING</strong>: Send <code>play_request</code> once per media source on the first playback request (<a href="#mn1" target="_blank">MN1</a>)</li>
<li><strong>BREAKING</strong>: Removed the <code>&quot;graphite&quot;</code> skin (<a href="#mn2" target="_blank">MN2</a>)</li>
<li><strong>BREAKING</strong>: Changed <code>not-hover</code> class name to <code>vjs-hide-controls</code> (<a href="#mn3" target="_blank">MN3</a>)</li>
<li><strong>BREAKING</strong>: Remove IE11 support (<a href="#mn4" target="_blank">MN4</a>)</li>
<li><strong>BREAKING</strong>: Remove legacy Flash support (<a href="#mn4" target="_blank">MN4</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: ES6 by default (<a href="#mn5" target="_blank">MN5</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: Naming of analytics events changed from <code>analytics_request</code> to <code>analytics-beacon</code> (<a href="#mn6" target="_blank">MN6</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: Title Bar component added, replacing the so-called &quot;dock&quot; component (<a href="#mn7" target="_blank">MN7</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: The <code>autoplay</code> and <code>t</code> parameters in a web page with an in-page embedded Brightcove Player will no longer be recognized (<a href="#mn8" target="_blank">MN8</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: Legacy playlist configurations are no longer supported (<a href="#mn9" target="_blank">MN9</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: The <code>firstplay</code> event is no longer fired (<a href="#mn10" target="_blank">MN10</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: The <code>videojs.extend()</code> function no longer exists (<a href="#mn11" target="_blank">MN11</a>)</li>
</ul>
<h2>Migration Notes</h2>
<p>More complete migration notes and documentation for new features will be available upon full release of v7.0.0.</p>
<h3>MN1</h3>
<p>Sending the <code>play_request</code> event to the Data Collection API will occur only once for each new media source. Previously, the <code>play_request</code> was sent each time playback was requested; whether the initial user request or autoplay or resuming from pause.</p>
<p>This change makes the <code>play_request</code> event more meaningful - particularly in understanding the impact of autoplay - in Brightcove Analytics and aligns the Brightcove Player with our SDKs.</p>
<p>Adjust your expectations on the frequency of this event. Any code that assumes it will occur with any playback request should probably use the <code>play</code> event instead.</p>
<h3>MN2</h3>
<p>The <code>&quot;graphite&quot;</code> skin was an older style skin that was a holdover from the earliest versions of the Brightcove Player. It is removed.</p>
<p>No migration needed: <code>&quot;skin&quot;: &quot;graphite&quot;</code> in a player configuration will simply be ignored.</p>
<p>This configuration may still be used to <em>disable</em> the default skin using <code>&quot;skin&quot;: false</code>. This advanced capability is for customers who want to write their own player skin from scratch. All other values will be treated as the default skin (which will be the equivalent of <code>&quot;skin&quot;: &quot;sapphire&quot;</code> in 6.x).</p>
<h3>MN3</h3>
<p>The <code>not-hover</code> class name was added in the earliest versions of the Brightcove Player 6.x to indicate when the controls should hide.</p>
<p>This class is replaced by <code>vjs-hide-controls</code>, which is more descriptive and better matches Video.js naming conventions.</p>
<p>Change any uses of <code>.not-hover</code> to <code>.vjs-hide-controls</code> in your stylesheets or scripts.</p>
<h3>MN4</h3>
<p>IE11 and Flash will no longer function with the Brightcove Player. No migration is needed.</p>
<h3>MN5</h3>
<p>Most of Brightcove Player 7 is no longer transpiled into ES5 code - including Video.js and VHS. Most code is now transpiled to target modern browser engines.</p>
<p>Code that attempts to inherit native ES6 classes, but is ultimately transpiled to ES5 will no longer work with Video.js 8 and Brightcove Player 7. This incompatibility will generally be surfaced by an error being thrown with a message like:</p>
<pre><code>TypeError: Class constructor ___ cannot be invoked without 'new'
</code></pre>
<p>This is because transpilation tools like Babel will convert classes into plain JavaScript functions and attempt to call <code>apply()</code> or <code>call()</code> on them. These methods exist on functions, but not ES6 classes.</p>
<p>The only solution is to not transpile ES6 classes to ES5 for use with Video.js 8 and Brightcove Player 7.</p>
<h3>MN6</h3>
<p>Prior to 7, the Player would trigger <code>analytics_request</code> events and <code>analytics_request_*</code> events where <code>*</code> stood for the analytics beacon event name. For example, when the player sent a beacon representing a <code>video_engagement</code> event, the player would trigger both <code>analytics_request</code> and <code>analytics_request_video_engagement</code>.</p>
<p>In general, we want to be consistent in our naming and, for events, this means (most of the time) that we want <code>lower-case-hyphenated</code> event names. Further, when we discuss the small HTTP requests we send to our Data Collection API, we tend to refer to them as “beacons”, so we are using that terminology as well.</p>
<p>We’ve renamed these events to be <code>analytics-beacon</code> and <code>analytics-beacon-*</code> where the <code>*</code> stands for the analytics beacon event name with <code>_</code> replaced by <code>-</code>.</p>
<p>For example, if you wanted to know when the player sent a <code>video_engagement</code> event beacon, you could do something like this:</p>
<pre><code>player.on('analytics-beacon-video-engagement', (e) =&gt; {
  // The event object in the callback contains a `params` object, which
  // has a JavaScript object representataion of the query params that
  // were sent to the Data Collection API.
  player.log('video_engagement beacon sent!', e.params);
});
</code></pre>
<h3>MN7</h3>
<p>Migration necessary only if integration code interacts with the player “dock” components. This is unlikely to impact the vast majority of Brightcove customers!</p>
<p>We removed the internal videojs-dock plugin and re-implemented similar functionality in a new core component for Video.js: the <code>TitleBar</code> component.</p>
<p>The new <code>TitleBar</code> component will show a UI element across the top of the player which displays the title and/or description of the current media in the player. The <code>TitleBar</code> will not show if no title or description is provided.</p>
<p>Brightcove Player 7 will populate the title bar using data from the Playback API.</p>
<h3>MN8</h3>
<p>Brightcove Player 7 when embedded in-page no longer recognizes the <code>autoplay</code> query parameter or <code>t</code> query parameter (or any other query parameter for that matter).</p>
<p>Query parameters are an ideal way to provide data at the embed code level for iframe embeds, but for in-page embeds, they would need to exist in the embedding website’s URL.</p>
<p>These two parameters were previously supported because older versions of Internet Explorer required workarounds for the Fullscreen API, which was not adequately supported. However, they caused several customers some confusion when their own web page URLs included these parameters, generally for other purposes, but they impacted the behavior of the their embedded Brightcove Player!</p>
<p>If you were relying on this support in some way, we recommend switching to the <code>autoplay</code> attribute, option, or player configuration or the <code>data-start-time</code> attribute for your in-page embeds - or implementing this functionality via JavaScript.</p>
<h3>MN9</h3>
<p>Migration necessary if using legacy playlist implementations, controlled by top-level JSON configurations - i.e. not through Studio or the plugins array in JSON configuration.</p>
<p>With the earlier Player versions, there were multiple legacy playlist plugins/implementations and methods of configuration. Maintaining multiple playlist implementations caused a significant amount of confusion and complexity, so we’ve simplified and clarified playlist implementation by removing all the legacy playlist code.</p>
<p>In short, all top-level playlist-related configurations are no longer supported in JSON configuration for Brightcove Player 7.</p>
<p>These include:</p>
<ul>
<li><code>autoadvance</code></li>
<li><code>media</code> (as an array being interpreted as a playlist)</li>
<li><code>playlist</code></li>
<li><code>repeat</code></li>
</ul>
<p>The top-level <code>playlist</code> configuration could be used in two ways:</p>
<ul>
<li>Using <code>true</code> to turn on the legacy playlist UI (videojs-playlist-ui)</li>
<li>Using <code>false</code> to turn off the playlist API (videojs-playlist)</li>
</ul>
<p>However, it had <em>no impact</em> on the modern Brightcove Playlist UI plugin that people use today in the Studio.</p>
<p>The migration path for playlists is to always use the Brightcove Playlist UI plugin, which is configurable through Studio (or the Player Management API). The old top-level configurations have never been exposed through Studio.</p>
<h3>MN10</h3>
<p>Migration necessary if currently using the <code>firstplay</code> event.</p>
<p>The <code>firstplay</code> event was removed. This was a deprecated, legacy event that was fired by Video.js the first time a <code>play</code> event was fired. However, there’s a better way to hook into the first <code>play</code> event for a given media source, using the <code>one()</code> method:</p>
<pre><code>// Each time the source is about to change, listen for the first play event.
// Listening for loadstart is another option.
player.on('sourceset', () =&gt; {
  player.one('play', callback);
});
</code></pre>
<h3>MN11</h3>
<p>Migration necessary if currently using this function to extend Video.js classes.</p>
<p>The <code>extend()</code> function was previously used to extend Video.js components and advanced plugins.</p>
<p>We are now using native ES6 classes everywhere and the old <code>videojs.extend()</code> function only works with plain function prototypes, making it unusable with the native ES6 classes that make up Video.js 8. So, it has been removed.</p>
<p>For example, the old way to create a component using <code>extend()</code> was:</p>
<pre><code>const Component = videojs.getComponent('Component');

const MyComponent = videojs.extend(Component, {
  constructor: function(player, options) {
    Component.call(this, player, options);
  }
});

videojs.registerComponent('MyComponent', MyComponent);
</code></pre>
<p>Going forward, only ES6 classes are supported. The equivalent would be:</p>
<pre><code>const Component = videojs.getComponent('Component');

class MyComponent extends Component {
  constructor(player, options) {
    super(player, options);
  }
}

videojs.registerComponent('MyComponent', MyComponent);
</code></pre>
<p>Users whose integration code depends on <code>videojs.extend()</code> will need to update their implementations before updating to Brightcove Player 7.</p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.6]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.6.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.6.html</guid>
            <pubDate>Wed, 05 Oct 2022 18:01:59 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.6 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue in iOS Safari where the player would continue to play in the background</li>
<li>Fix an issue where in-manifest captions were not displayed correctly</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/main/CHANGELOG.md#7203-2022-09-09" target="_blank">Video.js 7.20.3</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.5-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.5-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.5-pre-release.html</guid>
            <pubDate>Mon, 12 Sep 2022 16:40:39 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.5 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.5.html" target="_blank">See changes in 6.66.5</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.5.html</guid>
            <pubDate>Thu, 08 Sep 2022 22:41:21 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.5 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where HDCP fallback causes timeouts</li>
<li>Fix playback issues for players not using Video Cloud</li>
<li>Fix an issue with deep linking on iOS</li>
<li>Fix an error with players using v2 of the Playlist Plugin</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.4-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.4-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.4-release.html</guid>
            <pubDate>Thu, 01 Sep 2022 16:49:04 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.4 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.4.html" target="_blank">See changes in 6.66.4</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.3.html</guid>
            <pubDate>Thu, 11 Aug 2022 20:32:42 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.3 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Package Updates</h2>
<ul>
<li>The update includes support to accept <code>data-controls</code> attribute as an alternate to the <code>controls</code> attribute in iframe embeds</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.4-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.4-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.4-pre-release.html</guid>
            <pubDate>Thu, 11 Aug 2022 19:24:26 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.4 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.4.html" target="_blank">See changes in 6.66.4</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.4.html</guid>
            <pubDate>Thu, 11 Aug 2022 19:24:03 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.4 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where the bumper video's title and description were displayed along with the main video's poster</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.2-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.2-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.2-pre-release.html</guid>
            <pubDate>Tue, 19 Jul 2022 21:55:13 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.2 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.2.html" target="_blank">See changes in 6.66.2</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.2.html</guid>
            <pubDate>Tue, 19 Jul 2022 21:14:53 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.2 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Package Updates</h2>
<ul>
<li>Internal maintenance updates</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.1-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.1-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.1-pre-release.html</guid>
            <pubDate>Mon, 18 Jul 2022 21:55:04 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.1 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.66.1.html" target="_blank">See changes in 6.66.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.1.html</guid>
            <pubDate>Mon, 18 Jul 2022 21:14:50 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Package Updates</h2>
<ul>
<li>Internal maintenance updates</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.66.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.66.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.66.0.html</guid>
            <pubDate>Mon, 18 Jul 2022 21:14:45 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.66.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Add support for bumper videos</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.4-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.4-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.4-pre-release.html</guid>
            <pubDate>Wed, 22 Jun 2022 18:50:44 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.4 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.65.4.html" target="_blank">See changes in 6.65.4</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.4.html</guid>
            <pubDate>Wed, 22 Jun 2022 18:33:59 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.4 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix analytics plugin error when certain controls are disabled</li>
<li>Fix issue where player would not pass deliveryConfigId and adConfigId parameters with Playback API requests in some circumstances</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/fb43a69e707be22a57e3048738afd03202258960/CHANGELOG.md#7201-2022-05-31" target="_blank">Video.js 7.20.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.3-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.3-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.3-release.html</guid>
            <pubDate>Tue, 14 Jun 2022 17:07:19 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.3 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="v6.65.3.md" target="_blank">See changes in 6.65.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.3-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.3-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.3-pre-release.html</guid>
            <pubDate>Fri, 20 May 2022 16:01:11 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.3 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.65.3.html" target="_blank">See changes in 6.65.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.3.html</guid>
            <pubDate>Thu, 19 May 2022 19:36:18 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.3 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix issue where Generic Stream Concurrency would not work if a source was not requested from the Playback API using Player Catalog methods</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update default version of <a href="https://github.com/videojs/vtt.js" target="_blank">vtt.js</a> from 0.12.5 to 0.15.3</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.1-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.1-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.1-release.html</guid>
            <pubDate>Thu, 28 Apr 2022 16:29:19 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.1 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.65.1.html" target="_blank">See changes in 6.65.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.1-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.1-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.1-pre-release.html</guid>
            <pubDate>Thu, 21 Apr 2022 14:58:30 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.1 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.65.1.html" target="_blank">See changes in 6.65.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.0.html</guid>
            <pubDate>Thu, 21 Apr 2022 13:28:31 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Add support for Audio Only Mode</li>
<li>Add support for manifests with a short TTL</li>
<li>Add support for Generic Stream Concurrency with Chromecast</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.65.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.65.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.65.1.html</guid>
            <pubDate>Thu, 21 Apr 2022 13:18:36 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.65.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix CSS conflict between audio only mode and fluid mode</li>
<li>Refresh manifests with short TTLs on source changes instead of play events</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.3-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.3-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.3-release.html</guid>
            <pubDate>Wed, 16 Mar 2022 20:05:51 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.3 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.64.3.html" target="_blank">See changes in 6.64.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.3-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.3-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.3-pre-release.html</guid>
            <pubDate>Tue, 01 Mar 2022 18:14:31 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.3 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.64.3.html" target="_blank">See changes in 6.64.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.3.html</guid>
            <pubDate>Tue, 01 Mar 2022 18:14:24 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.3 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<hr>
<h2>Enhancements</h2>
<ul>
<li>Accept numbers in addition to strings <code>setUser</code> calls in player analytics</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Improve identification of streams as encrypted HLS instead of standard HLS</li>
<li>Fix filtering of source lists coming from the Video Cloud catalog to prefer HEVC sources where supported.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/f588317761e95df3e89827872c6e9a56704f4ae4/CHANGELOG.md#7181-2022-02-23" target="_blank">Video.js 7.18.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.0.0-1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.0.0-1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.0.0-1.html</guid>
            <pubDate>Fri, 11 Feb 2022 18:42:01 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.0.0-1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<blockquote>
<p><strong>NOTE:</strong> There is currently an issue in the Studio Players module where it detects a 7.x player as incompatible with Studio. The effect of this is that it is possible to set a player to 7.x in the Studio, but this renders it uneditable in Studio.</p>
<p>This issue is actively being investigated and will be addressed soon!</p>
</blockquote>
<hr>
<h2>Brightcove Player 7 is coming!</h2>
<p>For additional details about the changes coming in Brightcove Player 7, please refer to the release notes for <a href="http://players.brightcove.net/release-notes/brightcove-player/v7.0.0-0.html" target="_blank">Brightcove Player 7.0.0-0</a></p>
<h2>All Changes in This Release</h2>
<ul>
<li>Switched to new ABR algorithm.</li>
<li>Updated build tooling output to target modern browsers.</li>
<li>Added a specific error-like UI for unsupported browsers (e.g. IE11).</li>
<li>Refactored inactive player code.</li>
<li><strong>ONGOING</strong>: Miscellaneous internal code changes and maintenance.</li>
<li><strong>BREAKING</strong>: Send <code>play_request</code> once per media source on the first playback request (<a href="#mn1" target="_blank">MN1</a>)</li>
<li><strong>BREAKING</strong>: Removed the <code>&quot;graphite&quot;</code> skin (<a href="#mn2" target="_blank">MN2</a>)</li>
<li><strong>BREAKING</strong>: Changed <code>not-hover</code> class name to <code>vjs-hide-controls</code> (<a href="#mn3" target="_blank">MN3</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: Remove IE11 support (<a href="#mn4" target="_blank">MN4</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: Remove legacy Flash support (<a href="#mn4" target="_blank">MN4</a>)</li>
</ul>
<h2>Migration Notes</h2>
<h3>MN1</h3>
<p>Sending the <code>play_request</code> event to the Data Collection API will occur only once for each new media source. Previously, the <code>play_request</code> was sent each time playback was requested; whether the initial user request or autoplay or resuming from pause.</p>
<p>This change makes the <code>play_request</code> event more meaningful - particularly in understanding the impact of autoplay - in Brightcove Analytics and aligns the Brightcove Player with our SDKs.</p>
<p>Adjust your expectations on the frequency of this event. Any code that assumes it will occur with any playback request should probably use the <code>play</code> event instead.</p>
<h3>MN2</h3>
<p>The <code>&quot;graphite&quot;</code> skin was an older style skin that was a holdover from the earliest versions of the Brightcove Player. It is removed.</p>
<p>No migration needed: <code>&quot;skin&quot;: &quot;graphite&quot;</code> in a player configuration will simply be ignored.</p>
<p>This configuration may still be used to <em>disable</em> the default skin using <code>&quot;skin&quot;: false</code>. This advanced capability is for customers who want to write their own player skin from scratch. All other values will be treated as the default skin (which will be the equivalent of <code>&quot;skin&quot;: &quot;sapphire&quot;</code> in 6.x).</p>
<h3>MN3</h3>
<p>The <code>not-hover</code> class name was added in the earliest versions of the Brightcove Player 6.x to indicate when the controls should hide.</p>
<p>This class is replaced by <code>vjs-hide-controls</code>, which is more descriptive and better matches Video.js naming conventions.</p>
<p>Change any uses of <code>.not-hover</code> to <code>.vjs-hide-controls</code> in your stylesheets or scripts.</p>
<h3>MN4</h3>
<p>IE11 and Flash will no longer function with the Brightcove Player</p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.2-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.2-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.2-release.html</guid>
            <pubDate>Wed, 26 Jan 2022 19:57:46 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.2 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.64.2.html" target="_blank">See changes in 6.64.2</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.2.html</guid>
            <pubDate>Mon, 10 Jan 2022 20:37:43 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.2 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Ensure GSC options are properly passed through from the player config to the plugin.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.2-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.2-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.2-pre-release.html</guid>
            <pubDate>Mon, 10 Jan 2022 20:36:01 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.2 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.64.2.html" target="_blank">See changes in 6.64.2</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.1-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.1-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.1-pre-release.html</guid>
            <pubDate>Thu, 06 Jan 2022 21:24:37 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.1 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.64.1.html" target="_blank">See changes in 6.64.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.1.html</guid>
            <pubDate>Thu, 06 Jan 2022 21:09:57 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Compatibility fixes for IMA3 v4.x pre-roll with Live SSAI.</li>
<li>Fix an issue where blocked stream concurrency requests would not cause playback failure and enabling player config options.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v7.0.0-0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v7.0.0-0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v7.0.0-0.html</guid>
            <pubDate>Mon, 20 Dec 2021 21:34:34 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 7.0.0-0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<blockquote>
<p><strong>NOTE:</strong> There is currently an issue in the Studio Players module where it detects a 7.x player as incompatible with Studio. The effect of this is that it is possible to set a player to 7.x in the Studio, but this renders it uneditable in Studio.</p>
<p>This issue is actively being investigated and will be addressed soon!</p>
</blockquote>
<hr>
<h2>Brightcove Player 7 is coming!</h2>
<p>This is the first alpha release of Brightcove Player 7.0! It's the next major version of our web player, and we are excited to share it with you.</p>
<p>Over the coming months, we will be releasing regular alpha releases of the Brightcove Player as we approach a 7.0 milestone. During this time, some development will continue on the 6.x line.</p>
<p>With each alpha release, we will update these release notes with all changes in the 7.x history. New changes will be prefixed with <strong>NEW</strong>. We will call out backward incompatible changes using the <strong>BREAKING</strong> prefix. Migration notes will be numbered and added for any <strong>BREAKING</strong> changes. These will be linked from the <strong>BREAKING</strong> text for the associated change.</p>
<p>Our hope is that doing this in the open will allow our customers' developers to migrate their implementations over time and be ready when the 7.0 final release goes out.</p>
<p><strong>We will never automatically upgrade existing players to a new major version.</strong></p>
<p>All of your published players will continue to run version 6 until you choose to upgrade your players individually. This will allow you to test any customizations and plugins, and update them in the event changes are needed. In many cases, changes <em>won't</em> be needed and the same code can be used in version 7 seamlessly. However, be sure to look out for the <strong>BREAKING</strong> changes in the release notes to see where you may need to make tweaks.</p>
<blockquote>
<p><strong>NOTE: Because this is an alpha release, we recommend that you do not use it in production!</strong></p>
<p>Between any alpha release version, new backward incompatible changes may be introduced. Brightcove Technical Support will not be able to assist in any cases until 7.0.0 is finalized, but we want as many customers as possible to try out version 7 — feedback is always welcomed through the usual channels!</p>
</blockquote>
<h2>What does this mean for Brightcove Player 6?</h2>
<p>Version 6.x of the Brightcove Player will remain fully supported until the full release of version 7.0, expected in the first half of 2022. We'll be sure to provide updates as that timeline evolves. No matter the timeline, expect your version 6 (and 5 and older) players to continue to function indefinitely. We will not be disabling existing players at any point.</p>
<p>Once version 7.0 has been released, 6.0 will be moved into maintenance mode, whereupon we will provide technical support and consider bug fixes on a case-by-case basis (dependent on severity and complexity for a fix) for a full 3 months. All new player enhancements and features will be delivered for version 7.x only.</p>
<h2>Goals of 7.0</h2>
<ul>
<li><a href="https://github.com/videojs/video.js/issues/7068" target="_blank">Video.js 8</a> and <a href="https://github.com/videojs/http-streaming/issues/1057" target="_blank">VHS 3</a></li>
<li>Remove support for IE11 including polyfills and transpilation targets. This version of the player will not function in IE11.</li>
<li>Add a UI to be displayed on unsupported browsers.</li>
<li>Enable the new and improved ABR algorithm.</li>
<li>Add DRM support out of the box - no plugin required!</li>
<li>Improve player timeout detection and user experience.</li>
<li>Remove implicit support for <code>autoplay</code> and <code>t</code> query parameters as player options from in-page players, but allow all <code>iframe</code>-specific query parameters as an opt-in with user control.</li>
<li>Set emulated text tracks to auto-cleanup.</li>
<li>Execute a wide variety of tasks related to technical debt repayment and code refactoring.</li>
</ul>
<h2>Outcomes of 7.0</h2>
<ul>
<li>We expect 7.0 to show a noticeable decrease in player size, mainly thanks to removals of IE11-specific code. Further, we expect there to be some performance improvements, but it is too early in this process to be more specific.</li>
<li>Based on experimental A/B tests performed in the wild over the last few months, we expect the new ABR algorithm to improve the viewer experience significantly in the aggregate.</li>
<li>We expect it to be slightly easier to play DRM videos. Currently, it is not always clear that users must enable DRM on the player <em>as well as</em> the media. With 7.0, enabling DRM protection on media will just work with the default player.</li>
<li>We hope to clarify the understanding and UX of player timeouts.</li>
<li>Address some other minor problems that could not be addressed without a backward incompatible change.</li>
</ul>
<h2>All Changes in This Release</h2>
<ul>
<li><strong>NEW</strong>: Switched to new ABR algorithm.</li>
<li><strong>NEW</strong>: Updated build tooling output to target modern browsers.</li>
<li><strong>NEW</strong>: Added a specific error-like UI for unsupported browsers (e.g. IE11).</li>
<li><strong>NEW</strong>: Refactored inactive player code.</li>
<li><strong>NEW</strong>: Miscellaneous internal code changes and maintenance.</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: Send <code>play_request</code> once per media source on the first playback request (<a href="#mn1" target="_blank">MN1</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: Removed the <code>&quot;graphite&quot;</code> skin (<a href="#mn2" target="_blank">MN2</a>)</li>
<li><strong>NEW</strong>, <strong>BREAKING</strong>: Changed <code>not-hover</code> class name to <code>vjs-hide-controls</code> (<a href="#mn3" target="_blank">MN3</a>)</li>
</ul>
<h2>Migration Notes</h2>
<h3>MN1</h3>
<p>Sending the <code>play_request</code> event to the Data Collection API will occur only once for each new media source. Previously, the <code>play_request</code> was sent each time playback was requested; whether the initial user request or autoplay or resuming from pause.</p>
<p>This change makes the <code>play_request</code> event more meaningful - particularly in understanding the impact of autoplay - in Brightcove Analytics and aligns the Brightcove Player with our SDKs.</p>
<p>Adjust your expectations on the frequency of this event. Any code that assumes it will occur with any playback request should probably use the <code>play</code> event instead.</p>
<h3>MN2</h3>
<p>The <code>&quot;graphite&quot;</code> skin was an older style skin that was a holdover from the earliest versions of the Brightcove Player. It is removed.</p>
<p>No migration needed: <code>&quot;skin&quot;: &quot;graphite&quot;</code> in a player configuration will simply be ignored.</p>
<p>This configuration may still be used to <em>disable</em> the default skin using <code>&quot;skin&quot;: false</code>. This advanced capability is for customers who want to write their own player skin from scratch. All other values will be treated as the default skin (which will be the equivalent of <code>&quot;skin&quot;: &quot;sapphire&quot;</code> in 6.x).</p>
<h3>MN3</h3>
<p>The <code>not-hover</code> class name was added in the earliest versions of the Brightcove Player 6.x to indicate when the controls should hide.</p>
<p>This class is replaced by <code>vjs-hide-controls</code>, which is more descriptive and better matches Video.js naming conventions.</p>
<p>Change any uses of <code>.not-hover</code> to <code>.vjs-hide-controls</code> in your stylesheets or scripts.</p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.5-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.5-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.5-release.html</guid>
            <pubDate>Thu, 16 Dec 2021 20:51:43 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.5 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.63.5.html" target="_blank">See changes in 6.63.5</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.5.html</guid>
            <pubDate>Thu, 16 Dec 2021 20:51:22 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.5 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where DRM content did not play in Safari</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.4-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.4-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.4-release.html</guid>
            <pubDate>Wed, 15 Dec 2021 18:37:47 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.4 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.63.4.html" target="_blank">See changes in 6.63.4</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.4-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.4-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.4-pre-release.html</guid>
            <pubDate>Tue, 14 Dec 2021 16:47:48 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.4 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.63.4.html" target="_blank">See changes in 6.63.4</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.4.html</guid>
            <pubDate>Tue, 14 Dec 2021 16:47:40 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.4 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Fixes</h2>
<ul>
<li>Fix an issue where seeking within Live DVR streams would not work correctly.</li>
<li>Fix the volume slider showing up on iOS.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/main/CHANGELOG.md#7172-2021-12-08" target="_blank">Video.js 7.17.2</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md#2121-2021-12-10" target="_blank">Video.js HTTP Streaming 2.12.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.64.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.64.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.64.0.html</guid>
            <pubDate>Wed, 08 Dec 2021 14:03:12 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.64.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h2>Features</h2>
<ul>
<li>Added an internal update to expand use of the player analytics module as a generalized event bus for certain analytics integration enhancements</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix an issue with custom play button styles not appearing correctly.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.3-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.3-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.3-pre-release.html</guid>
            <pubDate>Mon, 22 Nov 2021 15:30:07 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.3 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.63.3.html" target="_blank">See changes in 6.63.3</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.3.html</guid>
            <pubDate>Mon, 22 Nov 2021 15:19:12 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.3 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h1>Fixes</h1>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/76985c6068e9ca9efa05e57a794a97c18aa4501a/CHANGELOG.md#7171-2021-11-17" target="_blank">Video.js 7.17.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.2.html</guid>
            <pubDate>Thu, 18 Nov 2021 19:33:03 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.2 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h1>Fixes</h1>
<ul>
<li>When Generic Stream Concurrency service returns a 4xx error, playback should be terminated</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.1.html</guid>
            <pubDate>Wed, 17 Nov 2021 16:58:25 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h1>Fixes</h1>
<ul>
<li>Fix configuration for heartbeat-based stream concurrency</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.63.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.63.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.63.0.html</guid>
            <pubDate>Tue, 16 Nov 2021 22:35:01 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.63.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h1>Features</h1>
<ul>
<li>Add support for heartbeat-based stream concurrency</li>
</ul>
<h1>Package Updates</h1>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/8f580ccc81697c677baf1a7cd3e2b26bcd3bf79c/CHANGELOG.md#7170-2021-11-10" target="_blank">Video.js 7.17.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.62.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.62.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.62.0.html</guid>
            <pubDate>Tue, 02 Nov 2021 20:37:00 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.62.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h1>Features</h1>
<ul>
<li>Support HDCP fallback with Fairplay</li>
<li>Enable LLHLS support</li>
<li>Populate the Dock area with the title and description earlier in some case</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>Fix last menu in control bar being cut off in Safari</li>
<li>Fix seeking near buffered areas</li>
</ul>
<h1>Package Updates</h1>
<ul>
<li>Update to <a href="https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md#2112-2021-10-27" target="_blank">Video.js HTTP Streaming 2.11.2</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.62.0-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.62.0-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.62.0-pre-release.html</guid>
            <pubDate>Tue, 02 Nov 2021 19:42:30 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.62.0 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.62.0.html" target="_blank">See changes in 6.62.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.61.1-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.61.1-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.61.1-pre-release.html</guid>
            <pubDate>Mon, 25 Oct 2021 16:34:19 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.61.1 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.61.1.html" target="_blank">See changes in 6.61.1</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.61.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.61.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.61.1.html</guid>
            <pubDate>Mon, 25 Oct 2021 16:28:00 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.61.1 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h1>Fixes</h1>
<ul>
<li>Correctly detect codec switching support when sorting sources</li>
<li>Fix an issue where player was incorrectly sized when using IMA3 pre-roll with Live SSAI</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.61.0-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.61.0-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.61.0-release.html</guid>
            <pubDate>Tue, 19 Oct 2021 17:54:58 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.61.0 has been promoted to the current stable release.</p>
<p>All unlocked players that have not opted-in to pre-releases have been updated and published. Newly created players will now default to this version.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.61.0.html" target="_blank">See changes in 6.61.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.61.0-pre-release]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.61.0-pre-release.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.61.0-pre-release.html</guid>
            <pubDate>Thu, 23 Sep 2021 19:25:22 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.61.0 has been promoted to the current pre-release.</p>
<p>Only players that have opted-in to automatic pre-release updates have been updated and published.</p>
<p><a href="https://players.brightcove.net/release-notes/brightcove-player/v6.61.0.html" target="_blank">See changes in 6.61.0</a></p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.61.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.61.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.61.0.html</guid>
            <pubDate>Thu, 23 Sep 2021 19:12:16 GMT</pubDate>
            <description><![CDATA[<p>Brightcove Player 6.61.0 is available as a pre-release for manual update.</p>
<p>No existing players have been auto-updated to this version. Customers eager for a feature or fix that is only available in this version may manually update via the Studio Players JSON Editor or the Player Management API.</p>
<h1>Features</h1>
<ul>
<li>An encoding can now be specifies for 708 caption services to properly decode the text.</li>
<li>When the player is configured with <code>debug</code>, the iframe embed will now be unminified.</li>
<li>Friendlier error response when a DRM license fails to load.</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>Better handling of analytics events with Airplay.</li>
<li>Better handle pages that include elements with an ID of <code>default</code>.</li>
<li>Fix seeking around buffered regions.</li>
</ul>
<h1>Package Updates</h1>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/main/CHANGELOG.md#7156-2021-09-22" target="_blank">Video.js 7.15.6</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md#2110-2021-09-22" target="_blank">Video.js HTTP Streaming 2.11.0</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.60.0-announcement]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.60.0-announcement.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.60.0-announcement.html</guid>
            <pubDate>Thu, 23 Sep 2021 17:23:03 GMT</pubDate>
            <description><![CDATA[<p>This announcement covers changes coming to the Brightcove Player Release and Pre-release feeds.</p>
<h2>Summary</h2>
<ul>
<li>The Brightcove Player Pre-release and Release feeds will be combined into a single feed.</li>
<li>This feed will list:
<ul>
<li>Player versions that are made available.</li>
<li>Announcements of versions being promoted to pre-release.</li>
<li>Announcements of versions being promoted to full release.</li>
</ul>
</li>
</ul>
<h2>About Player Versions, Pre-releases and Full Releases</h2>
<p>The lifecycle of a player version (e.g. 6.60.0) can be outlined as follows:</p>
<ul>
<li>
<p><strong>A version is made available.</strong></p>
<p>This means it's made available to our production systems and players can be created with this new version. However, this version is not surfaced in the Studio and no players are auto-updated.</p>
<p>Today, versions are unannounced.</p>
</li>
<li>
<p><strong>A version is promoted to pre-release.</strong></p>
<p>When a version is promoted to pre-release, all players that are set to use the current pre-release are updated to that version. This is a small minority of players that have opted-in to pre-release updates.</p>
<p>Today, this corresponds to a new item in the Brightcove Player Pre-release feed.</p>
</li>
<li>
<p><strong>A version is promoted to full release.</strong></p>
<p>When a version is promoted to full release, all unlocked players are updated to that version. This is a majority of players.</p>
<p>Today, this corresponds to a new item in the Brightcove Player Release feed.</p>
</li>
</ul>
<p>Not all versions are pre-released. Not all pre-releases become full releases. Similarly, there are situations where pre-release phase will be skipped, such as some high priority bug fixes.</p>
<h2>The Future of the Brightcove Player Release Feed</h2>
<p>Rather than maintaining separate feeds with duplicate information, we plan to roll all these events into a single feed. The main benefit of this will be that each version number will have a single entry in a single feed and will tell you exactly what changed from the previous version. And you'll still know when the current pre-release and full release are changed.</p>
<p>Going forward, this feed will include the following types of entries:</p>
<ul>
<li>
<p><strong>A version is made available.</strong></p>
<p>Each version will have an entry in the feed; however, this will not indicate when a version has been promoted to pre-release or full release. This will indicate that the version is now <em>available</em> for manual usage.</p>
<p>These entries will be in the format that is familiar today: a listing of features, fixes, maintenance, and other changes included in a version.</p>
</li>
<li>
<p><strong>A version is promoted to pre-release.</strong></p>
<p>These entries will take the form of short announcements that we have promoted an available version to pre-release status in our production systems and that all <em>pre-release</em> players have been updated.</p>
</li>
<li>
<p><strong>A version is promoted to full release.</strong></p>
<p>These entries will take the form of short announcements that we have promoted an available version to full release status in our production systems and that all <em>unlocked, non-pre-release</em> players have been updated.</p>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.60.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.60.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.60.0.html</guid>
            <pubDate>Thu, 09 Sep 2021 20:17:42 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.60.0 is available. Notable changes since 6.59.1 include:</p>
<h2>Features</h2>
<ul>
<li>Show DRM configuration issues when DRM is detected but not configured correctly to start playback.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Prevent playback from stalling when seeking into a gap in the buffer.</li>
<li>Prevent specific network issues from stalling playback when connection recovers.</li>
<li>Do not log console warnings about realodSourceOnError being registered twice.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.10.3" target="_blank">Video.js HTTP Streaming v2.10.3</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.59.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.59.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.59.1.html</guid>
            <pubDate>Wed, 01 Sep 2021 16:13:41 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.59.1 is available. Notable changes since 6.57.2 include:</p>
<h2>Features</h2>
<ul>
<li>Exclude the Flash tech if <code>&quot;flash&quot;: false</code> is set in the Player configuration.</li>
<li>Add Sapphire skin to reflect updated Brightcove branding colors.
<ul>
<li>This is an opt-in only change for now and can be configured by setting <code>&quot;skin&quot;: &quot;sapphire&quot;</code> in the player's JSON configuration.</li>
<li>This skin will become the default in v7.0.0.</li>
</ul>
</li>
<li>When the new Kollective eCDN plugin is included, the player will no longer automatically load media based on detected IDs (e.g. <code>data-video-id</code> attribute) and will, instead, allow this plugin to manage loading media.</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Let controls autohide on desktop devices with touchscreens.</li>
<li>Chromecast Receiver's Big Play Button will now use the selected custom colors.</li>
<li>Prevent being able to click on opened menus on mobile devices when the controls are hidden.</li>
<li>Stop triggering robustness warnings when testing for EME support</li>
<li>When the player is embedded on pages with malformed query parameters, it will no longer throw an error. Instead, it will behave as if the query string were empty.</li>
</ul>
<h2>Maintenance</h2>
<ul>
<li>Normalize autoplay-related configuration for <code>playsinline</code> and <code>normalizeAutoplay</code> options.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Updated to <a href="https://github.com/videojs/video.js/releases/tag/v7.15.0" target="_blank">Video.js 7.15.0</a>
<ul>
<li>Prevent being able to click on opened menus on mobile devices when the controls are hidden.</li>
<li>Manually opened menus (such as, via a user click) were hiding when the mouse was not focused on the player.</li>
<li>Properly return promises from <code>requestFullscreen</code> and <code>exitFullscreen</code></li>
</ul>
</li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.10.0" target="_blank">VHS 2.10.0</a>
<ul>
<li>Some streams with bad audio data caused playback to fail</li>
<li>Fix an issue where switching renditions caused playback to fail</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.57.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.57.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.57.2.html</guid>
            <pubDate>Fri, 16 Jul 2021 18:44:07 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.57.2 is available. Notable changes since 6.57.1 include:</p>
<ul>
<li>Fix an issue where some known errors were showing up as unknown errors.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.57.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.57.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.57.1.html</guid>
            <pubDate>Thu, 08 Jul 2021 22:09:39 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.57.1 is available. Notable changes since 6.57.1 include:</p>
<ul>
<li>Fix an issue where calling catalog.transformVideoResponse would throw an error</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.57.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.57.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.57.0.html</guid>
            <pubDate>Thu, 08 Jul 2021 18:35:15 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.57.0 is available. Notable changes since 6.54.0 include:</p>
<h2>Fixes</h2>
<ul>
<li>Fix issues with thumbnails and playlists</li>
<li>Fix context_menu configuration to allow <code>false</code> value as expected</li>
</ul>
<h2>Features</h2>
<ul>
<li>Include more granular error messages for users of Edge Playback Authorization (this means when EPA-protected streams encounter issues, users are more likely to see a useful error message instead of the generic <code>MEDIA_ERR_DECODE</code>.)</li>
<li>Add <code>embedDomain</code> to the social plugin if <code>config.china_proxy_domain</code> has been set</li>
<li>Add support for a <code>video_cloud.source_selection_rules</code> configuration. This configuration will allow publishers to provide declarative rules for how the player will filter and sort the list of sources returned from the Playback API.
<ul>
<li><strong>Note:</strong> This configuration only controls the list of sources given to Video.js. It is distinct from the subsequent, internal Video.js logic which determines which available source will play. Currently, the only supported rule is <code>prefer_mp4</code>, which will allow publishers to filter out non-MP4 sources and, optionally, further sort the resulting list by any numeric property. Full documentation of this feature will be forthcoming!</li>
</ul>
</li>
</ul>
<h2>Rendition changes</h2>
<p>As of this release, whenever a user selects a particular rendition via a rendition picker or when switching to or out of fullscreen, the buffer is cleared to switch to the new rendition immediately. This will improve viewer experience as we will immediately switch up to a higher rendition when the view goes fullscreen.</p>
<h2>Internet Explorer Support Update</h2>
<p>Brightcove is no longer actively supporting Internet Explorer 11 (IE11) on any version of Windows. This was announced with <a href="http://players.brightcove.net/release-notes/brightcove-player/v6.52.1.html" target="_blank">the Brightcove Player 6.52.1 release</a> and made official with <a href="https://players.brightcove.net/release-notes/brightcove-player-prerelease/v6.56.0.html" target="_blank">the Brightcove Player 6.56.0 pre-release</a></p>
<p>Related bug reports and enhancement requests will not be accepted after this date. While we will not intentionally remove IE11 support in any version of Brightcove Player 6.x, we will not be actively testing against it either.</p>
<p>Customers requiring support for IE11 may wish to lock their player to this version. Note that locked players no longer receive new enhancements or bug fixes.</p>
<p>Edge is the recommended Microsoft browser and is fully supported by the Brightcove team.</p>
<h2>Package Updates</h2>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v7.14.0" target="_blank">Video.js v7.14.0</a></li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.9.1" target="_blank">Video.js HTTP Streaming v2.9.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.54.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.54.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.54.0.html</guid>
            <pubDate>Thu, 03 Jun 2021 21:40:35 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.54.0 is available. Notable changes since 6.52.1 include:</p>
<h2>Player Configuration Changes</h2>
<ul>
<li>Add support for <code>context_menu.brightcove_branding</code> normalization to <code>contextMenu.brightcoveBranding</code> lowerCamelCase in configuration.</li>
<li>Add an <code>initial_bandwidth</code> configuration. This is a value set in bits per second that represents an initial bandwidth estimate for use with ABR algorithmns in the playback engine of the player.</li>
<li>Add a <code>umd</code> configuration. By default, the player script is a Universal Module Definition (UMD) script. This means that it binds itself to RequireJS/AMD, CommonJS, or just globally depending on what's available. When this new option is set to <code>false</code> this removes the UMD wrapper and <em>only</em> binds the script to the global namespace. This is useful for sites using RequireJS but that do not wish load the Brightcove Player via RequireJs.</li>
</ul>
<h2>Package Updates</h2>
<ul>
<li>Update <a href="https://github.com/videojs/video.js/blob/main/CHANGELOG.md#7122-2021-05-19" target="_blank">video.js to v7.12.2</a>. Notable changes:
<ul>
<li>Better text for exit fullscreen.</li>
<li>Menus with one item and a title remain visible.</li>
<li>Update focus styles on selected MenuItem.</li>
<li>Better Playback Rate control for screen readers.</li>
</ul>
</li>
<li>Update <a href="https://github.com/videojs/http-streaming/releases/tag/v2.8.1" target="_blank">@videojs/http-streaming to 2.8.1</a>. Notable changes:
<ul>
<li>Improve DASH live stream manifest updates.</li>
</ul>
</li>
<li>Update <a href="https://github.com/brightcove/videojs-errors/releases/tag/v4.5.0" target="_blank">videojs-errors to v4.5.0</a>. Notable changes:
<ul>
<li>Add support for <code>-1</code> value for player error timeout and backgroundTimeout.</li>
</ul>
</li>
<li>Update <a href="https://github.com/brightcove/videojs-dock/releases/tag/v2.2.0" target="_blank">videojs-dock to v2.2.0</a>. Notable changes:
<ul>
<li>Create dock elements on player ready.</li>
<li>Add dynamic player element labelledBy and describedBy ARIA attributes.</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.52.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.52.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.52.1.html</guid>
            <pubDate>Thu, 29 Apr 2021 17:33:48 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.52.1 is available. Notable changes since 6.51.3 include:</p>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/blob/main/CHANGELOG.md#7121-2021-04-13" target="_blank">Video.js 7.12.1</a>. Notable changes:
<ul>
<li>Update responsive control bar in fullscreen.</li>
<li>Add a volume tooltip.</li>
<li>Improve switching of audio tracks.</li>
</ul>
</li>
<li>Update to <a href="https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md#271-2021-04-09" target="_blank">Video.js HTTP Streaming 2.7.1</a>. Notable changes:
<ul>
<li>Support audio only manifests, particularly DRM-protected streams.</li>
<li>Improve time to first frame on live playlists.</li>
<li>Improve support for high bitrate renditions.</li>
</ul>
</li>
<li>Allow player timeout errors to be configured separately for foreground and background playback, with a higher timeout for background playback.</li>
<li>Don't cache results of <code>getAutoplayConditions()</code>.</li>
<li>Make sure that endscreen doesn't trigger on iOS after ads.</li>
</ul>
<h2>Important Internet Explorer Support Update</h2>
<p>As of <strong>June 15th, 2021</strong>, Brightcove will no longer actively support Internet Explorer 11 (IE11) on any version of Windows.</p>
<p>Related bug reports and enhancement requests will not be accepted after this date. While we will not intentionally remove IE11 support in any version of Brightcove Player 6.x, we will not be actively testing against it either.</p>
<p>Customers requiring support for IE11 may wish to lock their player to the last version released before June 15th to ensure continued functionality. Note that locked players no longer receive new enhancements or bug fixes.</p>
<p>Edge is the recommended Microsoft browser and is fully supported by the Brightcove team.</p>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.51.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.51.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.51.3.html</guid>
            <pubDate>Fri, 26 Mar 2021 21:28:10 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.51.3 is now available. Notable changes since 6.48.5 include:</p>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v7.11.6" target="_blank">Video.js 7.11.6</a>
<ul>
<li>Fix live UI for DVR not showing up for streams on Safari</li>
</ul>
</li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.6.4" target="_blank">Video.js HTTP Streaming 2.6.4</a>
<ul>
<li>When preload=none is set, we will no longer download any data from the stream until playback is requested by the user or via autoplay.</li>
<li>Handle HLS streams with ProgramDateTime properly.</li>
<li>Improve an issue with Live DASH playback.</li>
<li>This adds support for @endNumber in DASH streams</li>
<li>Improve handling of QUOTA_EXCEEDED_ERR</li>
</ul>
</li>
<li>Analytics
<ul>
<li>Make sure that the final video_engagment event gets triggered in more cases</li>
<li>Add <code>application()</code> setter and getter</li>
</ul>
</li>
<li>UI
<ul>
<li>Make sure that buttons in the dock, like the Share button, are visible when tabbed into</li>
<li>Allow native context menu to be toggled via right click</li>
</ul>
</li>
<li>Miscellaneous
<ul>
<li>Add <code>crossorigin</code> if text tracks are being used and we're playing back on any Safari (macOS, iPadOS, iOS).</li>
<li>Fixes for multilingual metadata case-sensitivity and playlists</li>
<li>Allow blocking robot indexing of player HTML page via <code>block_robots</code> configuration</li>
<li>Escape HTML properly in more places</li>
<li>Improve playlist loading times on IE11.</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.48.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.48.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.48.5.html</guid>
            <pubDate>Thu, 11 Feb 2021 19:52:55 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.48.5 is now available. Notable changes since 6.46.4 include:</p>
<ul>
<li>Update to <a href="https://github.com/videojs/video.js/releases/tag/v7.11.5" target="_blank">Video.js 7.11.5</a>
<ul>
<li>Fixes a couple issues where seeking on iOS may not seek to the correct position</li>
<li>Fix an issue where times in the control bar would be appended instead of replaced on IE11</li>
<li>Trigger a languagechange event when the langauge is set via <code>player.language()</code></li>
</ul>
</li>
<li>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.5.0" target="_blank">@videojs/http-streaming@2.5.0</a>
<ul>
<li>Include preliminary support for 708 captions.</li>
<li>Don't include really small segments in bandwidth and throughput calculations.</li>
<li>Better rendition switches around discontinuities.</li>
<li>Fix an issue with rollover handling for long running live streams.</li>
<li>Fix an issue with rendition switching and seeking over discontinuities when the stream has large PTS/DTS values.</li>
<li>Fix an issue where, for streams with more than one playlist, after all playlists failed to load, the player would switch between the available playlists as fast as possible until one returned. Instead, in this case, playlists requests are delayed to prevent excessive playlist downloads.</li>
</ul>
</li>
<li>Multilingual Metadata related changes
<ul>
<li>Update video title and description when the player language changes if Multilingual Metadata is available for the Catalog items.</li>
<li>Fix a potential non-fatal error condition when a non-Video Cloud playlist was in use and <code>catalog.getMetadata</code> was called.</li>
</ul>
</li>
<li>Fix an issue where DRM content that began with clear segments could not play.</li>
<li>Fix an issue where rendition switches that occurred immediately following an engagement event would cause engagement tracking to stop.</li>
<li>Fix issue with EPA DRM source selection in Chromium Edge so Widevine is now preferred by default</li>
<li>Add support for <code>allowPlayreadyInChromiumEdge</code> catalog plugin option to allow defining DRM source selection behavior in Chromium Edge</li>
<li>Fix an issue with the progress bar showing up for non-DVR live streams in Safari.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.46.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.46.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.46.4.html</guid>
            <pubDate>Mon, 07 Dec 2020 21:53:59 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.46.4 is available. Notable changes since 6.46.2</p>
<h2>Bug Fixes</h2>
<ul>
<li>
<p>Limit automatically enabling captions to when Multilingual Metadata is enabled.</p>
</li>
<li>
<p>Update to <a href="https://github.com/videojs/http-streaming/releases/tag/v2.3.1" target="_blank">http-streaming 2.3.1</a></p>
<ul>
<li>Fix an issue where some caption cues were missing from in-band manifests where multiple cues had the same start and end times.</li>
<li>Fix a bug where in-manifest captions would not show up properly and be removed from the captions menu.</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.46.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.46.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.46.2.html</guid>
            <pubDate>Wed, 28 Oct 2020 21:24:32 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.46.2 is now available. Notable changes since 6.45.4 include:</p>
<h2>Support for Multilingual Metadata</h2>
<p>Multilingual Metadata is <a href="https://apis.support.brightcove.com/cms/managing-videos/multilingual-metadata.html" target="_blank">a feature of the CMS API</a> that allows you to provide video metadata such as the title and description in multiple languages. If set, these <code>variants</code> are included in Playback API response that the player uses.</p>
<p>From 6.46.0 forward, when the player loads a new video from a Playback API response, it will look for an entry in the <code>variants</code> (if any) for one that matches the player's language. If a match is found, that variant will be used in the player UI in the &quot;dock&quot; where the title and description are displayed.</p>
<p>Additionally, any subtitles or captions track that matches the variant language will be selected as the default (unless one is explicitly marked as default already).</p>
<h3><code>catalog.getMetadata</code> Method</h3>
<p>As part of this feature, a new utility method was added to the player: <code>catalog.getMetadata</code>, which can be used to get an object or array representation of the current video or playlist metadata.</p>
<p>It can be given an options object with up to two possible properties:</p>
<h4><code>lang</code></h4>
<p>This option allows you to get a representation of video or playlist metadata with the matching variant merged into the top-level metadata object.</p>
<p>For example, assume you have a video with metadata in English by default and a Spanish variant. A simplified set of metadata may look something like:</p>
<pre><code>{
  &quot;title&quot;: &quot;Title of a Video&quot;,
  &quot;variants&quot;: [{
    &quot;language&quot;: &quot;es&quot;,
    &quot;title&quot;: &quot;Título de un video&quot;
  }, {
    // This &quot;null&quot; variant is added by the player to represent the default field values!
    language: null,
    &quot;title&quot;: &quot;Title of a Video&quot;
  }]
}
</code></pre>
<p>Given that, you can retrieve a Spanish representation by:</p>
<pre><code class="language-js">player.catalog.getMetadata({lang: 'es'});
</code></pre>
<p>Which will return something like this where <code>variants</code> are still included, but the top-level <code>title</code> matches the Spanish variant:</p>
<pre><code>{
  &quot;title&quot;: &quot;Título de un video&quot;,
  &quot;variants&quot;: [{
    &quot;language&quot;: &quot;es&quot;,
    &quot;title&quot;: &quot;Título de un video&quot;
  }, {
    language: null,
    &quot;title&quot;: &quot;Title of a Video&quot;
  }]
}
</code></pre>
<p>In this way, you can easily get the current video metadata as it should be represented for the user's current player language:</p>
<pre><code class="language-js">var metadata = player.catalog.getMetadata({
  lang: player.language()
});
</code></pre>
<p>With that, you can do anything you need with <code>metadata</code> properties knowing that they'll be in the player's language if a variant was available for it!</p>
<h4><code>type</code></h4>
<p>This can be <code>'video'</code> (the default) or <code>'playlist'</code>.</p>
<p>When <code>type: 'video'</code> (or no value) is given, metadata for the currently selected video will be returned - regardless of whether the player is playing a single video or playlist.</p>
<p>When <code>type: 'playlist'</code> is given <em>and</em> a playlist is in use, metadata for the entire playlist - an array - will be returned. If no playlist is available, it will fall back to returning the current video; so, it's a good idea to check the return value type in this case (e.g., using <code>Array.isArray</code>)!</p>
<p>This option can be combined with the <code>lang</code> option; so, for example, you can retrieve a translated representation of a playlist with a call like:</p>
<pre><code class="language-js">var playlistMetadata = player.catalog.getMetadata({
  lang: player.language(),
  type: 'playlist'
});
</code></pre>
<h2>Features</h2>
<ul>
<li>Brightcove Player will now report the plugins version to analytics.</li>
<li>Upgrade to <a href="https://github.com/videojs/http-streaming/blob/3afd29fd114f0944249e38f7f95346e56a6b5229/CHANGELOG.md#222-2020-10-06" target="_blank">@videojs/http-streaming 2.2.2</a> ,
addressing some notable issues that were discovered with 2.2.0 (in Brightcove Player 6.45.4):
<ul>
<li>Handling tech errors before pause player loader</li>
<li>Handling ID3 sections checking pending segments before appends done.</li>
</ul>
</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix a case where closed captions overlap when the font size is different than 100%.</li>
<li>Fix cases where <code>player.language()</code> returned <code>undefined</code> by default.</li>
<li>Fix a case where catalog parameter defaults could conflict between players on the same page.
<ul>
<li>This was unlikely to have affected anyone except, perhaps, in rare cases where players from multiple accounts and of the same version were on the same page.</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.45.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.45.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.45.4.html</guid>
            <pubDate>Thu, 01 Oct 2020 18:06:03 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player 6.45.4 is available. Notable changes since 6.44.3 include:</p>
<h2>Features</h2>
<p>Upgrade to <a href="https://github.com/videojs/http-streaming/blob/89ead2ca012eeb497b024ebea8414e267381312b/CHANGELOG.md#220-2020-09-25" target="_blank">@videojs/http-streaming 2.2.0</a></p>
<p>The inclusion of VHS 2 in the main Brightcove Player release is a huge milestone for us. This major update to our playback engine sets us up for many future enhancements including better Live DASH support and low latency streaming. It represents the culmination of many months of behind the scenes effort, testing, and refinement.</p>
<p>Congratulations to everyone who contributed to delivering VHS 2!</p>
<h2>Bug Fixes</h2>
<ul>
<li>Upgrade to <a href="https://github.com/videojs/video.js/blob/c64239f20c864d9b3b44e6d27b381652f0e9c777/CHANGELOG.md#793-2020-08-17" target="_blank">Video.js 7.9.3</a></li>
<li>If we can find it, show the DRM plugin version in the player info modal</li>
<li>Fix failures with previews and file URLs with query parameters</li>
<li>Fix a regression in support for <code>language</code> attribute on the video embed.
<ul>
<li><em>This use case is deprecated</em>. It will now log a warning in the browser console. <code>language</code> is not a valid attribute for the <code>&lt;video&gt;</code> or <code>&lt;video-js&gt;</code> element!</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.44.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.44.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.44.3.html</guid>
            <pubDate>Wed, 05 Aug 2020 17:20:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.44.3 is available. Notable changes since v6.42.4 include:</p>
<h2>Features</h2>
<ul>
<li>Add support IMA CSAI preroll with SSAI via special configuration (documentation forthcoming)</li>
<li>Update to <a href="https://github.com/videojs/video.js/blob/179817a987c1da4470d257f849f371dcc040a5e4/CHANGELOG.md#792-2020-07-20" target="_blank">Video.js 7.9.2</a></li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix intermittent initialization failures on Chromecast devices</li>
<li>Fix player controls being unresponsive on iPhones when leaving fullscreen</li>
<li>Fix a regression in support for the application ID</li>
<li>Fix a regression in support for an <code>&quot;hls&quot;: true</code> JSON configuration.
<ul>
<li>This configuration didn't actually do anything previously, but a recent change caused it to break players that did have it.</li>
</ul>
</li>
<li>Fix a regression in support for <code>language</code> attribute on the video embed.
<ul>
<li>This use case is <em>deprecated</em>. It will now log a warning in the browser console. <code>language</code> is not a valid attribute for the <code>&lt;video&gt;</code> or <code>&lt;video-js&gt;</code> element!</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.42.4]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.42.4.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.42.4.html</guid>
            <pubDate>Wed, 17 Jun 2020 22:37:31 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.42.4 is available. Notable changes since v6.42.1 include:</p>
<h2>Bug Fixes</h2>
<ul>
<li>Add a workaround for captions not displaying on native fullscreen on latest versions of iOS/iPhone</li>
<li>Address an issue passing SSAI parameters to the Chromecast receiver</li>
<li>Only add thumbnails tracks if videojs-thumbnails is in use. This resolves some harmless but unsightly error messages that were being logged for some users.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.42.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.42.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.42.1.html</guid>
            <pubDate>Wed, 13 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.42.1 is available. Notable changes since v6.41.1 include:</p>
<h2>Features</h2>
<ul>
<li>Send <code>video_engagement</code> event when new rendition is chosen</li>
<li>Update to <a href="https://github.com/videojs/video.js/blob/a37f853c39716a9ee037a0a730d5a2866a7004a5/CHANGELOG.md#781-2020-04-16" target="_blank">Video.js 7.8.1</a> and <a href="https://github.com/videojs/http-streaming/blob/3f2a4ad1afd95ba95fbc6edf594ecaa48445d0ab/CHANGELOG.md#1132-2020-03-30" target="_blank">@videojs/http-streaming 1.13.2</a></li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Consider protocol when selecting thumbnail WebVTT</li>
<li>Fix detection of default language in iframe embeds</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.41.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.41.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.41.1.html</guid>
            <pubDate>Wed, 06 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.41.1 is available. Notable changes since v6.40.2 include:</p>
<h2>Features</h2>
<ul>
<li>Support VTT thumbnails URLs in Playback API responses</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Make sure we send play_request when we have a preroll ad</li>
<li>Update to Video.js 7.7.6</li>
<li>Address issues with autoplay detection on iOS and Android</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.40.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.40.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.40.2.html</guid>
            <pubDate>Thu, 26 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.40.2 is available. Notable changes since v6.38.4 include:</p>
<h2>Features</h2>
<ul>
<li>Add support for Edge Playback Authorization</li>
<li>Add Arabic language (ar) support</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix a regression in language handling introduced in 6.38.0</li>
<li>Update Video.js HTTP Streaming to v1.12.3, which fixes issues with quality levels, live startup failures, and much more.</li>
<li>Fix issues with remote files that are only delivered with gzip compression</li>
<li>Don't fail build on files with query parameters and special characters</li>
</ul>
<h2>Chores</h2>
<ul>
<li>Update videojs-errors to 4.3.2</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.39.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.39.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.39.3.html</guid>
            <pubDate>Wed, 26 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.39.3 is available. Notable changes since v6.37.3 include:</p>
<h2>Features</h2>
<ul>
<li>Add player configuration parameter for disabling native Picture-in-Picture button</li>
<li>Add support for Chinese (Simplified) and Chinese (Traditional) character sets in translated strings</li>
<li>Add Arabic language (ar) support</li>
<li>Add support for Edge Playback Authorization</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix DRM playback on IE11 on Windows 8.1</li>
<li>Fix volume control color during ad playback with older versions of the SSAI plugin</li>
<li>Fix a compatibility issue with 6.38.0 and the IMA3 plugin 3.4.0</li>
<li>Resolve an issue with reporting engagement when certain playback rates are set by the user.</li>
<li>Fix issues with remote files that are only delivered with gzip compression</li>
<li>Only send requests to the Playback API if there is a valid policy key.</li>
</ul>
<h2>Chores</h2>
<ul>
<li>Update to Video.js 7.7.5</li>
<li>Update to videojs-http-streaming 1.12.2</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.37.3]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.37.3.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.37.3.html</guid>
            <pubDate>Thu, 24 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.37.3 is available. Notable changes since v6.37.2 include:</p>
<h2>Bug Fixes</h2>
<ul>
<li>Fix a regression where attributes were not properly recognized for loop, muted, and playsinline.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.37.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.37.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.37.2.html</guid>
            <pubDate>Tue, 22 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.37.2 is available. Notable changes since v6.37.1 include:</p>
<h2>Chores</h2>
<ul>
<li>Update http-streaming to version <a href="https://github.com/videojs/http-streaming/releases/tag/v1.11.1" target="_blank">1.11.1</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.37.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.37.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.37.1.html</guid>
            <pubDate>Wed, 09 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.37.1 is available. Notable changes since v6.36.6 include:</p>
<h2>Features</h2>
<ul>
<li>Add support for Widevine HLS playback</li>
</ul>
<h2>Chores</h2>
<ul>
<li>Update Video.js to  <a href="https://github.com/videojs/video.js/blob/de21baf34f40e38209522f16e69fab8a97fa493e/CHANGELOG.md#765-2019-09-05" target="_blank">7.6.5</a></li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.36.6]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.36.6.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.36.6.html</guid>
            <pubDate>Tue, 01 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.36.6 is available. Notable changes since v6.36.5 include:</p>
<h2>Bug Fixes</h2>
<ul>
<li>Fix a regression in support for non-default preload values</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.36.5]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.36.5.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.36.5.html</guid>
            <pubDate>Fri, 06 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.36.5 is available. Notable changes since v6.35.2 include:</p>
<h2>Features</h2>
<ul>
<li>Add support for suppress_not_supported_error in the player config.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix an issue where disposing the player would log an error after around 10 seconds.</li>
<li>Fix the naming of the data-delivery-config-id attribute.</li>
<li>Fix several playback-related issues related to gaps and stuttering.</li>
<li>Fix a regression in 6.31.1 that caused localized players to error.</li>
<li>Disable keyboard shortcuts when user is focused on a contenteditable field.</li>
<li>Avoid errors caused by using an AMD loader other than RequireJS.</li>
<li>Prevent context menu from appearing when targeting text input elements.</li>
</ul>
<h2>Chores</h2>
<ul>
<li>Update Video.js to <a href="https://github.com/videojs/video.js/releases/tag/v7.6.5" target="_blank">7.6.5</a></li>
<li>Update http-streaming to <a href="https://github.com/videojs/http-streaming/releases/tag/v1.10.6" target="_blank">1.10.6</a></li>
</ul>
<h2>Additional Notes</h2>
<p>Astute users may notice that the most recent pre-release was 6.36.4 - in other words, we skipped the pre-release phase for 6.36.5. The difference between these versions was an update from Video.js 7.6.4 to 7.6.5. The reason for this change is that, with Video.js 7.6.4, we noticed that the default ID for the first player created changed from <code>vjs_video_3</code> to <code>vjs_video_2</code> due to internal refactoring and code improvements.</p>
<p>We didn't want to break any customer integrations that might be relying on <code>vjs_video_3</code> (which our support staff have informed us is a known use-case).</p>
<p>This is a great opportunity to educate our users that the <code>vjs_video_3</code> ID should not be relied upon because it is automatically generated using an internal, auto-incrementing variable. There are better ways to get a reference to your player!</p>
<p>Our current general recommendation for getting player references is to use the <code>videojs.getPlayer()</code> method. This method takes an ID string or a DOM element (e.g., a <code>&lt;video-js&gt;</code> element). The <code>videojs.players</code> object can only be used to get player references by their ID (generated or not). When not assigning an ID to your player, the recommendation is to pass an embed element reference to the <code>videojs.getPlayer()</code> method:</p>
<pre><code class="language-javascript">&lt;video-js ...&gt;&lt;/video-js&gt;
&lt;script src=&quot;//players.brightcove.net/.../index.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  (function(){


    // Use any method you want to get a DOM node reference.
    var embed = document.querySelector('video-js');


    // Retrieve the already-created player using a DOM node reference instead of an ID.
    var player = videojs.getPlayer(embed);


    // Just in case something went wrong creating the player in the Brightcove script above!
    if (!player) {
      return;
    }


    // Do things with the `player` object here...
  })();
&lt;/script&gt;
</code></pre>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.36.0]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.36.0.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.36.0.html</guid>
            <pubDate>Fri, 16 Aug 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.36.0 is available. Notable changes since v6.35.2 include:</p>
<h2>Features</h2>
<ul>
<li>Add support for <code>suppress_not_supported_error</code> in the player config.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix an issue where disposing the player would log an error after around 10 seconds.</li>
<li>Fix the naming of the <code>data-delivery-config-id</code>.</li>
</ul>
<h2>Chores</h2>
<ul>
<li>Update to Video.js <a href="https://github.com/videojs/video.js/blob/8610f9967340b9ae7fc73d41ff0e9d17a54b0604/CHANGELOG.md#761-2019-07-30" target="_blank">7.6.1</a>
<ul>
<li>This update includes support for a new Picture-in-Picture button. This is distinct from our plugin of the same name and refers to the native PiP support available in some browsers.</li>
<li>The button will only appear when the browser supports native PiP via the WICG specification. Currently, this does not include Safari.</li>
<li>The button will not appear if the player is configured with an advertising plugin.</li>
</ul>
</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.35.2]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.35.2.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.35.2.html</guid>
            <pubDate>Wed, 24 Jul 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.35.2 is available. Notable changes since v6.35.1 include:</p>
<h2>Bug Fixes</h2>
<ul>
<li>Address an issue where the first seek back into the DVR window after autoplaying a live stream would cause the player to seek to the live edge instead.</li>
<li>Work around a Firefox issue where 'oncontextmenu' event triggers 'click' event.</li>
</ul>
]]></description>
        </item>
        <item>
            <title><![CDATA[v6.35.1]]></title>
            <link>https://players.brightcove.net/release-notes/brightcove-player/v6.35.1.html</link>
            <guid>https://players.brightcove.net/release-notes/brightcove-player/v6.35.1.html</guid>
            <pubDate>Tue, 18 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Brightcove Player v6.35.1 is available. Notable changes since v6.34.3 include:</p>
<h2>Features</h2>
<ul>
<li>Add support for Dynamic Delivery Rules</li>
<li>Add support for playback_rates in the player config.</li>
</ul>
<h2>Chores</h2>
<ul>
<li>Update Video.js HTTP Streaming to <a href="https://github.com/videojs/http-streaming/blob/24f00d300ded01feda6acf363c444b439e261f1f/CHANGELOG.md#1103-2019-05-30" target="_blank">1.10.3</a></li>
<li>Update Video.js to <a href="https://github.com/videojs/video.js/blob/66b7620741712527c99b6cf220846d2be3a1cc71/CHANGELOG.md#755-2019-05-30" target="_blank">7.5.5</a></li>
<li>Re-enable hotkeys. Observed issues should be fixed with Video.js 7.5.5</li>
</ul>
]]></description>
        </item>
    </channel>
</rss>